amee.gemspec in amee-4.1.1 vs amee.gemspec in amee-4.1.2
- old
+ new
@@ -2,17 +2,18 @@
# DO NOT EDIT THIS FILE DIRECTLY
# Instead, edit Jeweler::Tasks in Rakefile, and run 'rake gemspec'
# -*- encoding: utf-8 -*-
Gem::Specification.new do |s|
- s.name = "amee"
- s.version = "4.1.1"
+ s.name = %q{amee}
+ s.version = "4.1.2"
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.authors = ["James Smith", "James Hetherington", "Andrew Hill", "Andrew Berkeley"]
- s.date = "2011-09-29"
- s.email = "james@floppy.org.uk"
+ s.date = %q{2011-09-30}
+ s.default_executable = %q{ameesh}
+ s.email = %q{james@floppy.org.uk}
s.executables = ["ameesh"]
s.extra_rdoc_files = [
"LICENSE.txt",
"README.txt"
]
@@ -120,14 +121,14 @@
"spec/v3/connection_spec.rb",
"spec/v3/item_definition_spec.rb",
"spec/v3/item_value_definition_spec.rb",
"spec/v3/return_value_definition_spec.rb"
]
- s.homepage = "http://github.com/AMEE/amee-ruby"
+ s.homepage = %q{http://github.com/AMEE/amee-ruby}
s.licenses = ["BSD 3-Clause"]
s.require_paths = ["lib"]
- s.rubygems_version = "1.8.10"
- s.summary = "Ruby interface to the AMEE carbon calculator"
+ s.rubygems_version = %q{1.6.2}
+ s.summary = %q{Ruby interface to the AMEE carbon calculator}
if s.respond_to? :specification_version then
s.specification_version = 3
if Gem::Version.new(Gem::VERSION) >= Gem::Version.new('1.2.0') then