Skip to content

Commit

Permalink
Fixed the gem version to reflect the CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
andreimaxim committed Jan 20, 2010
1 parent da12d4d commit 66cf924
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG
@@ -1,4 +1,4 @@
== 0.10.1 (future)
== 0.10.1
* Fixed a potential privilege escalation issue <jdamato@alumni.cmu.edu>

== 0.10.0
Expand Down
4 changes: 2 additions & 2 deletions Rakefile
Expand Up @@ -6,12 +6,12 @@ begin

Jeweler::Tasks.new do |s|
s.name = "starling"
s.version = "0.10.0"
s.version = "0.10.1"
s.authors = ["Blaine Cook", "Chris Wanstrath", "Britt Selvitelle", "Glenn Rempe", "Abdul-Rahman Advany", "Seth Fitzsimmons", "Harm Aarts", "Chris Gaffney"]
s.email = ["blaine@twitter.com", "chris@ozmm.org", "abdulrahman@advany.com", "starlingmq@groups.google.com", "harmaarts@gmail.com", "gaffneyc@gmail.com"]
s.homepage = "http://github.com/starling/starling/"
s.summary = "Starling is a lightweight, transactional, distributed queue server"
s.description = s.summary
s.description = "Starling is a light-weight, persistent queue server that speaks the memcached protocol. It was originally developed for Twitter's backend."

s.executables = ["starling", "starling_top"]
s.require_paths = ["lib"]
Expand Down

0 comments on commit 66cf924

Please sign in to comment.