Sha256: 56a5ecb26cdf44e9312b28010a0182b6c816269f1044f59d0b847c1770f8e09a

Contents?: true

Size: 476 Bytes

Versions: 3

Compression:

Stored size: 476 Bytes

Contents

require 'rubygems'
require 'echoe'

Echoe.new("thrift_client") do |p|
  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"
  p.dependencies = ['thrift ~>0.6.0']
  p.ignore_pattern = /^(vendor\/thrift)/
  p.rdoc_pattern = /^(lib|bin|tasks|ext)|^README|^CHANGELOG|^TODO|^LICENSE|^COPYING$/
  p.spec_pattern = "spec/*_spec.rb"
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
thrift_client-0.6.3 Rakefile
thrift_client-0.6.2 Rakefile
thrift_client-0.6.1 Rakefile