Sha256: 71480c254665425d579b49fa53b04a175c81f20f24b79957f9838ccca1ec45f3
Contents?: true
Size: 880 Bytes
Versions: 1
Compression:
Stored size: 880 Bytes
Contents
$:.push File.expand_path('../lib', __FILE__) require 'country_flags/version' Gem::Specification.new do |s| s.name = 'country_flags' s.version = CountryFlags::VERSION s.authors = ['Alexander Lazarov'] s.description = 'Gemified collection of country flags. See homepage for details: https://github.com/alexander-lazarov/isaf_id_validator' s.email = 'alexander.lazaroff@gmail.com' s.extra_rdoc_files = [ 'LICENSE' ] s.files = `git ls-files`.split("\n") s.test_files = `git ls-files -- {spec}/*`.split("\n") s.homepage = 'https://github.com/alexander-lazarov/country_flags' s.require_paths = %w(lib) s.summary = 'Gemified collection of country flags.' s.license = 'MIT' s.add_development_dependency('rspec', '>= 2.11') s.add_dependency 'railties', '>= 3.1' s.add_dependency 'actionview', '>= 3.1' s.add_dependency 'normalize_country', '>= 0.1' end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
country_flags-0.1.1 | country_flags.gemspec |