random_us_city 0.1.3 → 0.1.4

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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: b617e45f72211daccba0e618cf6a3ec56f94e189
4
- data.tar.gz: d7d5dd31ad6a5be78c6f441f2c0bb50385e6b0b6
3
+ metadata.gz: d3439ffc2a8331342ad60b95b804eb9ece3eaf80
4
+ data.tar.gz: b90cb5670f10d95ed93f9573340da06de554b4b0
5
5
  SHA512:
6
- metadata.gz: 48073e082c8be83d11a08e9f28d86aa1dd1432e2c38a7b2b28f1cc5f266e3b9c24fb74c0f7424d1f37753b1d82e009ffd6892d6e0326110629892369b3c3aa82
7
- data.tar.gz: d2dbc69660a2fe3d15ca091878c145a35ec25e19d626760ff2deefe07d6a1189360471895e012990883ed74702f6bbce70376672c837081a61a0492c02ecb323
6
+ metadata.gz: 27b28cf34d9b2079b4a7dd4c2e991147e0141b045fa9ca90924a47cf14d594d4bcf6dea41e859570a139bde86feaf70d013daa71abd105c7c77b164b5ef380d6
7
+ data.tar.gz: c1c69de1a3995de3d772d97d914f6b9c40aa16bf7cb7184795f8606e736ab568b6c1b66903a2229424875d49de456c21970a1c702eb3a98f9fb2e9bf1d806772
@@ -1,3 +1,3 @@
1
1
  class RandomUsCity
2
- VERSION = "0.1.3"
2
+ VERSION = "0.1.4"
3
3
  end
@@ -3,15 +3,17 @@ require "csv"
3
3
 
4
4
 
5
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">
6
+ This class returns a struct with data for a random city in the US.
7
+
8
+ For example:
9
+
10
+ #<struct RandomUsCity::City
11
+ zip="67878",
12
+ latitude="37.986428",
13
+ longitude="-101.751732",
14
+ city="Syracuse",
15
+ state="KS",
16
+ county="Hamilton">
15
17
  =end
16
18
 
17
19
  class RandomUsCity
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.3
4
+ version: 0.1.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Joshua Harding