stringex.gemspec in stringex-2.0.0 vs stringex.gemspec in stringex-2.0.1

- old
+ new

@@ -3,11 +3,11 @@ # Instead, edit Jeweler::Tasks in Rakefile, and run 'rake gemspec' # -*- encoding: utf-8 -*- Gem::Specification.new do |s| s.name = "stringex" - s.version = "2.0.0" + s.version = "2.0.1" s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version= s.authors = ["Russell Norris"] s.date = "2013-06-03" s.description = "Some [hopefully] useful extensions to Ruby's String class. Stringex is made up of three libraries: ActsAsUrl [permalink solution with better character translation], Unidecoder [Unicode to ASCII transliteration], and StringExtensions [miscellaneous helper methods for the String class]." @@ -244,10 +244,11 @@ "test/unicode_point_suite/basic_greek_test.rb", "test/unicode_point_suite/basic_latin_test.rb", "test/unicode_point_suite/codepoint_test_helper.rb", "test/unidecoder/bad_localization.yml", "test/unidecoder/localization.yml", - "test/unidecoder_test.rb" + "test/unidecoder_test.rb", + "test/version_test.rb" ] s.homepage = "http://github.com/rsl/stringex" s.licenses = ["MIT"] s.rdoc_options = ["--main", "README.rdoc", "--charset", "utf-8", "--line-numbers"] s.require_paths = ["lib"]