forked from mlitwiniuk/localized_country_select
-
Notifications
You must be signed in to change notification settings - Fork 1
/
localized_country_select.gemspec
19 lines (17 loc) · 1.1 KB
/
localized_country_select.gemspec
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# -*- encoding: utf-8 -*-
require File.expand_path('../lib/localized_country_select/version', __FILE__)
Gem::Specification.new do |gem|
gem.authors = ["karmi", "mlitwiniuk", "LIM SAS", "Damien MATHIEU", "Julien SANCHEZ", "Herv\303\251 GAUCHER", "RainerBlessing "]
gem.email = ["[email protected]"]
gem.description = %q{Localized "country_select" helper with Rake task for downloading locales from Unicode.org's CLDR}
gem.summary = %q{Localized "country_select" helper with Rake task for downloading locales from Unicode.org's CLDR}
gem.homepage = "https://github.com/mlitwiniuk/localized_country_select"
gem.files = `git ls-files`.split("\n") - %w[localized_country_select.gemspec Gemfile init.rb]
gem.executables = gem.files.grep(%r{^bin/}).map{ |f| File.basename(f) }
gem.test_files = gem.files.grep(%r{^(test|spec|features)/})
gem.name = "localized_country_select"
gem.require_paths = ["lib"]
gem.version = LocalizedCountrySelect::VERSION
gem.add_dependency "actionpack", ">= 3.0"
gem.add_development_dependency "rspec", ">= 2.0.0"
end