Sha256: 4a9da71762a2aab8ec8d00b8178f2773c1d8ac1d60472a0af9168aabf53c137c

Contents?: true

Size: 574 Bytes

Versions: 8

Compression:

Stored size: 574 Bytes

Contents

require 'rubygems'
require 'echoe'

Echoe.new("thrift_client") do |p|
  p.author = "Evan Weaver"
  p.project = "fauna"
  p.summary = "A Thrift client wrapper that encapsulates some common failover behavior."
  p.rubygems_version = ">= 0.8"
  p.dependencies = ['thrift']
  p.ignore_pattern = /^(vendor\/thrift)/
  p.rdoc_pattern = /^(lib|bin|tasks|ext)|^README|^CHANGELOG|^TODO|^LICENSE|^COPYING$/
  p.url = "http://blog.evanweaver.com/files/doc/fauna/thrift_client/"
  p.docs_host = "blog.evanweaver.com:~/www/bax/public/files/doc/"
  p.spec_pattern = "spec/*_spec.rb"
end

Version data entries

8 entries across 8 versions & 2 rubygems

Version Path
fl-thrift_client-0.4.2 Rakefile
thrift_client-0.4.6 Rakefile
thrift_client-0.4.5 Rakefile
thrift_client-0.4.4 Rakefile
thrift_client-0.4.3 Rakefile
thrift_client-0.4.2 Rakefile
thrift_client-0.4.1 Rakefile
thrift_client-0.4.0 Rakefile