nba_stats 0.9.0 → 0.9.1
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/.idea/.rakeTasks +1 -1
- data/.idea/nba_stats.iml +14 -13
- data/.idea/workspace.xml +200 -223
- data/README.md +1 -0
- data/Rakefile +3 -2
- data/lib/nba_stats/client.rb +2 -0
- data/lib/nba_stats/constants.rb +1 -0
- data/lib/nba_stats/resources/box_score_misc.rb +15 -15
- data/lib/nba_stats/resources/common_player_info.rb +2 -2
- data/lib/nba_stats/resources/common_team_years.rb +1 -1
- data/lib/nba_stats/resources/player_career_stats.rb +8 -6
- data/lib/nba_stats/resources/player_dashboard_by_general_splits.rb +30 -0
- data/lib/nba_stats/resources/resource_base.rb +0 -6
- data/lib/nba_stats/stats/player_dashboard_by_general_splits.rb +92 -0
- data/lib/nba_stats/version.rb +1 -1
- data/nba_stats.gemspec +9 -9
- data/spec/client/box_score_misc_spec.rb +1 -1
- data/spec/client/player_dashboard_by_general_splits_spec.rb +27 -0
- data/spec/client_spec.rb +1 -1
- data/spec/spec_helper.rb +1 -0
- metadata +8 -4
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 4b4da02f31577c446aad2708cc9897197e8e91bd
|
|
4
|
+
data.tar.gz: d6f728624f6e8b6cd41073b7903005b9597ea18e
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 33cdc629f2ff4bb6f6e0a879580395839e665459993dadabf39e50360f9e8d4151bd4aa5d85ae8e40076dc618a1e23703ec7041e9058eddc55d80837e5e9442d
|
|
7
|
+
data.tar.gz: 64e89c8b37c2309c61260a07cad76c6d6aab17a8002b79d2ca18239e3dade9125b7c909a58cdc01eec74011f8874b4b7b0d5e88c843ad27beef07aa3e2ad13ee
|
data/.idea/.rakeTasks
CHANGED
|
@@ -4,4 +4,4 @@ You are allowed to:
|
|
|
4
4
|
1. Remove rake task
|
|
5
5
|
2. Add existing rake tasks
|
|
6
6
|
To add existing rake tasks automatically delete this file and reload the project.
|
|
7
|
-
--><RakeGroup description="" fullCmd="" taksId="rake"><RakeTask description="Build nba_stats-0.0.
|
|
7
|
+
--><RakeGroup description="" fullCmd="" taksId="rake"><RakeTask description="Build nba_stats-0.9.0.gem into the pkg directory" fullCmd="build" taksId="build" /><RakeTask description="Discover an NBA.com stats API endpoint" fullCmd="discover" taksId="discover" /><RakeTask description="Build and install nba_stats-0.9.0.gem into system gems" fullCmd="install" taksId="install" /><RakeTask description="Create tag v0.9.0 and build and push nba_stats-0.9.0.gem to Rubygems" fullCmd="release" taksId="release" /><RakeTask description="Run RSpec code examples" fullCmd="spec" taksId="spec" /></RakeGroup></Settings>
|
data/.idea/nba_stats.iml
CHANGED
|
@@ -14,30 +14,31 @@
|
|
|
14
14
|
<orderEntry type="inheritedJdk" />
|
|
15
15
|
<orderEntry type="sourceFolder" forTests="false" />
|
|
16
16
|
<orderEntry type="module-library">
|
|
17
|
-
<library name="nba_stats (v0.
|
|
17
|
+
<library name="nba_stats (v0.9.1, /Users/doyourwork/Projects/rails/nba_stats) [path][gem]">
|
|
18
18
|
<CLASSES>
|
|
19
19
|
<root url="file://$MODULE_DIR$/lib" />
|
|
20
|
+
<root url="file://$MODULE_DIR$/pkg" />
|
|
20
21
|
<root url="file://$MODULE_DIR$/.idea" />
|
|
21
22
|
</CLASSES>
|
|
22
23
|
<SOURCES>
|
|
23
24
|
<root url="file://$MODULE_DIR$/lib" />
|
|
25
|
+
<root url="file://$MODULE_DIR$/pkg" />
|
|
24
26
|
<root url="file://$MODULE_DIR$/.idea" />
|
|
25
27
|
</SOURCES>
|
|
26
28
|
</library>
|
|
27
29
|
</orderEntry>
|
|
28
|
-
<orderEntry type="library" scope="PROVIDED" name="addressable (v2.3.
|
|
29
|
-
<orderEntry type="library" scope="PROVIDED" name="bundler (v1.
|
|
30
|
+
<orderEntry type="library" scope="PROVIDED" name="addressable (v2.3.7, RVM: ruby-2.1.0) [gem]" level="application" />
|
|
31
|
+
<orderEntry type="library" scope="PROVIDED" name="bundler (v1.8.4, RVM: ruby-2.1.0) [gem]" level="application" />
|
|
30
32
|
<orderEntry type="library" scope="PROVIDED" name="diff-lcs (v1.2.5, RVM: ruby-2.1.0) [gem]" level="application" />
|
|
31
|
-
<orderEntry type="library" scope="PROVIDED" name="json (v1.8.
|
|
32
|
-
<orderEntry type="library" scope="PROVIDED" name="mime-types (v2.3, RVM: ruby-2.1.0) [gem]" level="application" />
|
|
33
|
-
<orderEntry type="library" scope="PROVIDED" name="netrc (v0.
|
|
34
|
-
<orderEntry type="library" scope="PROVIDED" name="rake (v10.
|
|
35
|
-
<orderEntry type="library" scope="PROVIDED" name="rest-client (v1.7.
|
|
36
|
-
<orderEntry type="library" scope="PROVIDED" name="rspec (v3.
|
|
37
|
-
<orderEntry type="library" scope="PROVIDED" name="rspec-
|
|
38
|
-
<orderEntry type="library" scope="PROVIDED" name="rspec-
|
|
39
|
-
<orderEntry type="library" scope="PROVIDED" name="rspec-
|
|
40
|
-
<orderEntry type="library" scope="PROVIDED" name="rspec-support (v3.0.4, RVM: ruby-2.1.0) [gem]" level="application" />
|
|
33
|
+
<orderEntry type="library" scope="PROVIDED" name="json (v1.8.2, RVM: ruby-2.1.0) [gem]" level="application" />
|
|
34
|
+
<orderEntry type="library" scope="PROVIDED" name="mime-types (v2.4.3, RVM: ruby-2.1.0) [gem]" level="application" />
|
|
35
|
+
<orderEntry type="library" scope="PROVIDED" name="netrc (v0.10.3, RVM: ruby-2.1.0) [gem]" level="application" />
|
|
36
|
+
<orderEntry type="library" scope="PROVIDED" name="rake (v10.4.2, RVM: ruby-2.1.0) [gem]" level="application" />
|
|
37
|
+
<orderEntry type="library" scope="PROVIDED" name="rest-client (v1.7.3, RVM: ruby-2.1.0) [gem]" level="application" />
|
|
38
|
+
<orderEntry type="library" scope="PROVIDED" name="rspec (v3.2.0, RVM: ruby-2.1.0) [gem]" level="application" />
|
|
39
|
+
<orderEntry type="library" scope="PROVIDED" name="rspec-expectations (v3.2.0, RVM: ruby-2.1.0) [gem]" level="application" />
|
|
40
|
+
<orderEntry type="library" scope="PROVIDED" name="rspec-mocks (v3.2.1, RVM: ruby-2.1.0) [gem]" level="application" />
|
|
41
|
+
<orderEntry type="library" scope="PROVIDED" name="rspec-support (v3.2.2, RVM: ruby-2.1.0) [gem]" level="application" />
|
|
41
42
|
</component>
|
|
42
43
|
</module>
|
|
43
44
|
|