Skip to content

Commit

Permalink
Regenerate gemspec for version 2.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rsl committed Jan 29, 2016
1 parent 0d8bd21 commit 5b2043a
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions stringex.gemspec
Expand Up @@ -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 = [
Expand Down Expand Up @@ -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",
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 5b2043a

Please sign in to comment.