Sha256: d620824b47c44712bb29f858bbbb12f665cea032f4a94acc31c903933775122a

Contents?: true

Size: 575 Bytes

Versions: 6

Compression:

Stored size: 575 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

6 entries across 6 versions & 1 rubygems

Version Path
thrift_client-0.3.3 Rakefile
thrift_client-0.3.2 Rakefile
thrift_client-0.3.1 Rakefile
thrift_client-0.3 Rakefile
thrift_client-0.2.2 Rakefile
thrift_client-0.2.1 Rakefile