Skip to content

Commit

Permalink
update rakefile and gemspec to reflect 0.4.6
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanking committed Aug 23, 2010
1 parent 7f416d2 commit e77b7a2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Rakefile
Expand Up @@ -3,7 +3,7 @@ require 'rubygems'
require 'echoe'

Echoe.new("thrift_client") do |p|
p.author = "Evan Weaver"
p.author = ["Evan Weaver", "Ryan King", "Jeff Hodges"]
p.project = "fauna"
p.summary = "A Thrift client wrapper that encapsulates some common failover behavior."
p.rubygems_version = ">= 0.8"
Expand Down
6 changes: 3 additions & 3 deletions thrift_client.gemspec
Expand Up @@ -2,11 +2,11 @@

Gem::Specification.new do |s|
s.name = %q{thrift_client}
s.version = "0.4.5"
s.version = "0.4.6"

s.required_rubygems_version = Gem::Requirement.new(">= 0.8") if s.respond_to? :required_rubygems_version=
s.authors = ["Evan Weaver"]
s.date = %q{2010-07-28}
s.authors = ["Evan Weaver, Ryan King, Jeff Hodges"]
s.date = %q{2010-08-02}
s.description = %q{A Thrift client wrapper that encapsulates some common failover behavior.}
s.email = %q{}
s.extra_rdoc_files = ["CHANGELOG", "LICENSE", "README.rdoc", "lib/thrift_client.rb", "lib/thrift_client/abstract_thrift_client.rb", "lib/thrift_client/connection.rb", "lib/thrift_client/connection/base.rb", "lib/thrift_client/connection/factory.rb", "lib/thrift_client/connection/http.rb", "lib/thrift_client/connection/socket.rb", "lib/thrift_client/event_machine.rb", "lib/thrift_client/simple.rb", "lib/thrift_client/thrift.rb"]
Expand Down

0 comments on commit e77b7a2

Please sign in to comment.