forked from mlitwiniuk/localized_country_select
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathlocalized_country_select.gemspec
20 lines (18 loc) · 1.16 KB
/
localized_country_select.gemspec
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# -*- 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 = [nil, '[email protected]', nil, nil, nil, nil, nil]
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.license = 'MIT'
gem.files = `git ls-files`.split("\n") - %w(localized_country_select.gemspec Gemfile init.rb)
gem.executables = gem.files.grep(/^bin\//).map { |f| File.basename(f) }
gem.test_files = gem.files.grep(/^(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