Sha256: f9b0e415fa1e476d196980f5eed219de54b3407f3a2e937180b1e8849183dadc
Contents?: true
Size: 1 KB
Versions: 1
Compression:
Stored size: 1 KB
Contents
# coding: utf-8 lib = File.expand_path('../lib', __FILE__) $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib) Gem::Specification.new do |gem| gem.name = 'administrate-field-country' gem.version = '0.2.1' gem.authors = ['Zooppa'] gem.email = ['dev@zooppa.com'] gem.summary = 'Country field plugin for Administrate' gem.description = 'A plugin to deal with country selection in Administrate' gem.homepage = 'https://github.com/zooppa/administrate-field-country' gem.license = 'MIT' gem.require_paths = ['lib'] gem.files = `git ls-files -z`.split("\x0").reject do |f| f.match(%r{^(test|spec|features)/}) end gem.add_runtime_dependency 'administrate', '< 1.0.0' gem.add_runtime_dependency 'rails', '>= 4.2', '< 7' gem.add_runtime_dependency 'country_select', '>= 3.1', '< 5.0' gem.add_runtime_dependency 'rack', '~> 2.0', '>= 2.0.8' gem.add_development_dependency 'rake', '~> 13.0' gem.add_development_dependency 'rspec', '~> 3.8' end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
administrate-field-country-0.2.1 | administrate-field-country.gemspec |