Sha256: 3f667f2716cddf6bc2c58d8c6edf2f01f1d4802b2def8e3837032681efbfb641
Contents?: true
Size: 829 Bytes
Versions: 5
Compression:
Stored size: 829 Bytes
Contents
# encoding: utf-8 $:.push File.expand_path("../lib", __FILE__) require "currency-locales/version" Gem::Specification.new do |s| s.name = "bigcartel-currency-locales" s.version = BigCartel::CurrencyLocales::VERSION s.authors = ["Big Cartel"] s.email = "dev@bigcartel.com" s.homepage = "http://github.com/bigcartel/bigcartel-currency-locales" s.summary = "Common locale data for Rails i18n of Big Cartel's supported currencies." s.description = "Common locale data for Rails i18n of Big Cartel's supported currencies." s.files = `git ls-files`.split($\) s.platform = Gem::Platform::RUBY s.require_path = 'lib' s.add_development_dependency "appraisal" s.add_development_dependency "rails", "= 3.2.9" s.add_development_dependency "rspec-rails", ">= 2.0" end
Version data entries
5 entries across 5 versions & 1 rubygems