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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 559664d4de5dd64494bd779bee08bfeef14ab679992779434c944329e900e28a
4
- data.tar.gz: 668a2adc082fa66cc6656e4261ee25361922f3a3145426eb19bfcfed3745863e
3
+ metadata.gz: cda00f36bb3bceb0cb687ef4d52b1a8ad10b8256916fd2858e6e7530ad4a49f1
4
+ data.tar.gz: 6fe9acc69dd4374e5140957375abd7a885845b8116fafadc15e2d88170abf9dc
5
5
  SHA512:
6
- metadata.gz: 28148801439acfb666883f2bc78224501a551a007c76d4e545e836b256110feca499d129e55391cf89a44cf7e13b78d1d97406fd593ffc8b5e66a04b9c0de80b
7
- data.tar.gz: c4e7ccbaf3a801897d26aaa39a0438f83e55c8b1dd3c46e5c46a07981f2d1f1e7a98ce5c8b696ae436f938368b85130e6fc6c3d7a7ef2d83e75909d25031ba1e
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/[USERNAME]/game_scraper.
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/game_scraper"
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"] = "TODO: Put your gem's public repo URL here."
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.
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module GameScraper
4
- VERSION = "0.1.1"
4
+ VERSION = "0.1.2"
5
5
  end
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.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/game_scraper
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/game_scraper
38
+ homepage_uri: https://github.com/baezdiazm/Games-Scraper/tree/master
39
39
  post_install_message:
40
40
  rdoc_options: []
41
41
  require_paths: