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 +4 -4
- data/.DS_Store +0 -0
- data/README.md +1 -5
- data/lib/what_a_world/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: aa7945f9c427f93fd62c36689ef33a4eb9939a79
|
4
|
+
data.tar.gz: 3b19685f50e7711ac8cbfbb12e5cea6f4693322c
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
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
|
|
data/lib/what_a_world/version.rb
CHANGED