NBA_info 0.1.6 → 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: 19eb7b903f9f881d3884340a2df92b2f286d4f65
4
- data.tar.gz: 7118cc352c4e368b32afe446f5326cb144266c27
3
+ metadata.gz: 62c2a42be04c705423604193832e5cf5cf239194
4
+ data.tar.gz: 64e9f0e4c2279d28e0bd6c8f3a1ffb14677818f3
5
5
  SHA512:
6
- metadata.gz: bebdba7d5d9825303461b15a78551f474bbd944a902c7a88f54052f972e9bc2db535c61a3bd7dc17b125883302d85fc5b4135116cf8d9da25d7ba5decf409da0
7
- data.tar.gz: 5b98f9004cbba1c26eba7f9e1432aeefb0e8b556abf34b05565c723411916716a24f6c5e2141e8f093e9248ab3a082fdb174f1dda29685278f3494be56978007
6
+ metadata.gz: 5fde4deb4e42f969c39a9aeebf75334cee212d4c7375b8e9d9854bc2f4af6475dd359c0d8cc6dc6382b1bf74548e2435abd913abb432e795845c493925282fd1
7
+ data.tar.gz: fe6992c82145ac42003c184627c50684ffea605ae21f6cb6f59bdd986add4bbefc4e4cf3d49eca00199e76a1fd83356abafd776b80b5d85b1937e611fd923dd4
Binary file
data/NBA_info.gemspec CHANGED
@@ -7,6 +7,7 @@ Gem::Specification.new do |s|
7
7
  s.executables << 'application.rb'
8
8
  s.add_development_dependency 'minitest'
9
9
  s.add_development_dependency 'minitest-rg'
10
+ s.add_runtime_dependency 'nokogiri', '>= 1.6.2' # v.1.6.2 has documented problem
10
11
  s.date = '2014-10-23'
11
12
  s.summary = 'NBA information extractor and analyzer'
12
13
  s.description = 'Extract and analyze NBA information from Yahoo sport and ESPN.com'
data/README.md CHANGED
@@ -1,5 +1,5 @@
1
1
  #WebScraper HW - NBA_info
2
- >This assignment scrapes the information and parse HTML directly from websites. It can help you to collect the imformation of NBA's games and players.
2
+ >[![Build Status](https://travis-ci.org/seanyen0507/web_scraper.svg?branch=master)](https://travis-ci.org/seanyen0507/web_scraper)<br />This assignment scrapes the information and parse HTML directly from websites. It can help you to collect the imformation of NBA's games and players.
3
3
  ##Choice of website
4
4
  </br>
5
5
  First, we choose the NBA sports infomation on <http://scores.espn.go.com/nba/scoreboard> and scrape each game's starting lineup.
@@ -1,4 +1,4 @@
1
1
  module NBA_INFO
2
- VERSION = '0.1.6'
3
- DATE = '2014-10-26'
2
+ VERSION = '0.1.7'
3
+ DATE = '2014-11-3'
4
4
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: NBA_info
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.6
4
+ version: 0.1.7
5
5
  platform: ruby
6
6
  authors:
7
7
  - poweihuang
@@ -40,6 +40,20 @@ dependencies:
40
40
  - - ">="
41
41
  - !ruby/object:Gem::Version
42
42
  version: '0'
43
+ - !ruby/object:Gem::Dependency
44
+ name: nokogiri
45
+ requirement: !ruby/object:Gem::Requirement
46
+ requirements:
47
+ - - ">="
48
+ - !ruby/object:Gem::Version
49
+ version: 1.6.2
50
+ type: :runtime
51
+ prerelease: false
52
+ version_requirements: !ruby/object:Gem::Requirement
53
+ requirements:
54
+ - - ">="
55
+ - !ruby/object:Gem::Version
56
+ version: 1.6.2
43
57
  description: Extract and analyze NBA information from Yahoo sport and ESPN.com
44
58
  email: benny59438@gmail.com
45
59
  executables:
@@ -51,8 +65,8 @@ files:
51
65
  - Gemfile
52
66
  - Gemfile.lock
53
67
  - LICENSE
54
- - NBA_info-0.1.4.gem
55
68
  - NBA_info-0.1.5.gem
69
+ - NBA_info-0.1.6.gem
56
70
  - NBA_info.gemspec
57
71
  - README.md
58
72
  - Rakefile
@@ -81,9 +95,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
81
95
  version: '0'
82
96
  requirements: []
83
97
  rubyforge_project:
84
- rubygems_version: 2.4.1
98
+ rubygems_version: 2.2.2
85
99
  signing_key:
86
100
  specification_version: 4
87
101
  summary: NBA information extractor and analyzer
88
- test_files:
89
- - spec/test.rb
102
+ test_files: []
data/NBA_info-0.1.4.gem DELETED
Binary file