summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * | Removed deprecated yaml_initialize methodSHIBATA Hiroshi2017-03-272-29/+0
| * | Removed Module#psych_yaml_asSHIBATA Hiroshi2017-03-272-0/+6
| * | Removed needless fileSHIBATA Hiroshi2017-03-271-1/+1
| * | Remove to_yaml_propatiesSHIBATA Hiroshi2017-03-275-118/+2
| * | Remove Psych.tagurizeSHIBATA Hiroshi2017-03-272-12/+0
| * | Remove Psych.object_makerSHIBATA Hiroshi2017-03-272-14/+0
| * | Remove Psych.read_type_classSHIBATA Hiroshi2017-03-272-22/+0
| * | Remove Psych.add_private_typeSHIBATA Hiroshi2017-03-272-17/+0
| * | Removed Psyych.add_ruby_type.SHIBATA Hiroshi2017-03-272-19/+0
| * | Removed Psyych.detect_implicit.SHIBATA Hiroshi2017-03-272-16/+0
| * | Removed Psyych.load_documents.SHIBATA Hiroshi2017-03-273-14/+4
|/ /
* | Merge pull request #313 from brchristian/patch-1SHIBATA Hiroshi2017-03-221-2/+2
|\ \
| * | Typo fix in scanner.cbrchristian2017-03-211-2/+2
|/ /
* | Merge pull request #304 from ruby/remove-syckSHIBATA Hiroshi2017-03-105-65/+10
|\ \
| * | Removed annotation for syck/rubytypes.rbremove-syckSHIBATA Hiroshi2017-03-071-1/+1
| * | To use yaml_as instead of psych_yaml_asSHIBATA Hiroshi2017-03-072-5/+2
| * | Removed aliases for Syck module.SHIBATA Hiroshi2017-03-034-59/+7
* | | start to develop psych 3.0.0SHIBATA Hiroshi2017-03-102-2/+2
* | | Make sexagesimal parsing more strictAaron Patterson2017-03-072-3/+8
* | | CI against JRuby 9.1.8.0SHIBATA Hiroshi2017-03-071-2/+2
|/ /
* | Merge pull request #311 from ruby/did-works-travisSHIBATA Hiroshi2017-03-031-6/+7
|\ \
| * | ignored jruby.cext.enableddid-works-travisSHIBATA Hiroshi2017-03-031-0/+3
| * | update latest versionsSHIBATA Hiroshi2017-03-031-7/+5
|/ /
* | Merge pull request #310 from ruby/cleanup-warningsSHIBATA Hiroshi2017-03-036-22/+28
|\ \
| * | styleSHIBATA Hiroshi2017-03-031-3/+3
| * | avoid to deprecated warnings with nil assertions.SHIBATA Hiroshi2017-03-031-3/+9
| * | avoid to shadowing outer local variables.SHIBATA Hiroshi2017-03-032-4/+4
| * | Added parentheses for regex assertionsSHIBATA Hiroshi2017-03-032-8/+8
| * | use assert_nil when nil assertionSHIBATA Hiroshi2017-03-032-7/+7
|/ /
* | Bump version to 2.2.4.v2.2.4Charles Oliver Nutter2017-02-242-2/+2
* | Treat negative or zero-width as max possible width.Charles Oliver Nutter2017-02-241-2/+4
* | Bump version to 2.2.3.v2.2.3Charles Oliver Nutter2017-02-232-2/+2
* | Remove load of psych during gem builds and bump snakeyaml to 1.18.Charles Oliver Nutter2017-02-233-7/+3
* | Fix typosSHIBATA Hiroshi2017-02-081-4/+4
* | Hardcode version, because it gets picked up from default gems.v2.2.2Charles Oliver Nutter2016-12-131-1/+1
* | Bump version to 2.2.2.Charles Oliver Nutter2016-12-131-1/+1
* | Merge pull request #305 from ruby/update-snakeyamlCharles Oliver Nutter2016-12-134-5/+6
|\ \
| * | Try just using rake, so psych doesn't get activated.Charles Oliver Nutter2016-12-131-0/+2
| * | Hardcode Snakeyaml versions to avoid conflict with JRuby consts.Charles Oliver Nutter2016-12-132-2/+2
| * | Revert "Partly reverted build error introduced 146a637e2205b2b36a6fa83fc0c6f7...Charles Oliver Nutter2016-12-131-3/+2
* | | Run with verbose and warningsAaron Patterson2016-12-131-0/+2
|/ /
* | Partly reverted load path for version constantsSHIBATA Hiroshi2016-12-131-0/+1
* | port from ruby/ruby. It's workaround for ruby core repository installationSHIBATA Hiroshi2016-11-301-2/+1
* | do not run test with Ruby 2.0.0SHIBATA Hiroshi2016-11-292-3/+0
* | Merge pull request #302 from ruby/fix-jruby-build-taskv2.2.1SHIBATA Hiroshi2016-11-293-6/+11
|\ \
| * | restart CISHIBATA Hiroshi2016-11-290-0/+0
| * | move to toplevelfix-jruby-build-taskSHIBATA Hiroshi2016-11-291-1/+1
| * | added jar file into java platformSHIBATA Hiroshi2016-11-291-1/+1
| * | constants on versions.rb move to global in gemspecSHIBATA Hiroshi2016-11-291-1/+1
| * | fix a typoSHIBATA Hiroshi2016-11-291-1/+1