# -*- encoding: utf-8 -*- # stub: ecriso4217 0.4.0 ruby lib Gem::Specification.new do |s| s.name = "ecriso4217".freeze s.version = "0.4.0".freeze s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version= s.require_paths = ["lib".freeze] s.authors = ["Enrique Comba Riepenhausen".freeze] s.date = "2009-10-08" s.description = "When dealing with currencies in code you don't need to roll up your\n own interpretation of a currency. Now you can just use the ISO 4217\n gem to work with them.".freeze s.email = "ecomba@nexwerk.com".freeze s.extra_rdoc_files = ["LICENSE".freeze, "README.rdoc".freeze] s.files = [".document".freeze, ".gitignore".freeze, "LICENSE".freeze, "README.rdoc".freeze, "Rakefile".freeze, "VERSION.yml".freeze, "ecriso4217-0.3.1.gem".freeze, "ecriso4217.gemspec".freeze, "lib/iso4217.rb".freeze, "lib/iso4217/currencies.rb".freeze, "lib/iso4217/currency.rb".freeze, "lib/iso4217/iso4217.rb".freeze, "spec/currencies_spec.rb".freeze, "spec/currency_spec.rb".freeze, "spec/iso4217_spec.rb".freeze, "spec/spec_helper.rb".freeze] s.homepage = "http://github.com/ecomba/ecriso4217".freeze s.rdoc_options = ["--charset=UTF-8".freeze] s.rubygems_version = "3.5.10".freeze s.summary = "Currencies as described by the ISO 4217 Standard".freeze s.test_files = ["spec/currencies_spec.rb".freeze, "spec/currency_spec.rb".freeze, "spec/iso4217_spec.rb".freeze, "spec/spec_helper.rb".freeze] s.specification_version = 3 s.add_development_dependency(%q.freeze, [">= 0".freeze]) end