game_scraper 0.1.1 → 0.1.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.
- checksums.yaml +4 -4
- data/README.md +1 -1
- data/game_scraper.gemspec +2 -2
- data/lib/game_scraper/version.rb +1 -1
- metadata +3 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: cda00f36bb3bceb0cb687ef4d52b1a8ad10b8256916fd2858e6e7530ad4a49f1
|
4
|
+
data.tar.gz: 6fe9acc69dd4374e5140957375abd7a885845b8116fafadc15e2d88170abf9dc
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 1cf8756c00b865075608b0d6d9685ba4f88f4d0441000348783267375af3478ce4fbf64b24f937cefa11d8bfb3dd7f3eb19ce1b1eb2f854f70d63d7086450c9f
|
7
|
+
data.tar.gz: 1680f583773a0795756f366dddaa16da533e9a2f417ce3cc67a853f9c478cc597df0f06503d763427e9f21f3f23f068df3b5e851f135bfec79aba9ab83fe3a65
|
data/README.md
CHANGED
@@ -33,7 +33,7 @@ To install this gem onto your local machine, run `bundle exec rake install`. To
|
|
33
33
|
|
34
34
|
## Contributing
|
35
35
|
|
36
|
-
Bug reports and pull requests are welcome on GitHub at https://github.com/[
|
36
|
+
Bug reports and pull requests are welcome on GitHub at https://github.com/[baezdiazm]/game_scraper.
|
37
37
|
|
38
38
|
## License
|
39
39
|
|
data/game_scraper.gemspec
CHANGED
@@ -9,14 +9,14 @@ Gem::Specification.new do |spec|
|
|
9
9
|
spec.email = ["baezdiazm@yahoo.com"]
|
10
10
|
|
11
11
|
spec.summary = "This app scrapes game titles and descriptions from www.alphabetagamer.com"
|
12
|
-
spec.homepage = "https://github.com/baezdiazm/
|
12
|
+
spec.homepage = "https://github.com/baezdiazm/Games-Scraper/tree/master"
|
13
13
|
spec.license = "MIT"
|
14
14
|
spec.required_ruby_version = ">= 2.4.0"
|
15
15
|
|
16
16
|
#spec.metadata["allowed_push_host"] = "TODO: Set to 'http://mygemserver.com'"
|
17
17
|
|
18
18
|
spec.metadata["homepage_uri"] = spec.homepage
|
19
|
-
#spec.metadata["source_code_uri"] =
|
19
|
+
#spec.metadata["source_code_uri"] = https://github.com/baezdiazm/Games-Scraper/tree/master
|
20
20
|
#spec.metadata["changelog_uri"] = "TODO: Put your gem's CHANGELOG.md URL here."
|
21
21
|
|
22
22
|
# Specify which files should be added to the gem when it is released.
|
data/lib/game_scraper/version.rb
CHANGED
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: game_scraper
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.1.
|
4
|
+
version: 0.1.2
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- baezdiazm
|
@@ -31,11 +31,11 @@ files:
|
|
31
31
|
- lib/games.rb
|
32
32
|
- lib/person.rb
|
33
33
|
- lib/scraper.rb
|
34
|
-
homepage: https://github.com/baezdiazm/
|
34
|
+
homepage: https://github.com/baezdiazm/Games-Scraper/tree/master
|
35
35
|
licenses:
|
36
36
|
- MIT
|
37
37
|
metadata:
|
38
|
-
homepage_uri: https://github.com/baezdiazm/
|
38
|
+
homepage_uri: https://github.com/baezdiazm/Games-Scraper/tree/master
|
39
39
|
post_install_message:
|
40
40
|
rdoc_options: []
|
41
41
|
require_paths:
|