nba_information 0.1.0 → 0.2.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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 3baea276998e37e586eaa84155ac7f2392ff6a25586525750474d8b71fbe7aea
4
- data.tar.gz: 957c68a7c97564cda61e72b94f165205cb195c30b500f9947ee2a90f1eff9208
3
+ metadata.gz: 619bf28b8ac4b9ba0afbbcb3758c0759d101e17712b566d9da7ca9589242a2c8
4
+ data.tar.gz: 9312cfe921ed9e35e27d7a750e92768f52ec98985ab597d44b916ed315bd79f4
5
5
  SHA512:
6
- metadata.gz: cadd8c96d5d1da1aaddec7cb911631b7ba1bd38368de6cc34bb9917641a6b91a8ab79342865649b8375704f1b6fc80e90948ccf30b49b4468b08d94037238e83
7
- data.tar.gz: 91c8010c43fb1ad334f960b96f544477cfa3fa56f77407f2cd97cb7772206fba46e93995e2c13bd4b84d62eb4dd54ca09f43c417aa48ff62b1114109f8655095
6
+ metadata.gz: e661c33c6791f098b155d2d6d246f643969234b3da9ac74ae128cb2131a7c4a52a9c59792fc0c98095527fc27a89d036900f274d37fe40933faffbc522129458
7
+ data.tar.gz: 8d84278a9d34582c06ffbcfcd0be8005e6bc385952d13f23e746ee756bb33c85b29f0f9265506ee568deb3d83977866122f70c39ab1f96ad6c78e5e0731bb650
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- nba_info (0.1.0)
4
+ nba_information (0.2.0)
5
5
  nokogiri
6
6
 
7
7
  GEM
@@ -22,7 +22,7 @@ PLATFORMS
22
22
 
23
23
  DEPENDENCIES
24
24
  bundler (~> 1.16)
25
- nba_info!
25
+ nba_information!
26
26
  pry
27
27
  rake (~> 10.0)
28
28
 
data/nba_info.gemspec CHANGED
@@ -5,7 +5,7 @@ require "nba_info/version"
5
5
 
6
6
  Gem::Specification.new do |spec|
7
7
  spec.name = "nba_information"
8
- spec.version = NbaInfo::VERSION
8
+ spec.version = "0.2.0"
9
9
  spec.authors = ["RSchaubeck"]
10
10
  spec.email = ["richard.schaubeck@gmail.com"]
11
11
 
@@ -19,8 +19,8 @@ Gem::Specification.new do |spec|
19
19
  spec.files = Dir.chdir(File.expand_path('..', __FILE__)) do
20
20
  `git ls-files -z`.split("\x0").reject { |f| f.match(%r{^(test|spec|features)/}) }
21
21
  end
22
- spec.bindir = "exe"
23
- spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
22
+ spec.bindir = "bin"
23
+ spec.executables << "nba-info"
24
24
  spec.require_paths = ["lib"]
25
25
 
26
26
  spec.add_development_dependency "bundler", "~> 1.16"
Binary file
metadata CHANGED
@@ -1,12 +1,12 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: nba_information
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.2.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - RSchaubeck
8
8
  autorequire:
9
- bindir: exe
9
+ bindir: bin
10
10
  cert_chain: []
11
11
  date: 2019-02-25 00:00:00.000000000 Z
12
12
  dependencies:
@@ -69,7 +69,8 @@ dependencies:
69
69
  description: https://github.com/RSchaubeck/nba-info-gem
70
70
  email:
71
71
  - richard.schaubeck@gmail.com
72
- executables: []
72
+ executables:
73
+ - nba-info
73
74
  extensions: []
74
75
  extra_rdoc_files: []
75
76
  files:
@@ -88,6 +89,7 @@ files:
88
89
  - lib/nba_info/team.rb
89
90
  - lib/nba_info/version.rb
90
91
  - nba_info.gemspec
92
+ - nba_information-0.1.0.gem
91
93
  homepage: https://github.com/RSchaubeck/nba-info-gem
92
94
  licenses:
93
95
  - MIT