geonames_patched 0.2.2 → 0.2.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Binary file
@@ -3,7 +3,7 @@ require 'date'
3
3
 
4
4
  SPEC = Gem::Specification.new do |s|
5
5
  s.name = "geonames_patched"
6
- s.version = "0.2.2"
6
+ s.version = "0.2.3"
7
7
  s.author = "Calvin Cheung"
8
8
  s.email = "calvin@presdo.com"
9
9
  s.date = s.date = Date.today.to_s
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: geonames_patched
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.2
4
+ version: 0.2.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Calvin Cheung
@@ -22,8 +22,8 @@ extensions: []
22
22
  extra_rdoc_files:
23
23
  - README
24
24
  files:
25
+ - geonames_patched-0.2.2.gem
25
26
  - geonames_patched.gemspec
26
- - geonames_patched.gemspec~
27
27
  - lib/address.rb
28
28
  - lib/country_subdivision.rb
29
29
  - lib/geonames.rb
@@ -1,18 +0,0 @@
1
- require 'rubygems'
2
- require 'date'
3
-
4
- SPEC = Gem::Specification.new do |s|
5
- s.name = "geonames"
6
- s.version = "0.2.2"
7
- s.author = "Calvin Cheung"
8
- s.email = "calvin@presdo.com"
9
- s.date = s.date = Date.today.to_s
10
- s.homepage = "http://github.com/calvin681/geonames_patched"
11
- s.platform = Gem::Platform::RUBY
12
- s.summary = "A version of Adam Wisniewksi's geonames gem that includes username/password login."
13
- candidates = Dir.glob("{bin,docs,lib,test}/**/*")
14
- s.files = Dir.glob('**/*')
15
- s.require_path = "lib"
16
- s.has_rdoc = true
17
- s.extra_rdoc_files = ["README"]
18
- end