mousetrap.gemspec in mousetrap-0.4.2 vs mousetrap.gemspec in mousetrap-0.4.3
- old
+ new
@@ -1,17 +1,17 @@
# Generated by jeweler
-# DO NOT EDIT THIS FILE
-# Instead, edit Jeweler::Tasks in Rakefile, and run `rake gemspec`
+# DO NOT EDIT THIS FILE DIRECTLY
+# Instead, edit Jeweler::Tasks in Rakefile, and run the gemspec command
# -*- encoding: utf-8 -*-
Gem::Specification.new do |s|
s.name = %q{mousetrap}
- s.version = "0.4.2"
+ s.version = "0.4.3"
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.authors = ["Jon Larkowski", "Sandro Turriate", "Wolfram Arnold", "Corey Grusden"]
- s.date = %q{2009-10-18}
+ s.date = %q{2009-10-22}
s.description = %q{CheddarGetter API Client in Ruby}
s.email = %q{jonlarkowski@gmail.com}
s.extra_rdoc_files = [
"README.textile"
]
@@ -26,10 +26,13 @@
"lib/mousetrap/customer.rb",
"lib/mousetrap/plan.rb",
"lib/mousetrap/resource.rb",
"lib/mousetrap/subscription.rb",
"mousetrap.gemspec",
+ "script/authenticate.rb",
+ "script/cheddar_getter.example.yml",
+ "script/console",
"spec/factories.rb",
"spec/integration/settings.example.yml",
"spec/integration/smoke_test.rb",
"spec/integration/spike.rb",
"spec/mousetrap/customer_spec.rb",
@@ -81,5 +84,6 @@
s.add_dependency(%q<activesupport>, [">= 2.3.3"])
s.add_dependency(%q<rspec>, [">= 1.2.9"])
s.add_dependency(%q<factory_girl>, [">= 1.2.3"])
end
end
+