Skip to content

Commit

Permalink
Regenerated gemspec for version 0.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Bleigh committed Jun 19, 2010
1 parent 8406f4b commit ad6d114
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions multi_json.gemspec
Expand Up @@ -5,11 +5,11 @@

Gem::Specification.new do |s|
s.name = %q{multi_json}
s.version = "0.0.3"
s.version = "0.0.4"

s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.authors = ["Michael Bleigh"]
s.date = %q{2010-06-14}
s.date = %q{2010-06-19}
s.description = %q{A gem to provide swappable JSON backends utilizing Yajl::Ruby, the JSON gem, ActiveSupport, or JSON pure.}
s.email = %q{michael@intridea.com}
s.extra_rdoc_files = [
Expand All @@ -30,18 +30,18 @@ Gem::Specification.new do |s|
"lib/multi_json/engines/json_pure.rb",
"lib/multi_json/engines/yajl.rb",
"multi_json.gemspec",
"spec/multi_json_spec.rb",
"spec/spec.opts",
"spec/spec_helper.rb",
"spec/x_to_json_spec.rb"
"spec/spec_helper.rb"
]
s.homepage = %q{http://github.com/intridea/multi_json}
s.rdoc_options = ["--charset=UTF-8"]
s.require_paths = ["lib"]
s.rubygems_version = %q{1.3.6}
s.summary = %q{A gem to provide swappable JSON backends.}
s.test_files = [
"spec/spec_helper.rb",
"spec/x_to_json_spec.rb"
"spec/multi_json_spec.rb",
"spec/spec_helper.rb"
]

if s.respond_to? :specification_version then
Expand Down

0 comments on commit ad6d114

Please sign in to comment.