summaryrefslogtreecommitdiff
path: root/psych.gemspec
diff options
context:
space:
mode:
authorSHIBATA Hiroshi <hsbt@ruby-lang.org>2017-12-04 10:40:26 +0900
committerSHIBATA Hiroshi <hsbt@ruby-lang.org>2017-12-04 10:40:26 +0900
commit843256b841b257d8140dc0872d5aa19dbc1d36a4 (patch)
tree46362d21334e5e11f0775fd0c464193a53d4a99e /psych.gemspec
parentb620653700272dd71c22786f5042cd83bcfcfbc2 (diff)
downloadpsych-843256b841b257d8140dc0872d5aa19dbc1d36a4.zip
bump version to 3.0.1
Diffstat (limited to 'psych.gemspec')
-rw-r--r--psych.gemspec4
1 files changed, 2 insertions, 2 deletions
diff --git a/psych.gemspec b/psych.gemspec
index d368c67..628909e 100644
--- a/psych.gemspec
+++ b/psych.gemspec
@@ -3,10 +3,10 @@
Gem::Specification.new do |s|
s.name = "psych"
- s.version = "3.0.0"
+ s.version = "3.0.1"
s.authors = ["Aaron Patterson", "SHIBATA Hiroshi", "Charles Oliver Nutter"]
s.email = ["aaron@tenderlovemaking.com", "hsbt@ruby-lang.org", "headius@headius.com"]
- s.date = "2017-12-01"
+ s.date = "2017-12-04"
s.summary = "Psych is a YAML parser and emitter"
s.description = <<-DESCRIPTION
Psych is a YAML parser and emitter. Psych leverages libyaml[http://pyyaml.org/wiki/LibYAML]