billboard_hot_100_songs 1.0.0 → 1.0.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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 62033cabc4d182cc48c38764575171b29b21621715abcabb9b815bbd23907f60
4
- data.tar.gz: ce5964010606cc1644b6e5f2b18d42d75ce9221a3759d430b19cbefd020629f3
3
+ metadata.gz: dc893da2095371124f6bc235059a0034ab54f381dae146774e66e3964388dc75
4
+ data.tar.gz: 1dbe1813016619a6e371d6650586d6c52a662ad47cd5aec4a8280a66d1e416d2
5
5
  SHA512:
6
- metadata.gz: 99e3c8663562187efce6645ab411a5d6fb75fc2994199f65c7f24db25938bfb2892e4bc86717b2480c3ebe1ece80ecb75ef7f96d8a0e084456652b0f7a97f266
7
- data.tar.gz: 3350528360c847b13af8254fac34bdc34d003c0e00313cc7f84af921cbc58ee22a9a133c51c39258a9e161217f37b1575a1c00b8237df6e5f470b8d2a26e490e
6
+ metadata.gz: 861ac089a09c93acf7e9718796b9e3fd1e634e09e1a2eac738009fa2d82896124bce37f205cb43afef796e170a2fd9158611d5373221f167a6d18600e3e0058f
7
+ data.tar.gz: 05aba8ebc01b290220281c9f9b31f04d5652f5a50ae82ca2c862c2d08a76189bb746ee2ae9f586506ac89dfef285f0a92136d27e37f638f2748c295d5c83d9f7
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- billboard_hot_100_songs (0.1.0)
4
+ billboard_hot_100_songs (1.0.1)
5
5
  colorize
6
6
  nokogiri
7
7
 
@@ -12,9 +12,7 @@ GEM
12
12
  colorize (0.8.1)
13
13
  diff-lcs (1.4.4)
14
14
  method_source (1.0.0)
15
- mini_portile2 (2.5.0)
16
- nokogiri (1.11.2)
17
- mini_portile2 (~> 2.5.0)
15
+ nokogiri (1.11.2-x86_64-darwin)
18
16
  racc (~> 1.4)
19
17
  pry (0.14.0)
20
18
  coderay (~> 1.1)
@@ -11,7 +11,7 @@ Gem::Specification.new do |spec|
11
11
  spec.description = %q{Quickly generate the list of this week's hottest songs and more!}
12
12
  spec.homepage = "https://github.com/alexander-mc/billboard_hot_100_songs"
13
13
  spec.license = "MIT"
14
- spec.required_ruby_version = Gem::Requirement.new("2.6.1")
14
+ spec.required_ruby_version = Gem::Requirement.new("~> 2.6.1")
15
15
 
16
16
  spec.files = `git ls-files -z`.split("\x0").reject { |f| f.match(%r{^(test|spec|features)/}) }
17
17
  spec.bindir = "bin"
@@ -1,3 +1,3 @@
1
1
  module BillboardHot100Songs
2
- VERSION = "1.0.0"
2
+ VERSION = "1.0.1"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: billboard_hot_100_songs
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.0
4
+ version: 1.0.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Alexander M. Clamor
@@ -141,7 +141,7 @@ require_paths:
141
141
  - lib
142
142
  required_ruby_version: !ruby/object:Gem::Requirement
143
143
  requirements:
144
- - - '='
144
+ - - "~>"
145
145
  - !ruby/object:Gem::Version
146
146
  version: 2.6.1
147
147
  required_rubygems_version: !ruby/object:Gem::Requirement