Sha256: 9823f43be9912568016ee63b9bb714591d5adb65ceb1d73f1af588f90001dc94
Contents?: true
Size: 838 Bytes
Versions: 2
Compression:
Stored size: 838 Bytes
Contents
# -*- encoding: utf-8 -*- $:.push File.expand_path("../lib", __FILE__) require "ach/version" Gem::Specification.new do |s| s.name = "ach_builder" s.version = ACH::VERSION s.authors = ["Artem Kuzko"] s.email = ["a.kuzko@gmail.com"] s.homepage = "http://github.com/akuzko/ach_builder" s.summary = "Ruby tools for building ACH files" s.description = "Ruby tools for building ACH (Automated Clearing House) files" #s.rubyforge_project = "ach_builder" s.files = `git ls-files`.split("\n") s.test_files = `git ls-files -- {test,spec,features}/*`.split("\n") s.executables = `git ls-files -- bin/*`.split("\n").map{ |f| File.basename(f) } s.require_paths = ["lib"] s.add_development_dependency "rspec", ">= 2.0.0" s.add_runtime_dependency "active_support", ">= 2.3.0" end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
ach_builder-0.0.2 | ach_builder.gemspec |
ach_builder-0.0.1.1 | ach_builder.gemspec |