Sha256: 86661ba0eb00784c49d85044b3eb05141dd731c92d807948903c6c6294ba7b35

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.7.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 & 2 rubygems

Version Path
fl-thrift_client-0.5.0 Rakefile
thrift_client-0.7.1 Rakefile
thrift_client-0.7.0 Rakefile