golfscrape 0.0.1 → 0.0.2
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.
- data/golfscrape.gemspec +1 -1
- data/lib/golfscrape/version.rb +1 -1
- metadata +4 -4
data/golfscrape.gemspec
CHANGED
|
@@ -7,7 +7,7 @@ Gem::Specification.new do |s|
|
|
|
7
7
|
s.version = Golfscrape::VERSION
|
|
8
8
|
s.authors = ["Johnny Khai Nguyen"]
|
|
9
9
|
s.email = ["johnnyn@gmail.com"]
|
|
10
|
-
s.homepage = ""
|
|
10
|
+
s.homepage = "https://github.com/phuphighter/golfscrape"
|
|
11
11
|
s.summary = %q{Ruby class to scrape PGA Tour golf data}
|
|
12
12
|
s.description = %q{Use this gem to get PGA Tour data for tournaments, world rankings, and the leaderboard}
|
|
13
13
|
|
data/lib/golfscrape/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: golfscrape
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
hash:
|
|
4
|
+
hash: 27
|
|
5
5
|
prerelease:
|
|
6
6
|
segments:
|
|
7
7
|
- 0
|
|
8
8
|
- 0
|
|
9
|
-
-
|
|
10
|
-
version: 0.0.
|
|
9
|
+
- 2
|
|
10
|
+
version: 0.0.2
|
|
11
11
|
platform: ruby
|
|
12
12
|
authors:
|
|
13
13
|
- Johnny Khai Nguyen
|
|
@@ -113,7 +113,7 @@ files:
|
|
|
113
113
|
- spec/vcr_cassettes/rankings.yml
|
|
114
114
|
- spec/vcr_setup.rb
|
|
115
115
|
has_rdoc: true
|
|
116
|
-
homepage:
|
|
116
|
+
homepage: https://github.com/phuphighter/golfscrape
|
|
117
117
|
licenses: []
|
|
118
118
|
|
|
119
119
|
post_install_message:
|