forked from brianmario/yajl-ruby
-
Notifications
You must be signed in to change notification settings - Fork 0
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
1 parent
9f95083
commit eb801e7
Showing
4 changed files
with
21 additions
and
7 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
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 |
---|---|---|
@@ -1,5 +1,5 @@ | ||
--- | ||
:patch: 8 | ||
:build: | ||
:patch: 9 | ||
:major: 0 | ||
:build: | ||
:minor: 7 |
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
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 |
---|---|---|
|
@@ -5,11 +5,11 @@ | |
|
||
Gem::Specification.new do |s| | ||
s.name = %q{yajl-ruby} | ||
s.version = "0.7.8" | ||
s.version = "0.7.9" | ||
|
||
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version= | ||
s.authors = ["Brian Lopez", "Lloyd Hilaiel"] | ||
s.date = %q{2010-12-19} | ||
s.date = %q{2011-01-11} | ||
s.email = %q{[email protected]} | ||
s.extensions = ["ext/yajl/extconf.rb"] | ||
s.extra_rdoc_files = [ | ||
|
@@ -168,7 +168,7 @@ Gem::Specification.new do |s| | |
] | ||
s.homepage = %q{http://github.com/brianmario/yajl-ruby} | ||
s.require_paths = ["lib", "ext"] | ||
s.rubygems_version = %q{1.3.7} | ||
s.rubygems_version = %q{1.4.2} | ||
s.summary = %q{Ruby C bindings to the excellent Yajl JSON stream-based parser library.} | ||
s.test_files = [ | ||
"examples/encoding/chunked_encoding.rb", | ||
|
@@ -195,7 +195,6 @@ Gem::Specification.new do |s| | |
] | ||
|
||
if s.respond_to? :specification_version then | ||
current_version = Gem::Specification::CURRENT_SPECIFICATION_VERSION | ||
s.specification_version = 3 | ||
|
||
if Gem::Version.new(Gem::VERSION) >= Gem::Version.new('1.2.0') then | ||
|