summaryrefslogtreecommitdiff
path: root/Rakefile
Commit message (Collapse)AuthorAgeFilesLines
* JRuby has required 1.8 for a long timeCharles Oliver Nutter2023-01-121-2/+2
|
* Bump up the latest version of CoreAssertionsHiroshi SHIBATA2021-09-111-1/+1
|
* Import test assertions from ruby/rubyHiroshi SHIBATA2021-05-101-2/+9
|
* Drop to support fat gem support.drop-to-support-fatgemHiroshi SHIBATA2019-07-211-15/+1
| | | | ref. https://github.com/ruby/bigdecimal/pull/149
* Bump versions for mingw buildSHIBATA Hiroshi2018-12-171-1/+1
|
* Use latest stable version of rake-compiler-dockSHIBATA Hiroshi2018-10-201-1/+1
|
* Force loading of ./lib/psych/versions.rb to get updated consts.Charles Oliver Nutter2018-09-191-1/+2
|
* To use version constant of snakeyamluse-relative-versionsSHIBATA Hiroshi2018-08-241-1/+2
|
* To use Gem::Specification.load instead of eval, Because eval leads to ↵SHIBATA Hiroshi2018-08-241-1/+1
| | | | LoadError (cannot infer basepath)
* Update to SnakeYAML 1.21 to fix jruby/jruby#5098.Charles Oliver Nutter2018-04-161-1/+1
| | | | This will be released in Psych 3.0.3. See #352.
* only evaluate gemspec for cross copilationSHIBATA Hiroshi2017-07-121-3/+2
|
* Added psych binary for fat gem on mingw platformSHIBATA Hiroshi2017-07-121-0/+3
|
* Added cross compilation task for mingw platformSHIBATA Hiroshi2017-07-121-7/+10
|
* Added rake-compiler-dock for mingw buildsSHIBATA Hiroshi2017-07-121-0/+8
|
* Remove load of psych during gem builds and bump snakeyaml to 1.18.Charles Oliver Nutter2017-02-231-3/+1
| | | | | | Fixes #293. Fixes jruby/jruby#4492.
* Merge pull request #305 from ruby/update-snakeyamlCharles Oliver Nutter2016-12-131-1/+1
|\ | | | | Update snakeyaml
| * Hardcode Snakeyaml versions to avoid conflict with JRuby consts.Charles Oliver Nutter2016-12-131-1/+1
| |
* | Run with verbose and warningsAaron Patterson2016-12-131-0/+2
|/
* move to toplevelfix-jruby-build-taskSHIBATA Hiroshi2016-11-291-1/+1
|
* Enabled to constant references for DEFAULT_SNAKEYAML_VERSIONSHIBATA Hiroshi2016-11-291-1/+3
|
* Update to snakeyaml 1.17.update_snakeyamlCharles Oliver Nutter2016-11-171-1/+1
| | | | | | | 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.
* use default taskSHIBATA Hiroshi2016-07-121-1/+1
|
* fixed regex for test filesSHIBATA Hiroshi2016-07-121-1/+1
|
* ignore needless platform taskSHIBATA Hiroshi2016-07-121-2/+2
|
* added java extension taskSHIBATA Hiroshi2016-07-121-1/+19
|
* use "bundler/gem_tasks" instead of hoeSHIBATA Hiroshi2016-07-111-119/+9
|
* Merge branch 'jruby' of github.com:tenderlove/psych into jrubyv2.0.14jrubyAaron Patterson2015-08-211-1/+3
|\ | | | | | | | | * 'jruby' of github.com:tenderlove/psych: no need to supply jruby itself to the classpath
| * no need to supply jruby itself to the classpathChristian Meier2015-05-281-1/+3
| |
* | Merge branch 'master' into jrubyAaron Patterson2015-08-211-2/+2
|\ \ | |/ |/| | | | | | | * master: psych: allocate structs with wrapper update minitest gem to 5.x, add Ruby 2.2 test target
| * update minitest gem to 5.x, add Ruby 2.2 test targetMike Fiedler2015-05-031-2/+2
| | | | | | | | | | Follows #213 Closes #212
* | little ruby-maven related improvementsChristian Meier2015-05-061-3/+2
| | | | | | | | | | * pass in the snakeyaml.version via the commandline * use the jruby version which runs rake for the java compilation as well
* | don't add the jar file to the manifestAaron Patterson2015-04-291-1/+19
| |
* | setup java platform gemChristian Meier2015-02-261-4/+16
| | | | | | | | | | | | | | 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.
* | Merge remote-tracking branch 'origin/master' into jrubyCharles Oliver Nutter2015-01-091-2/+5
|\ \ | |/ | | | | | | Conflicts: .gitignore
| * removed isolate pluginSHIBATA Hiroshi2014-12-061-1/+1
| |
| * added minitest dependency into gemspecSHIBATA Hiroshi2014-12-061-0/+2
| |
| * [#163] Add license to gemspec, is MITBenjamin Fleischer2013-10-091-0/+1
| |
| * fixing rsyncAaron Patterson2012-11-271-1/+1
| |
* | Update to latest code from JRuby master.Charles Oliver Nutter2015-01-091-8/+0
| |
* | add jruby psych loading hacks to the RakefileAaron Patterson2012-04-281-0/+9
| |
* | put psych in the psych packageAaron Patterson2012-04-281-1/+0
| |
* | import the java implementation from JRubyAaron Patterson2012-04-281-3/+21
|/
* * ext/psych/parser.c (parse): parse method can take an option fileAaron Patterson2011-12-061-1/+1
| | | | | name for use in exception messages. * test/psych/test_parser.rb: corresponding tests.
* using isolate, updating travis commandAaron Patterson2011-10-031-1/+1
|
* adding the bundler GemfileAaron Patterson2011-10-031-1/+1
|
* add a test to munge the spec for inclusion in ruby-trunkAaron Patterson2011-08-241-1/+6
|
* syncing with ruby trunkAaron Patterson2011-08-171-2/+2
|
* synching with ruby trunkv1.1.0Aaron Patterson2011-03-301-3/+5
|
* updating merge taskAaron Patterson2011-02-281-1/+1
|
* supporting add_ruby_typeAaron Patterson2010-04-231-1/+1
|