Sha256: dde7ad86708dd235a3d81b8d216af065e1ee1175be1188c7b64510c3b644c097
Contents?: true
Size: 1015 Bytes
Versions: 1
Compression:
Stored size: 1015 Bytes
Contents
# -*- encoding: utf-8 -*- require File.expand_path('../lib/radiant-location-extension/version', __FILE__) Gem::Specification.new do |gem| gem.authors = ['Adam van den Hoven'] gem.email = ['adam.vandenhoven@gmail.com'] gem.description = %q{Location is a Radiant Extension that will allow you to create relatively robust list of locations (stores, churches, etc.).} gem.summary = %q{Adds a location database to Radiant CMS} gem.homepage = 'http://starkravingcoder.blogspot.com' gem.executables = `git ls-files -- bin/*`.split("\n").map{ |f| File.basename(f) } gem.files = `git ls-files`.split("\n") gem.test_files = `git ls-files -- {test,spec,features}/*`.split("\n") gem.name = 'radiant-location-extension' gem.require_paths = ['lib'] gem.version = RadiantLocationExtension::VERSION gem.add_dependency 'radiant', '>=0.9' # Radiant depends on rDoc anyway, but just to be sure gem.add_development_dependency 'rdoc', '>=2.4' end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
radiant-location-extension-1.2.1 | radiant-location-extension.gemspec |