# -*- encoding: utf-8 -*- # stub: country_with_currency 1.0.0 ruby lib Gem::Specification.new do |s| s.name = "country_with_currency".freeze s.version = "1.0.0".freeze s.required_rubygems_version = Gem::Requirement.new(">= 1.8.11".freeze) if s.respond_to? :required_rubygems_version= s.require_paths = ["lib".freeze] s.authors = ["Diganta Mandal".freeze] s.date = "2014-03-25" s.description = "Provides a helper to get a country list along with ISO code, currency code and currency symbol by following ISO 3166 country list.".freeze s.email = ["urs.diganta@gmail.com".freeze] s.files = [".gitignore".freeze, ".rspec".freeze, "Gemfile".freeze, "LICENSE.txt".freeze, "README.md".freeze, "Rakefile".freeze, "country_with_currency.gemspec".freeze, "lib/country_with_currency.rb".freeze, "lib/country_with_currency/country.rb".freeze, "lib/country_with_currency/version.rb".freeze, "lib/data/countries.yaml".freeze, "spec/country_with_currency_spec.rb".freeze, "spec/spec_helper.rb".freeze] s.homepage = "https://github.com/dark-prince/country_with_currency".freeze s.licenses = ["MIT".freeze] s.required_ruby_version = Gem::Requirement.new(">= 1.9.3".freeze) s.rubygems_version = "3.5.10".freeze s.summary = "Provides a helper to get a country list along with ISO code, currency code and currency symbol by following ISO 3166 country list.".freeze s.test_files = ["spec/country_with_currency_spec.rb".freeze, "spec/spec_helper.rb".freeze] s.specification_version = 4 s.add_development_dependency(%q.freeze, ["~> 1.5".freeze]) s.add_development_dependency(%q.freeze, [">= 0".freeze]) s.add_development_dependency(%q.freeze, ["~> 2.14".freeze]) s.add_development_dependency(%q.freeze, ["~> 0.8".freeze]) s.add_development_dependency(%q.freeze, ["~> 1.1".freeze]) end