Skip to content

Commit

Permalink
gem version update
Browse files Browse the repository at this point in the history
  • Loading branch information
RSL committed Apr 24, 2012
1 parent a514ec0 commit f449a25
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Rakefile
Expand Up @@ -212,7 +212,7 @@ begin
}
gem.rdoc_options = %w{--main README.rdoc --charset utf-8 --line-numbers}
gem.extra_rdoc_files = %w{MIT-LICENSE README.rdoc}
gem.version = "1.3.2"
gem.version = "1.3.3"
end

Jeweler::GemcutterTasks.new
Expand Down
4 changes: 2 additions & 2 deletions stringex.gemspec
Expand Up @@ -5,11 +5,11 @@

Gem::Specification.new do |s|
s.name = %q{stringex}
s.version = "1.3.2"
s.version = "1.3.3"

s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.authors = ["Russell Norris"]
s.date = %q{2012-02-16}
s.date = %q{2012-04-24}
s.description = %q{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 = %q{rsl@luckysneaks.com}
s.extra_rdoc_files = [
Expand Down

0 comments on commit f449a25

Please sign in to comment.