forked from karmi/localized_country_select
-
Notifications
You must be signed in to change notification settings - Fork 32
/
localized_country_select.gemspec
19 lines (17 loc) · 1.14 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', 'bbenno']
gem.email = [nil, '[email protected]', nil, nil, nil, nil, nil, '[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.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', '>= 5.0'
end