what_a_world 0.1.8 → 1.0.0

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: 1c2fbde73cf76a8c901df7d7ab3052271d6adb74
4
- data.tar.gz: 723492930e0b3739e2c4fd3a81c64b01c5ad5440
3
+ metadata.gz: aa7945f9c427f93fd62c36689ef33a4eb9939a79
4
+ data.tar.gz: 3b19685f50e7711ac8cbfbb12e5cea6f4693322c
5
5
  SHA512:
6
- metadata.gz: a5fbd971de9e96af181caf10d2cbec910ef19a06c715f17f5c252da2ac8cb85e3f98092fca6a851a485ad4ec1f56d1182770304729293f435c062868614ee9a6
7
- data.tar.gz: ffa0c56f35456ff03fad6c1f560560032698ae94d839c0e14e86d043bbe4c6703e4a1abc56f952dfe06c4bd0439f5d4a435582b4b26388dc79aeed669000a287
6
+ metadata.gz: d57f22bd40d7678c2f01750fa2e1dabca3f405b60a2878468667fee9681786d634fec766e675fed20c65a051bd224a3f7581d20dd4e74bf62938ac49db368659
7
+ data.tar.gz: 9ac88bce6f40bb0c6057cb095740fcab976d065adcd7303a9b0da080987db59db456dccfd80ef19e68475ac668ece41dfe43992b7605f5896d75482afa12f1e1
data/.DS_Store CHANGED
Binary file
data/README.md CHANGED
@@ -21,11 +21,7 @@ Or install it yourself as:
21
21
  $ gem install what_a_world
22
22
 
23
23
  ## Usage
24
-
25
- 1. Select a location by its first letter. That is, type in any letter A through Z and press return
26
- 2. An enumerated list will appear on the screen. Type in a number corresponding to the location listed and press return
27
- 3. Data will display on screen
28
- 4. To continue exploring, type 'yes' when prompted about continuing. To stop exploring, type 'no' and press return.
24
+ To execute: type ```what-a-world``` in your terminal
29
25
 
30
26
  ## Development
31
27
 
@@ -1,3 +1,3 @@
1
1
  module WhatAWorld
2
- VERSION = "0.1.8"
2
+ VERSION = "1.0.0"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: what_a_world
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.8
4
+ version: 1.0.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - gb23