nsisam.gemspec in nsisam-0.5.4 vs nsisam.gemspec in nsisam-0.6.0

- old
+ new

@@ -3,24 +3,25 @@ # Instead, edit Jeweler::Tasks in Rakefile, and run 'rake gemspec' # -*- encoding: utf-8 -*- Gem::Specification.new do |s| s.name = "nsisam" - s.version = "0.5.4" + s.version = "0.6.0" s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version= s.authors = ["Douglas Camata"] - s.date = "2012-05-30" + s.date = "2012-08-29" s.description = "A simple gem to access a SAM node. For more info about SAM\n visit www.github.com/nsi-iff/sam_buildout." s.email = "d.camata@gmail.com" s.extra_rdoc_files = [ "LICENSE.txt", "README.rdoc" ] s.files = [ ".document", ".rspec", + ".travis.yml", "Gemfile", "LICENSE.txt", "README.rdoc", "Rakefile", "VERSION", @@ -28,19 +29,25 @@ "lib/nsisam/client.rb", "lib/nsisam/configuration.rb", "lib/nsisam/errors.rb", "lib/nsisam/fake_client.rb", "lib/nsisam/fake_server.rb", + "lib/nsisam/response.rb", "nsisam.gemspec", "spec/configuration_spec.rb", "spec/fake_client_spec.rb", + "spec/integration.yml.example", "spec/nsisam_spec.rb", - "spec/spec_helper.rb" + "spec/response_spec.rb", + "spec/spec_helper.rb", + "spec/support/core_extensions.rb", + "spec/support/files.rb", + "spec/support/integration.rb" ] s.homepage = "http://github.com/nsi-iff/nsisam-ruby" s.licenses = ["MIT"] s.require_paths = ["lib"] - s.rubygems_version = "1.8.21" + s.rubygems_version = "1.8.24" s.summary = "A simple gem to access a SAM service." if s.respond_to? :specification_version then s.specification_version = 3