-
Notifications
You must be signed in to change notification settings - Fork 341
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
6 changed files
with
13 additions
and
8 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 |
---|---|---|
|
@@ -10,3 +10,4 @@ Gemfile.lock | |
*.rbc | ||
.rbx | ||
.AppleDouble | ||
.DS_Store |
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,3 +1,5 @@ | ||
2013-05-13 (1.8.1) | ||
* Remove Rubinius exception since transcoding should be working now. | ||
2013-05-13 (1.8.0) | ||
* Fix https://github.com/flori/json/issues/162 reported by Marc-Andre | ||
Lafortune <[email protected]>. Thanks! | ||
|
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 +1 @@ | ||
1.8.0 | ||
1.8.1 |
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,12 +1,13 @@ | ||
# -*- encoding: utf-8 -*- | ||
# stub: json 1.8.1 ruby lib | ||
|
||
Gem::Specification.new do |s| | ||
s.name = "json" | ||
s.version = "1.8.0" | ||
s.version = "1.8.1" | ||
|
||
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version= | ||
s.authors = ["Florian Frank"] | ||
s.date = "2013-05-13" | ||
s.date = "2013-10-17" | ||
s.description = "This is a JSON implementation as a Ruby extension in C." | ||
s.email = "[email protected]" | ||
s.extensions = ["ext/json/ext/generator/extconf.rb", "ext/json/ext/parser/extconf.rb"] | ||
|
@@ -16,7 +17,7 @@ Gem::Specification.new do |s| | |
s.licenses = ["Ruby"] | ||
s.rdoc_options = ["--title", "JSON implemention for Ruby", "--main", "README.rdoc"] | ||
s.require_paths = ["lib"] | ||
s.rubygems_version = "2.0.3" | ||
s.rubygems_version = "2.1.4" | ||
s.summary = "JSON Implementation for Ruby" | ||
s.test_files = ["./tests/test_json.rb", "./tests/test_json_addition.rb", "./tests/test_json_encoding.rb", "./tests/test_json_fixtures.rb", "./tests/test_json_generate.rb", "./tests/test_json_generic_object.rb", "./tests/test_json_string_matching.rb", "./tests/test_json_unicode.rb"] | ||
|
||
|
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,12 +1,13 @@ | ||
# -*- encoding: utf-8 -*- | ||
# stub: json_pure 1.8.1 ruby lib | ||
|
||
Gem::Specification.new do |s| | ||
s.name = "json_pure" | ||
s.version = "1.8.0" | ||
s.version = "1.8.1" | ||
|
||
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version= | ||
s.authors = ["Florian Frank"] | ||
s.date = "2013-05-13" | ||
s.date = "2013-10-17" | ||
s.description = "This is a JSON implementation in pure Ruby." | ||
s.email = "[email protected]" | ||
s.extra_rdoc_files = ["README.rdoc"] | ||
|
@@ -15,7 +16,7 @@ Gem::Specification.new do |s| | |
s.licenses = ["Ruby"] | ||
s.rdoc_options = ["--title", "JSON implemention for ruby", "--main", "README.rdoc"] | ||
s.require_paths = ["lib"] | ||
s.rubygems_version = "2.0.3" | ||
s.rubygems_version = "2.1.4" | ||
s.summary = "JSON Implementation for Ruby" | ||
s.test_files = ["./tests/test_json.rb", "./tests/test_json_addition.rb", "./tests/test_json_encoding.rb", "./tests/test_json_fixtures.rb", "./tests/test_json_generate.rb", "./tests/test_json_generic_object.rb", "./tests/test_json_string_matching.rb", "./tests/test_json_unicode.rb"] | ||
|
||
|
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