From e77b7a2695a216c1c15df51d522c71f01ac80c01 Mon Sep 17 00:00:00 2001 From: Ryan King Date: Mon, 23 Aug 2010 13:43:44 -0700 Subject: [PATCH] update rakefile and gemspec to reflect 0.4.6 --- Rakefile | 2 +- thrift_client.gemspec | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Rakefile b/Rakefile index 3b88c4a..bd59f90 100644 --- a/Rakefile +++ b/Rakefile @@ -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" diff --git a/thrift_client.gemspec b/thrift_client.gemspec index 8622e22..181c6ef 100644 --- a/thrift_client.gemspec +++ b/thrift_client.gemspec @@ -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"]