Sha256: 18f8580c3f9d3ec4d4ded0f1f6ad8d769da7b43ea57928ec5a7bb331c68ca411

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.8.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.8.2 Rakefile
thrift_client-0.8.1 Rakefile
thrift_client-0.8.0 Rakefile