stringex.gemspec in stringex-2.8.1 vs stringex.gemspec in stringex-2.8.2
- old
+ new
@@ -1,18 +1,18 @@
# 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.8.1 ruby lib
+# stub: stringex 2.8.2 ruby lib
Gem::Specification.new do |s|
s.name = "stringex".freeze
- s.version = "2.8.1"
+ s.version = "2.8.2"
s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version=
s.require_paths = ["lib".freeze]
s.authors = ["Russell Norris".freeze]
- s.date = "2017-12-08"
+ s.date = "2017-12-21"
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].".freeze
s.email = "rsl@luckysneaks.com".freeze
s.extra_rdoc_files = [
"MIT-LICENSE",
"README.rdoc"