Skip to content

Commit

Permalink
Regenerate gemspec for version 2.8.5
Browse files Browse the repository at this point in the history
  • Loading branch information
rsl committed Nov 6, 2018
1 parent f5a91be commit 7301cc1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions stringex.gemspec
Original file line number Diff line number Diff line change
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.8.4 ruby lib
# stub: stringex 2.8.5 ruby lib

Gem::Specification.new do |s|
s.name = "stringex".freeze
s.version = "2.8.4"
s.version = "2.8.5"

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 = "2018-03-13"
s.date = "2018-11-06"
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 = "[email protected]".freeze
s.extra_rdoc_files = [
Expand Down

0 comments on commit 7301cc1

Please sign in to comment.