diff --git a/stringex.gemspec b/stringex.gemspec index 6347d6a1..ec2c1e88 100644 --- a/stringex.gemspec +++ b/stringex.gemspec @@ -2,16 +2,16 @@ # DO NOT EDIT THIS FILE DIRECTLY # Instead, edit Jeweler::Tasks in Rakefile, and run 'rake gemspec' # -*- encoding: utf-8 -*- -# stub: stringex 2.5.2 ruby lib +# stub: stringex 2.6.0 ruby lib Gem::Specification.new do |s| s.name = "stringex" - s.version = "2.5.2" + s.version = "2.6.0" s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version= s.require_paths = ["lib"] s.authors = ["Russell Norris"] - s.date = "2015-02-18" + s.date = "2016-01-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 = [ @@ -235,7 +235,9 @@ Gem::Specification.new do |s| "locales/de.yml", "locales/en.yml", "locales/fr.yml", + "locales/nb.yml", "locales/nl.yml", + "locales/no.yml", "locales/pl.yml", "locales/pt-BR.yml", "locales/ru.yml", @@ -273,7 +275,7 @@ Gem::Specification.new do |s| s.homepage = "http://github.com/rsl/stringex" s.licenses = ["MIT"] s.rdoc_options = ["--main", "README.rdoc", "--charset", "utf-8", "--line-numbers"] - s.rubygems_version = "2.4.5" + s.rubygems_version = "2.2.2" s.summary = "Some [hopefully] useful extensions to Ruby's String class" if s.respond_to? :specification_version then