summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2018-10-20Use latest stable version of rake-compiler-dockSHIBATA Hiroshi
2018-10-20bump versions of Travis CISHIBATA Hiroshi
2018-10-20Merge tag 'v3.0.3'SHIBATA Hiroshi
2018-10-20bump version to 3.0.3.SHIBATA Hiroshi
2018-10-20Properly map Psych flow styles to SnakeYAML flow styles.Charles Oliver Nutter
2018-10-19Move Java sources under proper package structure.Charles Oliver Nutter
2018-10-19Properly map Psych flow styles to SnakeYAML flow styles.Charles Oliver Nutter
2018-10-15Merge pull request #377 from esparta/use_ssl_pyyamlSHIBATA Hiroshi
Use secure connection for pyyaml.org domain
2018-10-13Use secure connection for pyyaml.orgEspartaco Palma
2018-10-13Merge pull request #376 from stomar/add-commentSHIBATA Hiroshi
Add comment for require fallback in Ruby repository; fix typo
2018-10-12Add comment for require fallback in Ruby repositoryMarcus Stollsteimer
2018-10-12Fix typoMarcus Stollsteimer
2018-10-12bump version to 3.0.3.pre4SHIBATA Hiroshi
2018-10-12bump version to 3.0.3.pre3SHIBATA Hiroshi
2018-10-12Fix NPE in initialization of PsychEmitter.Charles Oliver Nutter
2018-10-11Fix NPE in initialization of PsychEmitter.Charles Oliver Nutter
2018-09-28bump up v3.0.3.pre2SHIBATA Hiroshi
2018-09-28Fixup for c3c39bb7150fb548bf8f1837263d8c073e1a8cb8SHIBATA Hiroshi
2018-09-28use newer style of JRuby ext loading when availablekares
to be available since JRuby 9.2.1, avoids Java self-reflecting Signed-off-by: Charles Oliver Nutter <headius@headius.com>
2018-09-28Force loading of ./lib/psych/versions.rb to get updated consts.Charles Oliver Nutter
2018-09-28Update to SnakeYAML 1.23.Charles Oliver Nutter
2018-09-28Re-try to add workaround for warningskazu
``` .../ext/psych/lib/psych/versions.rb:4: warning: already initialized constant Psych::VERSION .../.ext/common/psych/versions.rb:4: warning: previous definition of VERSION was here ``` git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@64609 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2018-09-28Revert "Try to add workaround for warnings"kazu
This reverts commit a5e5cfa3f650d4e78fb50e2df15c102ab56fca3c. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@64600 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2018-09-28Try to add workaround for warningskazu
``` .../ext/psych/lib/psych/versions.rb:4: warning: already initialized constant Psych::VERSION .../.ext/common/psych/versions.rb:4: warning: previous definition of VERSION was here ``` git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@64599 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2018-09-19use newer style of JRuby ext loading when availablekares
to be available since JRuby 9.2.1, avoids Java self-reflecting Signed-off-by: Charles Oliver Nutter <headius@headius.com>
2018-09-19Force loading of ./lib/psych/versions.rb to get updated consts.Charles Oliver Nutter
2018-09-19Update to SnakeYAML 1.23.Charles Oliver Nutter
2018-09-19Merge pull request #375 from ruby/ignore-warningsSHIBATA Hiroshi
Ignore warnings
2018-09-18Put parentheses before minus operator.SHIBATA Hiroshi
2018-09-18Prefer to use assert_nilSHIBATA Hiroshi
2018-08-27Merge pull request #360 from sorryeh/add_deprecation_warnings_to_psych_interfaceSHIBATA Hiroshi
Add Deprecation Warnings to the unified interface of Psych
2018-08-24Merge pull request #370 from sorryeh/add_contributing_fileSHIBATA Hiroshi
Add a contribution file to help others contribute
2018-08-24Merge pull request #374 from ruby/travisSHIBATA Hiroshi
Update latest rubies
2018-08-24Merge pull request #373 from ruby/use-relative-versionsSHIBATA Hiroshi
Try to use version constants from versions.rb again
2018-08-24Update latest rubies on appveyor.SHIBATA Hiroshi
2018-08-24Update latest rubies.SHIBATA Hiroshi
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-08-24typofixSHIBATA Hiroshi
2018-08-24Try to use version constants from versions.rb againSHIBATA Hiroshi
2018-08-24bump version to 3.1.0.pre1SHIBATA Hiroshi
2018-08-21Add a contribution file to help others contributeGreg Houle
Co-authored-by: Aaron Patterson <tenderlove@github.com> Co-authored-by: SHIBATA Hiroshi <hsbt@ruby-lang.org>
2018-08-19Merge pull request #369 from sorryeh/add_license_fileSHIBATA Hiroshi
Create a LICENSE for the project.
2018-08-18Create a LICENSE for the project. Matches license in gemspec and generated ↵Greg Houle
text from README
2018-08-18Merge pull request #368 from ruby/libyaml-0.2.1SHIBATA Hiroshi
Upgrade vendored libyaml 0.2.1 from 0.1.7
2018-08-10bump version to 0.2.1SHIBATA Hiroshi
2018-08-10Re-apply patchsets from ruby-core repository.SHIBATA Hiroshi
2018-08-10Port from libyaml-0.2.1SHIBATA Hiroshi
2018-07-15Adding deprecation warnings to Psych unified interfaceGreg Houle
2018-07-13Merge pull request #358 from sorryeh/unify_psych_interfaceAaron Patterson
Unify Psych's API