clickatell.gemspec in clickatell-0.8.1 vs clickatell.gemspec in clickatell-0.8.2

- old
+ new

@@ -3,15 +3,15 @@ # Instead, edit Jeweler::Tasks in Rakefile, and run the gemspec command # -*- encoding: utf-8 -*- Gem::Specification.new do |s| s.name = %q{clickatell} - s.version = "0.8.1" + s.version = "0.8.2" s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version= s.authors = ["Luke Redpath"] - s.date = %q{2010-08-13} + s.date = %q{2010-09-09} s.default_executable = %q{sms} s.email = %q{luke@lukeredpath.co.uk} s.executables = ["sms"] s.extra_rdoc_files = [ "History.txt", @@ -38,11 +38,11 @@ "lib/clickatell/utility/options.rb", "lib/clickatell/version.rb", "lib/core-ext/hash.rb", "scripts/txt2html", "spec/api_spec.rb", - "spec/cli_options_test.rb", + "spec/cli_options_spec.rb", "spec/command_executor_spec.rb", "spec/hash_ext_spec.rb", "spec/response_spec.rb", "spec/spec.opts", "spec/spec_helper.rb", @@ -61,15 +61,14 @@ s.require_paths = ["lib"] s.rubygems_version = %q{1.3.7} s.summary = %q{Ruby interface to the Clickatell SMS gateway service.} s.test_files = [ "spec/api_spec.rb", - "spec/cli_options_test.rb", + "spec/cli_options_spec.rb", "spec/command_executor_spec.rb", "spec/hash_ext_spec.rb", "spec/response_spec.rb", - "spec/spec_helper.rb", - "test/clickatell_api_test.rb" + "spec/spec_helper.rb" ] if s.respond_to? :specification_version then current_version = Gem::Specification::CURRENT_SPECIFICATION_VERSION s.specification_version = 3