Sha256: 7c56ffa6826d808972e7a9ca5005e1286bd50311cc0037ba54463e61689035d2

Contents?: true

Size: 831 Bytes

Versions: 1

Compression:

Stored size: 831 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"
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
country_flags-0.1.0 country_flags.gemspec