football_cli 0.0.4 → 0.0.5

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: f33afb8a2254bf849aeffdea577ae05d0adbd93a
4
- data.tar.gz: 19edea4a4702f35c888a452996bcafcc48540999
3
+ metadata.gz: 96b922552deebad259c1b6793fde2462d7cc3312
4
+ data.tar.gz: 2f96cb95a21c007c6a7543a0b8968a60ba016f43
5
5
  SHA512:
6
- metadata.gz: e7327f77477acda204126bc37b710fa257ffb2acc4a696a260d0327705c0b91f6441d2eeeac6c0c906aa51bdc3314c09555e4898e0e5a28455a957015d345048
7
- data.tar.gz: 80fd24912e07646ee475c54f13715abee44b40d1bde8ac7aec3eea34a0e43d77b81a7a47e98687ec8a9be7573597e84ac9f5e210d43c5de755e845c593fa9c0b
6
+ metadata.gz: 5d008a3907dfeeeff4cc6d26577b7a4446b9163dc15bc1237fcd3f459051c3c94a6f7d56a0d15031c03f97367c65a219bb501416d01bf98be125c9e333fbe7eb
7
+ data.tar.gz: 09b2e569be8e5c2938ee794efe8cad5b67f1c942d878b1624c47ae371cb947371937b6a4a49802a6cabfa3a0942134600a0b4362eb73d618d3e47125f99ed19b
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- football_cli (0.0.4)
4
+ football_cli (0.0.5)
5
5
  football_ruby
6
6
  gli (= 2.16.0)
7
7
  rainbow
@@ -33,22 +33,22 @@ GEM
33
33
  cucumber-wire (0.0.1)
34
34
  diff-lcs (1.3)
35
35
  ffi (1.9.18)
36
- football_ruby (0.1.0)
37
- gherkin (4.1.1)
36
+ football_ruby (0.1.2)
37
+ gherkin (4.1.3)
38
38
  gli (2.16.0)
39
39
  multi_json (1.12.1)
40
40
  multi_test (0.1.2)
41
41
  rainbow (2.2.2)
42
42
  rake
43
43
  rake (12.0.0)
44
- rspec-expectations (3.5.0)
44
+ rspec-expectations (3.6.0)
45
45
  diff-lcs (>= 1.2.0, < 2.0)
46
- rspec-support (~> 3.5.0)
47
- rspec-support (3.5.0)
48
- terminal-table (1.7.3)
49
- unicode-display_width (~> 1.1.1)
46
+ rspec-support (~> 3.6.0)
47
+ rspec-support (3.6.0)
48
+ terminal-table (1.8.0)
49
+ unicode-display_width (~> 1.1, >= 1.1.1)
50
50
  thor (0.19.4)
51
- unicode-display_width (1.1.3)
51
+ unicode-display_width (1.2.1)
52
52
 
53
53
  PLATFORMS
54
54
  ruby
data/README.md CHANGED
@@ -8,7 +8,7 @@ A command line interface for all the football data feeds in Ruby
8
8
 
9
9
  ## Installation
10
10
 
11
- $ gem install football_ruby
11
+ $ gem install football_cli
12
12
 
13
13
  ## Usage
14
14
 
@@ -1,3 +1,3 @@
1
1
  module FootballCli
2
- VERSION = '0.0.4'
2
+ VERSION = '0.0.5'
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: football_cli
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.4
4
+ version: 0.0.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - Said Kaldybaev
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2017-05-18 00:00:00.000000000 Z
11
+ date: 2017-05-19 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: football_ruby