Skip to content

Commit

Permalink
* ext/psych/lib/psych.rb: bump version to 2.0.17
Browse files Browse the repository at this point in the history
* ext/psych/psych.gemspec: ditto.

git-svn-id: svn+ssh://svn.ruby-lang.org/ruby/trunk@53237 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
  • Loading branch information
hsbt committed Dec 22, 2015
1 parent 0ba8468 commit 999f810
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
5 changes: 5 additions & 0 deletions ChangeLog
@@ -1,3 +1,8 @@
Tue Dec 22 20:25:33 2015 SHIBATA Hiroshi <hsbt@ruby-lang.org>

* ext/psych/lib/psych.rb: bump version to 2.0.17
* ext/psych/psych.gemspec: ditto.

Tue Dec 22 20:14:47 2015 Koichi Sasada <ko1@atdot.net>

* vm_insnhelper.c: move vm_callee_setup_block_arg() (and related
Expand Down
2 changes: 1 addition & 1 deletion ext/psych/lib/psych.rb
Expand Up @@ -224,7 +224,7 @@

module Psych
# The version is Psych you're using
VERSION = '2.0.16'
VERSION = '2.0.17'

# The version of libyaml Psych is using
LIBYAML_VERSION = Psych.libyaml_version.join '.'
Expand Down
4 changes: 2 additions & 2 deletions ext/psych/psych.gemspec
@@ -1,10 +1,10 @@
# -*- encoding: utf-8 -*-
# stub: psych 2.0.16 ruby lib
# stub: psych 2.0.17 ruby lib
# stub: ext/psych/extconf.rb

Gem::Specification.new do |s|
s.name = "psych"
s.version = "2.0.16"
s.version = "2.0.17"

s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.require_paths = ["lib"]
Expand Down

0 comments on commit 999f810

Please sign in to comment.