Sha256: 204b59a06af036402af6e5631f613686f4192505c0029aa5c21ae86539af6df6

Contents?: true

Size: 829 Bytes

Versions: 2

Compression:

Stored size: 829 Bytes

Contents

# vim: set filetype=ruby et sw=2 ts=2:

require 'gem_hadar'

GemHadar do
  name        'mt940_parser'
  module_type :class
  path_name   'mt940'
  path_module 'MT940'
  author      [ "Thies C. Arntzen", "Phillip Oertel" ]
  email       'developers@betterplace.org'
  homepage    "http://github.com/betterplace/mt940_parser"
  summary     'MT940 parses account statements in the SWIFT MT940 format.'
  description 'Ruby library that parses account statements in the SWIFT MT940 format.'
  test_dir    'test'
  test_files  Dir['test/**/test_*.rb']
  spec_dir    'spec'
  ignore      '.*.sw[pon]', 'pkg', 'Gemfile.lock', '.rvmrc', 'coverage',
    '.DS_Store', '.ruby-gemset', '.ruby-version', '.bundle', '.AppleDouble'

  readme      'README.md'
  licenses    'MIT'

  development_dependency 'test-unit'
end

task :default => :test

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
mt940_parser-1.5.3 Rakefile
mt940_parser-1.5.2 Rakefile