fantasyCompare 0.1.5 → 0.1.7

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: 797c4b1cabcc95982373bdf35a900a365eba7718
4
- data.tar.gz: c98cb9d6b8ee2b1b2a6f9769e7d228909046dad1
3
+ metadata.gz: cdc9422066c69c1d689642c6c2f63363166768d9
4
+ data.tar.gz: 9e04e7977942cec02dae6a7ee98bb2825340a67d
5
5
  SHA512:
6
- metadata.gz: e278538c476d8d7c5c2cc1f173063cde11e06043fc3a45ff8c29799b3d4cb82791f1f1a7a0de412413cce7be21aa144d1eba943aebbf3a1fbf5656a58ce4daf2
7
- data.tar.gz: 9511fd2c5fd72c96106804ee8a54eaa8764c5db3d68ceafe913f6efe59e466f65de4c7183e1d494b64e313b37183d9cc0342580ca4272278b16f61cb9c633ab7
6
+ metadata.gz: 6a8640d6a7b8520792fcae7f43f0fbfa03b9a770b743e5d72a7a0d5cbd0570dc9501fbc49ee1392611c33e03bfc550765546fb0e582205a09de09a06f3d34ccd
7
+ data.tar.gz: 1b269e70f25d519080a54643ccd59834f820b3a3034a8d82478d99bf7113b1935e31d0700d3db32de489c25a40c636b04ab9a306e5205956569f8403359f0198
File without changes
Binary file
@@ -19,7 +19,7 @@ Gem::Specification.new do |spec|
19
19
  spec.files = `git ls-files -z`.split("\x0").reject do |f|
20
20
  f.match(%r{^(test|spec|features)/})
21
21
  end
22
- spec.executables = ['nfl-compare']
22
+ spec.executables = ['fantasy-compare']
23
23
  spec.require_paths = ["lib", "lib/fantasyCompare"]
24
24
 
25
25
  spec.add_development_dependency "bundler", "~> 1.13"
@@ -4,7 +4,7 @@ require 'pry'
4
4
 
5
5
  require_relative "./fantasyCompare/version.rb"
6
6
  require_relative "./fantasyCompare/cli.rb"
7
- require_relative "./fantasyCompare/NFLJSON.rb"
7
+ require_relative "./fantasyCompare/nfljson.rb"
8
8
 
9
9
 
10
10
  module FantasyCompare
@@ -1,3 +1,3 @@
1
1
  module FantasyCompare
2
- VERSION = "0.1.5"
2
+ VERSION = "0.1.7"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: fantasyCompare
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.5
4
+ version: 0.1.7
5
5
  platform: ruby
6
6
  authors:
7
7
  - John Verdone
@@ -72,7 +72,7 @@ description: A console Gem that pulls API data from the NFLs fantasy api. It the
72
72
  email:
73
73
  - jmverdone@gmail.com
74
74
  executables:
75
- - nfl-compare
75
+ - fantasy-compare
76
76
  extensions: []
77
77
  extra_rdoc_files: []
78
78
  files:
@@ -85,11 +85,12 @@ files:
85
85
  - README.md
86
86
  - Rakefile
87
87
  - bin/console
88
- - bin/nfl-compare
88
+ - bin/fantasy-compare
89
89
  - bin/setup
90
90
  - demo.rb
91
91
  - fantasyCompare-0.1.0.gem
92
92
  - fantasyCompare-0.1.4.gem
93
+ - fantasyCompare-0.1.5.gem
93
94
  - fantasyCompare.gemspec
94
95
  - lib/fantasyCompare.rb
95
96
  - lib/fantasyCompare/NFLJSON.rb