Skip to content

Commit

Permalink
Remove date from gemspec, updated version.
Browse files Browse the repository at this point in the history
  • Loading branch information
boone committed Aug 8, 2015
1 parent 192764a commit d8c2527
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion lib/wordplay/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
class Wordplay
VERSION = "0.0.2"
VERSION = "0.0.3"
end
1 change: 0 additions & 1 deletion wordplay.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ require_relative "lib/wordplay/version"
Gem::Specification.new do |s|
s.name = "wordplay"
s.version = Wordplay::VERSION
s.date = "2015-03-16"
s.summary = "Methods for words."
s.description = "Some interesting methods to use on words."
s.authors = ["Mike Boone"]
Expand Down

0 comments on commit d8c2527

Please sign in to comment.