Skip to content

Commit

Permalink
Regenerate gemspec for version 0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
nashby committed Apr 22, 2011
1 parent a68a2e4 commit 44d0136
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions cityhash.gemspec
Expand Up @@ -5,7 +5,7 @@

Gem::Specification.new do |s|
s.name = %q{cityhash}
s.version = "0.1.0"
s.version = "0.1.1"

s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.authors = ["nashby"]
Expand All @@ -23,13 +23,13 @@ Gem::Specification.new do |s|
"LICENSE.txt",
"README.rdoc",
"Rakefile",
"cityhash.gemspec",
"lib/cityhash.rb",
"lib/cityhash/ext/libcity.so",
"lib/cityhash/ext/src/Makefile",
"lib/cityhash/ext/src/city.cc",
"lib/cityhash/ext/src/city.h",
"lib/cityhash/version.rb",
"lib/libcity.so",
"test/helper.rb",
"test/test_cityhash.rb"
]
Expand Down
2 changes: 1 addition & 1 deletion lib/cityhash/version.rb
Expand Up @@ -3,7 +3,7 @@ module CityHash
module Version
MAJOR = 0
MINOR = 1
PATCH = 0
PATCH = 1
BUILD = nil

STRING = [MAJOR, MINOR, PATCH, BUILD].compact.join('.')
Expand Down

0 comments on commit 44d0136

Please sign in to comment.