stringex.gemspec in stringex-2.5.2 vs stringex.gemspec in stringex-2.6.0
- old
+ new
@@ -1,19 +1,19 @@
# Generated by jeweler
# 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 = "2014-04-09"
+ 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 = [
"MIT-LICENSE",
"README.rdoc"
@@ -36,10 +36,11 @@
"lib/stringex/configuration/acts_as_url.rb",
"lib/stringex/configuration/base.rb",
"lib/stringex/configuration/configurator.rb",
"lib/stringex/configuration/string_extensions.rb",
"lib/stringex/configuration_lite.rb",
+ "lib/stringex/core_ext.rb",
"lib/stringex/localization.rb",
"lib/stringex/localization/backend/base.rb",
"lib/stringex/localization/backend/i18n.rb",
"lib/stringex/localization/backend/internal.rb",
"lib/stringex/localization/conversion_expressions.rb",
@@ -231,11 +232,14 @@
"lib/stringex/version.rb",
"lib/stringex_lite.rb",
"locales/da.yml",
"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",
"locales/sv.yml",
"stringex.gemspec",
@@ -248,10 +252,11 @@
"test/unit/acts_as_url_integration_test.rb",
"test/unit/localization/da_test.rb",
"test/unit/localization/de_test.rb",
"test/unit/localization/default_test.rb",
"test/unit/localization/en_test.rb",
+ "test/unit/localization/fr_test.rb",
"test/unit/localization/nl_test.rb",
"test/unit/localization/pl_test.rb",
"test/unit/localization/pt_br_test.rb",
"test/unit/localization/ru_test.rb",
"test/unit/localization/sv_test.rb",
@@ -278,25 +283,28 @@
if Gem::Version.new(Gem::VERSION) >= Gem::Version.new('1.2.0') then
s.add_development_dependency(%q<jeweler>, ["= 2.0.1"])
s.add_development_dependency(%q<travis-lint>, ["= 1.7.0"])
s.add_development_dependency(%q<RedCloth>, ["= 4.2.9"])
- s.add_development_dependency(%q<sqlite3>, ["= 1.3.7"])
+ s.add_development_dependency(%q<sqlite3>, ["= 1.3.10"])
+ s.add_development_dependency(%q<test-unit>, ["= 3.0.9"])
s.add_development_dependency(%q<activerecord>, ["= 4.0.3"])
s.add_development_dependency(%q<i18n>, ["= 0.6.9"])
else
s.add_dependency(%q<jeweler>, ["= 2.0.1"])
s.add_dependency(%q<travis-lint>, ["= 1.7.0"])
s.add_dependency(%q<RedCloth>, ["= 4.2.9"])
- s.add_dependency(%q<sqlite3>, ["= 1.3.7"])
+ s.add_dependency(%q<sqlite3>, ["= 1.3.10"])
+ s.add_dependency(%q<test-unit>, ["= 3.0.9"])
s.add_dependency(%q<activerecord>, ["= 4.0.3"])
s.add_dependency(%q<i18n>, ["= 0.6.9"])
end
else
s.add_dependency(%q<jeweler>, ["= 2.0.1"])
s.add_dependency(%q<travis-lint>, ["= 1.7.0"])
s.add_dependency(%q<RedCloth>, ["= 4.2.9"])
- s.add_dependency(%q<sqlite3>, ["= 1.3.7"])
+ s.add_dependency(%q<sqlite3>, ["= 1.3.10"])
+ s.add_dependency(%q<test-unit>, ["= 3.0.9"])
s.add_dependency(%q<activerecord>, ["= 4.0.3"])
s.add_dependency(%q<i18n>, ["= 0.6.9"])
end
end