Skip to content

Commit

Permalink
Regenerate gemspec for version 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
nashby committed Apr 22, 2011
1 parent 201b97e commit 045e8c2
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
7 changes: 7 additions & 0 deletions README.rdoc
Expand Up @@ -24,6 +24,13 @@ Ruby wrapper for google's cityhash.
* Make sure to add tests for it. This is important so I don't break it in a future version unintentionally.
* Please try not to mess with the Rakefile, version, or history. If you want to have your own version, or is otherwise necessary, that is fine, but please isolate to its own commit so I can cherry-pick around it.

Authors
=======
### [Contributors](http://github.com/nashby/cityhash/contributors)
- [Johannes Holzfuß](http://github.com/DataWraith)

[Vasiliy Ermolovich](http://github.com/nashby/)<br/>

== Copyright

Copyright (c) 2011 nashby. See LICENSE.txt for
Expand Down
2 changes: 1 addition & 1 deletion cityhash.gemspec
Expand Up @@ -5,7 +5,7 @@

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

s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.authors = ["nashby"]
Expand Down
4 changes: 2 additions & 2 deletions lib/cityhash/version.rb
Expand Up @@ -2,8 +2,8 @@ module CityHash

module Version
MAJOR = 0
MINOR = 1
PATCH = 1
MINOR = 2
PATCH = 0
BUILD = nil

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

0 comments on commit 045e8c2

Please sign in to comment.