# -*- encoding: utf-8 -*- # stub: clieop 0.1.4 ruby lib Gem::Specification.new do |s| s.name = "clieop".freeze s.version = "0.1.4".freeze s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version= s.require_paths = ["lib".freeze] s.authors = ["Willem van Bergen".freeze, "Leon Berenschot".freeze] s.date = "2010-06-02" 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.".freeze s.email = ["willem@vanbergen.org".freeze, "LeipeLeon@gmail.com".freeze] s.files = [".gitignore".freeze, "MIT-LICENSE".freeze, "README.rdoc".freeze, "Rakefile".freeze, "clieop.gemspec".freeze, "doc/clieop03.pdf".freeze, "init.rb".freeze, "lib/clieop.rb".freeze, "lib/clieop/batch.rb".freeze, "lib/clieop/file.rb".freeze, "lib/clieop/record.rb".freeze, "spec/clieop/batch_spec.rb".freeze, "spec/clieop/file_spec.rb".freeze, "spec/clieop/record_spec.rb".freeze, "spec/clieop_spec.rb".freeze, "spec/spec_helper.rb".freeze, "tasks/github-gem.rake".freeze] s.homepage = "http://github.com/wvanbergen/clieop/wikis".freeze s.rubygems_version = "3.5.10".freeze s.summary = "A pure Ruby implementation to write CLIEOP files".freeze s.test_files = ["spec/clieop/batch_spec.rb".freeze, "spec/clieop_spec.rb".freeze, "spec/clieop/record_spec.rb".freeze, "spec/clieop/file_spec.rb".freeze] end