-
Notifications
You must be signed in to change notification settings - Fork 205
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
2 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,10 +2,10 @@ | |
|
||
Gem::Specification.new do |s| | ||
s.name = "psych" | ||
s.version = "2.1.1" | ||
s.version = "2.2.0" | ||
s.authors = ["Aaron Patterson", "SHIBATA Hiroshi"] | ||
s.email = ["[email protected]", "[email protected]"] | ||
s.date = "2016-09-07" | ||
s.date = "2016-11-14" | ||
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] | ||
|