stringex.gemspec in stringex-2.0.6 vs stringex.gemspec in stringex-2.0.7

- old
+ new

@@ -3,23 +3,22 @@ # 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.6" + s.version = "2.0.7" s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version= s.authors = ["Russell Norris"] - s.date = "2013-07-24" + s.date = "2013-07-29" 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]." s.email = "rsl@luckysneaks.com" s.extra_rdoc_files = [ "MIT-LICENSE", "README.rdoc" ] s.files = [ "Gemfile", - "Gemfile.lock", "MIT-LICENSE", "README.rdoc", "Rakefile", "VERSION", "init.rb",