index
:
delta/psych.git
1-2-stable
3-3-stable
4-0-stable
actions
appveyor
atambo-native_jruby
bundlerize
coder
cross
delegate
did-works-travis
drop-to-support-fatgem
embed
fix-broken-test
fix-jruby-build-task
fix-type-data
frozen
ignore-warnings
issue-11988
jruby
libyaml-0.2.1
master
minitest5
relax-restricted-classes
remove-deprecated-methods
remove-syck
retire-changelog
revert-335-revert-325-fix_324
safeload
strict-hash-keys
travis
tweak-actions
unify-version-number
update_snakeyaml
use-actions
use-relative-versions
github.com: tenderlove/psych.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Rakefile
Commit message (
Expand
)
Author
Age
Files
Lines
*
Drop to support fat gem support.
drop-to-support-fatgem
Hiroshi SHIBATA
2019-07-21
1
-15
/
+1
*
Bump versions for mingw build
SHIBATA Hiroshi
2018-12-17
1
-1
/
+1
*
Use latest stable version of rake-compiler-dock
SHIBATA Hiroshi
2018-10-20
1
-1
/
+1
*
Force loading of ./lib/psych/versions.rb to get updated consts.
Charles Oliver Nutter
2018-09-19
1
-1
/
+2
*
To use version constant of snakeyaml
use-relative-versions
SHIBATA Hiroshi
2018-08-24
1
-1
/
+2
*
To use Gem::Specification.load instead of eval, Because eval leads to LoadErr...
SHIBATA Hiroshi
2018-08-24
1
-1
/
+1
*
Update to SnakeYAML 1.21 to fix jruby/jruby#5098.
Charles Oliver Nutter
2018-04-16
1
-1
/
+1
*
only evaluate gemspec for cross copilation
SHIBATA Hiroshi
2017-07-12
1
-3
/
+2
*
Added psych binary for fat gem on mingw platform
SHIBATA Hiroshi
2017-07-12
1
-0
/
+3
*
Added cross compilation task for mingw platform
SHIBATA Hiroshi
2017-07-12
1
-7
/
+10
*
Added rake-compiler-dock for mingw builds
SHIBATA Hiroshi
2017-07-12
1
-0
/
+8
*
Remove load of psych during gem builds and bump snakeyaml to 1.18.
Charles Oliver Nutter
2017-02-23
1
-3
/
+1
*
Merge pull request #305 from ruby/update-snakeyaml
Charles Oliver Nutter
2016-12-13
1
-1
/
+1
|
\
|
*
Hardcode Snakeyaml versions to avoid conflict with JRuby consts.
Charles Oliver Nutter
2016-12-13
1
-1
/
+1
*
|
Run with verbose and warnings
Aaron Patterson
2016-12-13
1
-0
/
+2
|
/
*
move to toplevel
fix-jruby-build-task
SHIBATA Hiroshi
2016-11-29
1
-1
/
+1
*
Enabled to constant references for DEFAULT_SNAKEYAML_VERSION
SHIBATA Hiroshi
2016-11-29
1
-1
/
+3
*
Update to snakeyaml 1.17.
update_snakeyaml
Charles Oliver Nutter
2016-11-17
1
-1
/
+1
*
use default task
SHIBATA Hiroshi
2016-07-12
1
-1
/
+1
*
fixed regex for test files
SHIBATA Hiroshi
2016-07-12
1
-1
/
+1
*
ignore needless platform task
SHIBATA Hiroshi
2016-07-12
1
-2
/
+2
*
added java extension task
SHIBATA Hiroshi
2016-07-12
1
-1
/
+19
*
use "bundler/gem_tasks" instead of hoe
SHIBATA Hiroshi
2016-07-11
1
-119
/
+9
*
Merge branch 'jruby' of github.com:tenderlove/psych into jruby
v2.0.14
jruby
Aaron Patterson
2015-08-21
1
-1
/
+3
|
\
|
*
no need to supply jruby itself to the classpath
Christian Meier
2015-05-28
1
-1
/
+3
*
|
Merge branch 'master' into jruby
Aaron Patterson
2015-08-21
1
-2
/
+2
|
\
\
|
|
/
|
/
|
|
*
update minitest gem to 5.x, add Ruby 2.2 test target
Mike Fiedler
2015-05-03
1
-2
/
+2
*
|
little ruby-maven related improvements
Christian Meier
2015-05-06
1
-3
/
+2
*
|
don't add the jar file to the manifest
Aaron Patterson
2015-04-29
1
-1
/
+19
*
|
setup java platform gem
Christian Meier
2015-02-26
1
-4
/
+16
*
|
Merge remote-tracking branch 'origin/master' into jruby
Charles Oliver Nutter
2015-01-09
1
-2
/
+5
|
\
\
|
|
/
|
*
removed isolate plugin
SHIBATA Hiroshi
2014-12-06
1
-1
/
+1
|
*
added minitest dependency into gemspec
SHIBATA Hiroshi
2014-12-06
1
-0
/
+2
|
*
[#163] Add license to gemspec, is MIT
Benjamin Fleischer
2013-10-09
1
-0
/
+1
|
*
fixing rsync
Aaron Patterson
2012-11-27
1
-1
/
+1
*
|
Update to latest code from JRuby master.
Charles Oliver Nutter
2015-01-09
1
-8
/
+0
*
|
add jruby psych loading hacks to the Rakefile
Aaron Patterson
2012-04-28
1
-0
/
+9
*
|
put psych in the psych package
Aaron Patterson
2012-04-28
1
-1
/
+0
*
|
import the java implementation from JRuby
Aaron Patterson
2012-04-28
1
-3
/
+21
|
/
*
* ext/psych/parser.c (parse): parse method can take an option file
Aaron Patterson
2011-12-06
1
-1
/
+1
*
using isolate, updating travis command
Aaron Patterson
2011-10-03
1
-1
/
+1
*
adding the bundler Gemfile
Aaron Patterson
2011-10-03
1
-1
/
+1
*
add a test to munge the spec for inclusion in ruby-trunk
Aaron Patterson
2011-08-24
1
-1
/
+6
*
syncing with ruby trunk
Aaron Patterson
2011-08-17
1
-2
/
+2
*
synching with ruby trunk
v1.1.0
Aaron Patterson
2011-03-30
1
-3
/
+5
*
updating merge task
Aaron Patterson
2011-02-28
1
-1
/
+1
*
supporting add_ruby_type
Aaron Patterson
2010-04-23
1
-1
/
+1
*
adding hoe hacks to run tests without warnings
Aaron Patterson
2010-04-23
1
-0
/
+5
*
implementing some deprecated api methods
Aaron Patterson
2010-04-09
1
-1
/
+1
*
fixing ruby sync
Aaron Patterson
2010-04-09
1
-5
/
+4
[next]