Sha256: 9ea956f5fee086500b9d7a58218976bbff81d670d115a19a3047a59421f39a50
Contents?: true
Size: 720 Bytes
Versions: 1
Compression:
Stored size: 720 Bytes
Contents
$:.push File.expand_path('../lib', __FILE__) Gem::Specification.new do |gem| gem.name = 'administrate-field-money' gem.version = '0.0.2' gem.authors = ['Michele Gerarduzzi'] gem.email = ['michele.gerarduzzi@gmail.com'] gem.homepage = 'https://github.com/z-productions/administrate-field-money' gem.summary = 'A plugin to deal with money in Administrate' gem.description = gem.summary gem.license = 'MIT' gem.require_paths = ['lib'] gem.files = `git ls-files`.split("\n") gem.test_files = `git ls-files -- {test,spec,features}/*`.split("\n") gem.add_runtime_dependency 'administrate', '~> 0.2.1' gem.add_runtime_dependency 'rails', '>= 4.2' gem.add_runtime_dependency 'money', '~> 6.7' end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
administrate-field-money-0.0.2 | administrate-field-money.gemspec |