Skip to content

Commit

Permalink
Bump 0.6.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
kslazarev committed Apr 11, 2013
1 parent 6fb00f4 commit 6e9b886
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion lib/numbers_and_words/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module NumbersAndWords
VERSION = '0.6.0'
VERSION = '0.6.1'
end
8 changes: 4 additions & 4 deletions numbers_and_words.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@

Gem::Specification.new do |s|
s.name = "numbers_and_words"
s.version = "0.6.0"
s.version = "0.6.1"

s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.authors = ["Kirill Lazarev"]
s.date = "2013-03-25"
s.date = "2013-04-11"
s.description = "Convert numbers to words using I18N."
s.email = "k.s.lazarev@gmail.com"
s.extra_rdoc_files = [
Expand Down Expand Up @@ -118,11 +118,11 @@ Gem::Specification.new do |s|
s.homepage = "http://github.com/kslazarev/numbers_and_words"
s.licenses = ["MIT"]
s.require_paths = ["lib"]
s.rubygems_version = "1.8.24"
s.rubygems_version = "2.0.3"
s.summary = "Convert numbers to words using I18N."

if s.respond_to? :specification_version then
s.specification_version = 3
s.specification_version = 4

if Gem::Version.new(Gem::VERSION) >= Gem::Version.new('1.2.0') then
s.add_runtime_dependency(%q<i18n>, [">= 0"])
Expand Down

0 comments on commit 6e9b886

Please sign in to comment.