aboutsummaryrefslogtreecommitdiffstats
path: root/ext/psych/psych.gemspec
diff options
context:
space:
mode:
authorhsbt <hsbt@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2014-12-05 13:43:13 +0000
committerhsbt <hsbt@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2014-12-05 13:43:13 +0000
commite599d8d197ba5ca7fd5ef3a7dd63f9d174c2ec3d (patch)
tree08baa441bcf2020096685e76f6681af0daaa778c /ext/psych/psych.gemspec
parent8a7690a5eda55aa218211490b990f982eaea4930 (diff)
downloadruby-e599d8d197ba5ca7fd5ef3a7dd63f9d174c2ec3d.tar.gz
* ext/psych/lib/psych.rb: bump version to 2.0.8
* ext/psych/psych.gemspec: ditto. * ext/psych/psych_emitter.c: ditto. * ext/psych/psych_parser.c: ditto. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@48718 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ext/psych/psych.gemspec')
-rw-r--r--ext/psych/psych.gemspec4
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/psych/psych.gemspec b/ext/psych/psych.gemspec
index 7f06d03771..648eb794f4 100644
--- a/ext/psych/psych.gemspec
+++ b/ext/psych/psych.gemspec
@@ -2,12 +2,12 @@
Gem::Specification.new do |s|
s.name = "psych"
- s.version = "2.0.7"
+ s.version = "2.0.8"
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.require_paths = ["lib"]
s.authors = ["Aaron Patterson"]
- s.date = "2014-12-01"
+ s.date = "2014-12-05"
s.description = "Psych is a YAML parser and emitter. Psych leverages libyaml[http://pyyaml.org/wiki/LibYAML]\nfor its YAML parsing and emitting capabilities. In addition to wrapping\nlibyaml, Psych also knows how to serialize and de-serialize most Ruby objects\nto and from the YAML format."
s.email = ["aaron@tenderlovemaking.com"]
s.extensions = ["ext/psych/extconf.rb"]