summaryrefslogtreecommitdiff
path: root/Rakefile
AgeCommit message (Expand)Author
2021-05-10Import test assertions from ruby/rubyHiroshi SHIBATA
2019-07-21Drop to support fat gem support.Hiroshi SHIBATA
2018-12-17Bump versions for mingw buildSHIBATA Hiroshi
2018-10-20Use latest stable version of rake-compiler-dockSHIBATA Hiroshi
2018-09-19Force loading of ./lib/psych/versions.rb to get updated consts.Charles Oliver Nutter
2018-08-24To use version constant of snakeyamlSHIBATA Hiroshi
2018-08-24To use Gem::Specification.load instead of eval, Because eval leads to LoadErr...SHIBATA Hiroshi
2018-04-16Update to SnakeYAML 1.21 to fix jruby/jruby#5098.Charles Oliver Nutter
2017-07-12only evaluate gemspec for cross copilationSHIBATA Hiroshi
2017-07-12Added psych binary for fat gem on mingw platformSHIBATA Hiroshi
2017-07-12Added cross compilation task for mingw platformSHIBATA Hiroshi
2017-07-12Added rake-compiler-dock for mingw buildsSHIBATA Hiroshi
2017-02-23Remove load of psych during gem builds and bump snakeyaml to 1.18.Charles Oliver Nutter
2016-12-13Merge pull request #305 from ruby/update-snakeyamlCharles Oliver Nutter
2016-12-13Run with verbose and warningsAaron Patterson
2016-12-13Hardcode Snakeyaml versions to avoid conflict with JRuby consts.Charles Oliver Nutter
2016-11-29move to toplevelSHIBATA Hiroshi
2016-11-29Enabled to constant references for DEFAULT_SNAKEYAML_VERSIONSHIBATA Hiroshi
2016-11-17Update to snakeyaml 1.17.Charles Oliver Nutter
2016-07-12use default taskSHIBATA Hiroshi
2016-07-12fixed regex for test filesSHIBATA Hiroshi
2016-07-12ignore needless platform taskSHIBATA Hiroshi
2016-07-12added java extension taskSHIBATA Hiroshi
2016-07-11use "bundler/gem_tasks" instead of hoeSHIBATA Hiroshi
2015-08-21Merge branch 'jruby' of github.com:tenderlove/psych into jrubyAaron Patterson
2015-08-21Merge branch 'master' into jrubyAaron Patterson
2015-05-28no need to supply jruby itself to the classpathChristian Meier
2015-05-06little ruby-maven related improvementsChristian Meier
2015-05-03update minitest gem to 5.x, add Ruby 2.2 test targetMike Fiedler
2015-04-29don't add the jar file to the manifestAaron Patterson
2015-02-26setup java platform gemChristian Meier
2015-01-09Merge remote-tracking branch 'origin/master' into jrubyCharles Oliver Nutter
2015-01-09Update to latest code from JRuby master.Charles Oliver Nutter
2014-12-06removed isolate pluginSHIBATA Hiroshi
2014-12-06added minitest dependency into gemspecSHIBATA Hiroshi
2013-10-09[#163] Add license to gemspec, is MITBenjamin Fleischer
2012-11-27fixing rsyncAaron Patterson
2012-04-28add jruby psych loading hacks to the RakefileAaron Patterson
2012-04-28put psych in the psych packageAaron Patterson
2012-04-28import the java implementation from JRubyAaron Patterson
2011-12-06* ext/psych/parser.c (parse): parse method can take an option fileAaron Patterson
2011-10-03using isolate, updating travis commandAaron Patterson
2011-10-03adding the bundler GemfileAaron Patterson
2011-08-24add a test to munge the spec for inclusion in ruby-trunkAaron Patterson
2011-08-17syncing with ruby trunkAaron Patterson
2011-03-30synching with ruby trunkAaron Patterson
2011-02-28updating merge taskAaron Patterson
2010-04-23supporting add_ruby_typeAaron Patterson
2010-04-23adding hoe hacks to run tests without warningsAaron Patterson
2010-04-09implementing some deprecated api methodsAaron Patterson