random_us_city 0.1.2 → 0.1.3

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: ab055db2279d6e4630746511d6b03a3bdbc3350c
4
- data.tar.gz: 2c0fae433fc86bb397bd856b330e1c2165f1762f
3
+ metadata.gz: b617e45f72211daccba0e618cf6a3ec56f94e189
4
+ data.tar.gz: d7d5dd31ad6a5be78c6f441f2c0bb50385e6b0b6
5
5
  SHA512:
6
- metadata.gz: 0b4a73d86d50a1e5ae710b29dcb470341ba03d9ca26b4c8576eef6f302c4a9beb0ff4c9810cac9c3f4d161652b2841e5f279383a4cfff49521b513333637ec9e
7
- data.tar.gz: 9ad0f09c95c1a1072d92bc35cb45e5b6f794c6c5f98061a603d16b817bc700638bec54a444bfa8aa20a05baa5161325ad24acbb1d0291886b8d382cf9cee8009
6
+ metadata.gz: 48073e082c8be83d11a08e9f28d86aa1dd1432e2c38a7b2b28f1cc5f266e3b9c24fb74c0f7424d1f37753b1d82e009ffd6892d6e0326110629892369b3c3aa82
7
+ data.tar.gz: d2dbc69660a2fe3d15ca091878c145a35ec25e19d626760ff2deefe07d6a1189360471895e012990883ed74702f6bbce70376672c837081a61a0492c02ecb323
@@ -1,3 +1,3 @@
1
1
  class RandomUsCity
2
- VERSION = "0.1.2"
2
+ VERSION = "0.1.3"
3
3
  end
@@ -1,16 +1,18 @@
1
1
  require "random_us_city/version"
2
2
  require "csv"
3
3
 
4
- ##
5
- # This class returns a struct with data for a random city in the US.
6
- # For example:
7
- # #<struct RandomUsCity::City
8
- # zip="67878",
9
- # latitude="37.986428",
10
- # longitude="-101.751732",
11
- # city="Syracuse",
12
- # state="KS",
13
- # county="Hamilton">
4
+
5
+ =begin rdoc
6
+ This class returns a struct with data for a random city in the US.
7
+ For example:
8
+ #<struct RandomUsCity::City
9
+ zip="67878",
10
+ latitude="37.986428",
11
+ longitude="-101.751732",
12
+ city="Syracuse",
13
+ state="KS",
14
+ county="Hamilton">
15
+ =end
14
16
 
15
17
  class RandomUsCity
16
18
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: random_us_city
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.2
4
+ version: 0.1.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Joshua Harding