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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: d8f02f245188882c2e5b7b412e28f88be6d46ecb
4
- data.tar.gz: 6c1bae5ee86d6b63fdf09ca5718689168f337f06
3
+ metadata.gz: 6888f83bee5321206e66ed337f92aef9e4585dbf
4
+ data.tar.gz: be4baeea5a176c4ff29a0713a84ead153247e3c6
5
5
  SHA512:
6
- metadata.gz: 9252a93ac5b9a13ea634f8506b6726e4db8b7e6147c65678feb42621b4abc54fe25d0adc279db868145749870f48969e32b2f60f5f82bfb8027e09d32be036e1
7
- data.tar.gz: 396c5128dfa0aa9e72d6e02f2070f112633bf666685721f5c08a51c5c08bc2afad29a7c37f9e254e5549ee7d50d963bbfcb21b013ae2168beb68787cd960fab6
6
+ metadata.gz: 1ca85151fb6a82ee9ad20a00aafead2cbbeb2b01a2b776c05ecd26db3996858338f7a14af32d3daf183fafc6d22716e40c22e24c53d25a049d69858676c6fdd4
7
+ data.tar.gz: 6d774179d8e23728ab5ff79f149e2b0ef71ac71a57d497352d4c9fb5d61632f792c3c2707b5baa6d0059a84dd5f5470d3b2358db14262aa5a3fcec987b34eb22
data/.DS_Store CHANGED
Binary file
@@ -1,3 +1,3 @@
1
1
  module WhatAWorld
2
- VERSION = "0.1.1"
2
+ VERSION = "0.1.3"
3
3
  end
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.1
4
+ version: 0.1.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - gb23
8
8
  autorequire:
9
- bindir: exe
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: