jaysus.gemspec in jaysus-0.1.3 vs jaysus.gemspec in jaysus-0.1.4
- old
+ new
@@ -3,15 +3,15 @@
# Instead, edit Jeweler::Tasks in Rakefile, and run 'rake gemspec'
# -*- encoding: utf-8 -*-
Gem::Specification.new do |s|
s.name = %q{jaysus}
- s.version = "0.1.3"
+ s.version = "0.1.4"
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.authors = ["Paul Campbell"]
- s.date = %q{2011-01-25}
+ s.date = %q{2011-01-26}
s.description = %q{Persist remote JSON APIs locally and vice versa}
s.email = %q{paul@rslw.com}
s.extra_rdoc_files = [
"LICENSE.txt",
"README.md"
@@ -46,11 +46,11 @@
"spec/support/site.rb"
]
s.homepage = %q{http://github.com/paulca/jaysus}
s.licenses = ["MIT"]
s.require_paths = ["lib"]
- s.rubygems_version = %q{1.3.7}
+ s.rubygems_version = %q{1.4.2}
s.summary = %q{A Ruby library for managing local / remote JSON store}
s.test_files = [
"spec/local_spec.rb",
"spec/remote_spec.rb",
"spec/spec_helper.rb",
@@ -60,10 +60,9 @@
"spec/support/kalipso_site.rb",
"spec/support/site.rb"
]
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
s.add_runtime_dependency(%q<activemodel>, ["~> 3.0.0"])
s.add_runtime_dependency(%q<activesupport>, ["~> 3.0.0"])