summaryrefslogtreecommitdiff
path: root/Rakefile
AgeCommit message (Collapse)Author
2021-05-10Import test assertions from ruby/rubyHiroshi SHIBATA
2019-07-21Drop to support fat gem support.Hiroshi SHIBATA
ref. https://github.com/ruby/bigdecimal/pull/149
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 ↵SHIBATA Hiroshi
LoadError (cannot infer basepath)
2018-04-16Update 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-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
Fixes #293. Fixes jruby/jruby#4492.
2016-12-13Merge pull request #305 from ruby/update-snakeyamlCharles Oliver Nutter
Update snakeyaml
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
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-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
* 'jruby' of github.com:tenderlove/psych: no need to supply jruby itself to the classpath
2015-08-21Merge branch 'master' into jrubyAaron Patterson
* master: psych: allocate structs with wrapper update minitest gem to 5.x, add Ruby 2.2 test target
2015-05-28no need to supply jruby itself to the classpathChristian Meier
2015-05-06little ruby-maven related improvementsChristian Meier
* pass in the snakeyaml.version via the commandline * use the jruby version which runs rake for the java compilation as well
2015-05-03update minitest gem to 5.x, add Ruby 2.2 test targetMike Fiedler
Follows #213 Closes #212
2015-04-29don't add the jar file to the manifestAaron Patterson
2015-02-26setup java platform gemChristian 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-09Merge remote-tracking branch 'origin/master' into jrubyCharles Oliver Nutter
Conflicts: .gitignore
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
name for use in exception messages. * test/psych/test_parser.rb: corresponding tests.
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