mandrill.gemspec in mandrill-0.0.1 vs mandrill.gemspec in mandrill-0.0.2

- old
+ new

@@ -3,25 +3,26 @@ # Instead, edit Jeweler::Tasks in Rakefile, and run 'rake gemspec' # -*- encoding: utf-8 -*- Gem::Specification.new do |s| s.name = "mandrill" - s.version = "0.0.1" + s.version = "0.0.2" s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version= s.authors = ["Brian Getting"] - s.date = "2012-04-03" + s.date = "2012-08-02" s.description = "Ruby gem for interacting with the Mandrill API." - s.email = "brian@terra-firma-design.com" + s.email = "brian@tatem.ae" s.extra_rdoc_files = [ "LICENSE.txt", "README.rdoc" ] s.files = [ ".document", ".rspec", ".rvmrc", + ".travis.yml", "Gemfile", "Gemfile.lock", "Guardfile", "LICENSE.txt", "README.rdoc", @@ -32,10 +33,10 @@ "mandrill.gemspec", "spec/mandrill/fixtures/error.json", "spec/mandrill/mandrill_spec.rb", "spec/spec_helper.rb" ] - s.homepage = "http://github.com/terra-firma/mandrill" + s.homepage = "http://github.com/tatemae-consultancy/mandrill" s.licenses = ["MIT"] s.require_paths = ["lib"] s.rubygems_version = "1.8.10" s.summary = "Ruby gem for interacting with the Mandrill API."