forked from daveworth/Indirizzo
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Indirizzo.gemspec
28 lines (24 loc) · 970 Bytes
/
Indirizzo.gemspec
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
Gem::Specification.new do |s|
s.name = %q{Indirizzo}
s.version = "0.1.7"
s.authors = [%q{Dave Worth}]
s.date = %q{2012-01-29}
s.description = %q{Indirizzo is simply an extraction of the US Street Address parsing code from Geocoder::US}
s.email = %q{[email protected]}
s.homepage = %q{http://github.com/daveworth/indirizzo}
s.licenses = [%q{LGPL}]
s.require_paths = [%q{lib}]
s.rubygems_version = %q{1.9.2}
s.summary = %q{Indirizzo is simply an extraction of the US Street Address parsing code from Geocoder::US}
s.files = `git ls-files`.split("\n")
s.test_files = `git ls-files -- {test,spec,features}/*`.split("\n")
s.executables = `git ls-files -- bin/*`.split("\n").map{ |f| File.basename(f) }
s.require_paths = ["lib"]
s.extra_rdoc_files = [
"LICENSE.txt",
"README.md"
]
s.add_development_dependency('rake')
s.add_development_dependency('cover_me')
s.add_development_dependency('awesome_print')
end