what_a_world 0.1.1 → 0.1.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.
- checksums.yaml +4 -4
- data/.DS_Store +0 -0
- data/lib/what_a_world/version.rb +1 -1
- data/spec.md +4 -0
- data/what-a-world-cli-gem.gemspec +3 -2
- metadata +4 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 6888f83bee5321206e66ed337f92aef9e4585dbf
|
4
|
+
data.tar.gz: be4baeea5a176c4ff29a0713a84ead153247e3c6
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 1ca85151fb6a82ee9ad20a00aafead2cbbeb2b01a2b776c05ecd26db3996858338f7a14af32d3daf183fafc6d22716e40c22e24c53d25a049d69858676c6fdd4
|
7
|
+
data.tar.gz: 6d774179d8e23728ab5ff79f149e2b0ef71ac71a57d497352d4c9fb5d61632f792c3c2707b5baa6d0059a84dd5f5470d3b2358db14262aa5a3fcec987b34eb22
|
data/.DS_Store
CHANGED
Binary file
|
data/lib/what_a_world/version.rb
CHANGED
data/spec.md
CHANGED
@@ -2,6 +2,10 @@
|
|
2
2
|
|
3
3
|
Specs:
|
4
4
|
- [x] Have a CLI for interfacing with the application
|
5
|
+
All input and output for program is done from WhatAWorld::CLI class.
|
5
6
|
- [x] Pull data from an external source
|
7
|
+
Data is retrieved from different pages on the C.I.A. world book website.
|
6
8
|
- [x] Implement both list and detail views
|
9
|
+
List view is apparent when choosing from a list of countries.
|
10
|
+
Detail view is apprarent when a country has been selected and details about country are listed.
|
7
11
|
|
@@ -28,8 +28,9 @@ Gem::Specification.new do |spec|
|
|
28
28
|
spec.files = `git ls-files -z`.split("\x0").reject do |f|
|
29
29
|
f.match(%r{^(test|spec|features)/})
|
30
30
|
end
|
31
|
-
spec.bindir = "exe"
|
32
|
-
spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
|
31
|
+
#spec.bindir = "exe"
|
32
|
+
#spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
|
33
|
+
spec.executables = ["what-a-world"]
|
33
34
|
spec.require_paths = ["lib"]
|
34
35
|
|
35
36
|
spec.add_development_dependency "bundler", "~> 1.14"
|
metadata
CHANGED
@@ -1,12 +1,12 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: what_a_world
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.1.
|
4
|
+
version: 0.1.3
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- gb23
|
8
8
|
autorequire:
|
9
|
-
bindir:
|
9
|
+
bindir: bin
|
10
10
|
cert_chain: []
|
11
11
|
date: 2017-06-13 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
@@ -84,7 +84,8 @@ description: 'What a world! Choose a country to learn about various transnationa
|
|
84
84
|
issues that hinder global progress, as recognized by the CIA '
|
85
85
|
email:
|
86
86
|
- gregbenj@hotmail.com
|
87
|
-
executables:
|
87
|
+
executables:
|
88
|
+
- what-a-world
|
88
89
|
extensions: []
|
89
90
|
extra_rdoc_files: []
|
90
91
|
files:
|