Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-07-21 | Drop to support fat gem support. | Hiroshi SHIBATA | |
ref. https://github.com/ruby/bigdecimal/pull/149 | |||
2018-12-17 | Bump versions for mingw build | SHIBATA Hiroshi | |
2018-10-20 | Use latest stable version of rake-compiler-dock | SHIBATA Hiroshi | |
2018-09-19 | Force loading of ./lib/psych/versions.rb to get updated consts. | Charles Oliver Nutter | |
2018-08-24 | To use version constant of snakeyaml | SHIBATA Hiroshi | |
2018-08-24 | To use Gem::Specification.load instead of eval, Because eval leads to ↵ | SHIBATA Hiroshi | |
LoadError (cannot infer basepath) | |||
2018-04-16 | Update to SnakeYAML 1.21 to fix jruby/jruby#5098. | Charles Oliver Nutter | |
This will be released in Psych 3.0.3. See #352. | |||
2017-07-12 | only evaluate gemspec for cross copilation | SHIBATA Hiroshi | |
2017-07-12 | Added psych binary for fat gem on mingw platform | SHIBATA Hiroshi | |
2017-07-12 | Added cross compilation task for mingw platform | SHIBATA Hiroshi | |
2017-07-12 | Added rake-compiler-dock for mingw builds | SHIBATA Hiroshi | |
2017-02-23 | Remove load of psych during gem builds and bump snakeyaml to 1.18. | Charles Oliver Nutter | |
Fixes #293. Fixes jruby/jruby#4492. | |||
2016-12-13 | Merge pull request #305 from ruby/update-snakeyaml | Charles Oliver Nutter | |
Update snakeyaml | |||
2016-12-13 | Run with verbose and warnings | Aaron Patterson | |
2016-12-13 | Hardcode Snakeyaml versions to avoid conflict with JRuby consts. | Charles Oliver Nutter | |
2016-11-29 | move to toplevel | SHIBATA Hiroshi | |
2016-11-29 | Enabled to constant references for DEFAULT_SNAKEYAML_VERSION | SHIBATA Hiroshi | |
2016-11-17 | Update to snakeyaml 1.17. | Charles Oliver Nutter | |
I had to hard-code two places that referenced a constant under Psych because neither the Rakefile nor a "gem build" loads that file. It was picking up the older version in my current JRuby process. | |||
2016-07-12 | use default task | SHIBATA Hiroshi | |
2016-07-12 | fixed regex for test files | SHIBATA Hiroshi | |
2016-07-12 | ignore needless platform task | SHIBATA Hiroshi | |
2016-07-12 | added java extension task | SHIBATA Hiroshi | |
2016-07-11 | use "bundler/gem_tasks" instead of hoe | SHIBATA Hiroshi | |
2015-08-21 | Merge branch 'jruby' of github.com:tenderlove/psych into jruby | Aaron Patterson | |
* 'jruby' of github.com:tenderlove/psych: no need to supply jruby itself to the classpath | |||
2015-08-21 | Merge branch 'master' into jruby | Aaron Patterson | |
* master: psych: allocate structs with wrapper update minitest gem to 5.x, add Ruby 2.2 test target | |||
2015-05-28 | no need to supply jruby itself to the classpath | Christian Meier | |
2015-05-06 | little ruby-maven related improvements | Christian Meier | |
* pass in the snakeyaml.version via the commandline * use the jruby version which runs rake for the java compilation as well | |||
2015-05-03 | update minitest gem to 5.x, add Ruby 2.2 test target | Mike Fiedler | |
Follows #213 Closes #212 | |||
2015-04-29 | don't add the jar file to the manifest | Aaron Patterson | |
2015-02-26 | setup java platform gem | Christian Meier | |
use maven to resolve jar dependencies for compilation. setup jar-dependencies to install the snakeyaml jar when installing the gem via rubygems or bundler. added java code to reflect the snakeyaml vesion which got finally loaded into the jruby-classloader. | |||
2015-01-09 | Merge remote-tracking branch 'origin/master' into jruby | Charles Oliver Nutter | |
Conflicts: .gitignore | |||
2015-01-09 | Update to latest code from JRuby master. | Charles Oliver Nutter | |
2014-12-06 | removed isolate plugin | SHIBATA Hiroshi | |
2014-12-06 | added minitest dependency into gemspec | SHIBATA Hiroshi | |
2013-10-09 | [#163] Add license to gemspec, is MIT | Benjamin Fleischer | |
2012-11-27 | fixing rsync | Aaron Patterson | |
2012-04-28 | add jruby psych loading hacks to the Rakefile | Aaron Patterson | |
2012-04-28 | put psych in the psych package | Aaron Patterson | |
2012-04-28 | import the java implementation from JRuby | Aaron Patterson | |
2011-12-06 | * ext/psych/parser.c (parse): parse method can take an option file | Aaron Patterson | |
name for use in exception messages. * test/psych/test_parser.rb: corresponding tests. | |||
2011-10-03 | using isolate, updating travis command | Aaron Patterson | |
2011-10-03 | adding the bundler Gemfile | Aaron Patterson | |
2011-08-24 | add a test to munge the spec for inclusion in ruby-trunk | Aaron Patterson | |
2011-08-17 | syncing with ruby trunk | Aaron Patterson | |
2011-03-30 | synching with ruby trunk | Aaron Patterson | |
2011-02-28 | updating merge task | Aaron Patterson | |
2010-04-23 | supporting add_ruby_type | Aaron Patterson | |
2010-04-23 | adding hoe hacks to run tests without warnings | Aaron Patterson | |
2010-04-09 | implementing some deprecated api methods | Aaron Patterson | |
2010-04-09 | fixing ruby sync | Aaron Patterson | |