Sha256: 6d886f3269c85fe9b7c523bb226f3277abed4623c2f95b7c86f3361393acdc1f

Contents?: true

Size: 1.18 KB

Versions: 1

Compression:

Stored size: 1.18 KB

Contents

Gem::Specification.new do |s|
  s.name    = 'clieop'

  # Do not set version and date yourself, this will be done automatically
  # by the gem release script.
  s.version = "0.1.4"
  s.date    = "2010-06-02"

  s.summary     = "A pure Ruby implementation to write CLIEOP files"
  s.description = "This library is a pure Ruby, MIT licensed implementation of the CLIEOP03 transaction format. CLIEOP03 can be used to communicate direct debt transactions with your (Dutch) bank."

  s.authors  = ['Willem van Bergen', 'Leon Berenschot']
  s.email    = ['willem@vanbergen.org', 'LeipeLeon@gmail.com']
  s.homepage = 'http://github.com/wvanbergen/clieop/wikis'

  # Do not set files and test_files yourself, this will be done automatically
  # by the gem release script.
  s.files      = %w(spec/spec_helper.rb spec/clieop/batch_spec.rb .gitignore lib/clieop/record.rb MIT-LICENSE doc/clieop03.pdf lib/clieop/file.rb lib/clieop/batch.rb lib/clieop.rb init.rb Rakefile clieop.gemspec README.rdoc tasks/github-gem.rake spec/clieop_spec.rb spec/clieop/record_spec.rb spec/clieop/file_spec.rb)
  s.test_files = %w(spec/clieop/batch_spec.rb spec/clieop_spec.rb spec/clieop/record_spec.rb spec/clieop/file_spec.rb)
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
clieop-0.1.4 clieop.gemspec