Sha256: ad2650b8e92e49f41ec988c21ebbd05fabd63c08c748f8ee4350907437b704d7
Contents?: true
Size: 898 Bytes
Versions: 2
Compression:
Stored size: 898 Bytes
Contents
# -*- encoding: utf-8 -*- require File.expand_path('../lib/geolombia/version', __FILE__) Gem::Specification.new do |gem| gem.authors = ["Andrés Mejía"] gem.email = ["andmej@gmail.com"] gem.description = %q{This gem gives you a list of all cities and states in Colombia and a few methods to work with them.} gem.summary = %q{This gem gives you a list of all cities and states in Colombia and a few methods to work with them.} gem.homepage = "https://github.com/andmej/geolombia" gem.add_development_dependency "rspec" gem.add_development_dependency "rake" gem.files = `git ls-files`.split($\) gem.executables = gem.files.grep(%r{^bin/}).map{ |f| File.basename(f) } gem.test_files = gem.files.grep(%r{^(test|spec|features)/}) gem.name = "geolombia" gem.require_paths = ["lib"] gem.version = Geolombia::VERSION end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
geolombia-0.0.3 | geolombia.gemspec |
geolombia-0.0.2 | geolombia.gemspec |