Sha256: 935adbdbd50222798307fe2ca4a7912e6f2f193f2cc8fc5eb13df8ceb2c48a47

Contents?: true

Size: 630 Bytes

Versions: 1

Compression:

Stored size: 630 Bytes

Contents

require 'rubygems'
require 'rake'
require 'echoe'

Echoe.new("commerce-bank-client", "1.2.0") do |p|

  p.description              = "An interface to the Commerce Bank website (https://banking.commercebank.com)."
  p.url                      = "http://github.com/alexmchale/commerce-bank-client"
  p.author                   = "Alex McHale"
  p.email                    = "alexmchale@gmail.com"
  p.ignore_pattern           = %w( tmp/* script/* )
  p.runtime_dependencies     = [ "hpricot", "andand", "htmlentities" ]
  p.development_dependencies = []
  p.require_signed           = true
  p.use_sudo                 = false

end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
commerce-bank-client-1.2.0 Rakefile