jarvisbot_songfinder 1.1.2 → 1.1.3

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: a9816a367951f389002f1a3b2d5356b0ef7337b9815ff3349589b32e95eb49c7
4
- data.tar.gz: 235d8826b493ea2af4d11d33e1406c94ec8dfcba11df3f500d95deff29e52281
3
+ metadata.gz: 7f331e20e3590cc4d85d62912bc19df0d9c91261147f3502409bed0a4831f7dd
4
+ data.tar.gz: e90d8391d9058dafc0d1fd26cb8214966766b04e26c57c75ec0c2909cad989a3
5
5
  SHA512:
6
- metadata.gz: 3bb8af42c7be22d744cb10f2500b28fbd5a528a55c6823bae5025d3950d06f2bce09b78ba400ac9b1a833c30c043490090f8f3a5fd556f154042bceca99723f9
7
- data.tar.gz: d40855e96aa7ae67e3c1c65bbfada8661f5229b0eed9b59899404ce56f5862f1edac9acc42cfa8c4671fe0a691055e28e5d3ead0070ac7330c1f6e0ad6dada2e
6
+ metadata.gz: 2c54f652b6bd77dc9076010848e5107798e4bff402f8af83b6d911d7f06a8aace5cc7f28b81748e88b5844f069d979116b76b57e4a08560b751f4081b734cd77
7
+ data.tar.gz: 5302e2d860a49a04a798dbc10fdc56322d1da01a7b4e2b477666db0f1d17b6d34932e1170dc910492237a32438e4cc2bfb56f044efaea4bcefccb9b55a6a3a67
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- jarvisbot_songfinder (1.1.2)
4
+ jarvisbot_songfinder (1.1.3)
5
5
  httparty (~> 0.16)
6
6
  rspotify (~> 2.4.0)
7
7
  yt (~> 0.29.1)
@@ -9,103 +9,101 @@ PATH
9
9
  GEM
10
10
  remote: https://rubygems.org/
11
11
  specs:
12
- activesupport (6.0.0)
12
+ activesupport (6.0.3)
13
13
  concurrent-ruby (~> 1.0, >= 1.0.2)
14
14
  i18n (>= 0.7, < 2)
15
15
  minitest (~> 5.1)
16
16
  tzinfo (~> 1.1)
17
- zeitwerk (~> 2.1, >= 2.1.8)
17
+ zeitwerk (~> 2.2, >= 2.2.2)
18
18
  addressable (2.5.2)
19
19
  public_suffix (>= 2.0.2, < 4.0)
20
20
  coderay (1.1.2)
21
- concurrent-ruby (1.1.5)
21
+ concurrent-ruby (1.1.6)
22
22
  crack (0.4.3)
23
23
  safe_yaml (~> 1.0.0)
24
24
  diff-lcs (1.3)
25
- docile (1.3.1)
25
+ docile (1.3.2)
26
26
  domain_name (0.5.20190701)
27
27
  unf (>= 0.0.5, < 1.0.0)
28
- faraday (0.15.4)
28
+ faraday (1.0.1)
29
29
  multipart-post (>= 1.2, < 3)
30
- hashdiff (0.3.8)
31
- hashie (3.6.0)
30
+ hashdiff (1.0.1)
31
+ hashie (4.1.0)
32
32
  http-cookie (1.0.3)
33
33
  domain_name (~> 0.5)
34
- httparty (0.17.0)
34
+ httparty (0.18.0)
35
35
  mime-types (~> 3.0)
36
36
  multi_xml (>= 0.5.2)
37
- i18n (1.6.0)
37
+ i18n (1.8.2)
38
38
  concurrent-ruby (~> 1.0)
39
- json (2.1.0)
40
39
  jwt (2.2.1)
41
- method_source (0.9.2)
42
- mime-types (3.3)
40
+ method_source (1.0.0)
41
+ mime-types (3.3.1)
43
42
  mime-types-data (~> 3.2015)
44
- mime-types-data (3.2019.0904)
45
- minitest (5.11.3)
46
- multi_json (1.13.1)
43
+ mime-types-data (3.2020.0512)
44
+ minitest (5.14.0)
45
+ multi_json (1.14.1)
47
46
  multi_xml (0.6.0)
48
47
  multipart-post (2.1.1)
49
48
  netrc (0.11.0)
50
- oauth2 (1.4.1)
51
- faraday (>= 0.8, < 0.16.0)
49
+ oauth2 (1.4.4)
50
+ faraday (>= 0.8, < 2.0)
52
51
  jwt (>= 1.0, < 3.0)
53
52
  multi_json (~> 1.3)
54
53
  multi_xml (~> 0.5)
55
54
  rack (>= 1.2, < 3)
56
- omniauth (1.9.0)
57
- hashie (>= 3.4.6, < 3.7.0)
55
+ omniauth (1.9.1)
56
+ hashie (>= 3.4.6)
58
57
  rack (>= 1.6.2, < 3)
59
58
  omniauth-oauth2 (1.5.0)
60
59
  oauth2 (~> 1.1)
61
60
  omniauth (~> 1.2)
62
- pry (0.12.2)
63
- coderay (~> 1.1.0)
64
- method_source (~> 0.9.0)
65
- public_suffix (3.0.3)
66
- rack (2.0.7)
61
+ pry (0.13.1)
62
+ coderay (~> 1.1)
63
+ method_source (~> 1.0)
64
+ public_suffix (3.1.1)
65
+ rack (2.2.2)
67
66
  rake (10.5.0)
68
67
  rest-client (2.0.2)
69
68
  http-cookie (>= 1.0.2, < 2.0)
70
69
  mime-types (>= 1.16, < 4.0)
71
70
  netrc (~> 0.8)
72
- rspec (3.8.0)
73
- rspec-core (~> 3.8.0)
74
- rspec-expectations (~> 3.8.0)
75
- rspec-mocks (~> 3.8.0)
76
- rspec-core (3.8.0)
77
- rspec-support (~> 3.8.0)
78
- rspec-expectations (3.8.2)
71
+ rspec (3.9.0)
72
+ rspec-core (~> 3.9.0)
73
+ rspec-expectations (~> 3.9.0)
74
+ rspec-mocks (~> 3.9.0)
75
+ rspec-core (3.9.2)
76
+ rspec-support (~> 3.9.3)
77
+ rspec-expectations (3.9.2)
79
78
  diff-lcs (>= 1.2.0, < 2.0)
80
- rspec-support (~> 3.8.0)
81
- rspec-mocks (3.8.0)
79
+ rspec-support (~> 3.9.0)
80
+ rspec-mocks (3.9.1)
82
81
  diff-lcs (>= 1.2.0, < 2.0)
83
- rspec-support (~> 3.8.0)
84
- rspec-support (3.8.0)
82
+ rspec-support (~> 3.9.0)
83
+ rspec-support (3.9.3)
85
84
  rspotify (2.4.1)
86
85
  addressable (~> 2.5.2)
87
86
  omniauth-oauth2 (~> 1.5.0)
88
87
  rest-client (~> 2.0.2)
89
- safe_yaml (1.0.4)
90
- simplecov (0.16.1)
88
+ safe_yaml (1.0.5)
89
+ simplecov (0.18.5)
91
90
  docile (~> 1.1)
92
- json (>= 1.8, < 3)
93
- simplecov-html (~> 0.10.0)
94
- simplecov-html (0.10.2)
91
+ simplecov-html (~> 0.11)
92
+ simplecov-html (0.12.2)
95
93
  thread_safe (0.3.6)
96
- tzinfo (1.2.5)
94
+ tzinfo (1.2.7)
97
95
  thread_safe (~> 0.1)
98
96
  unf (0.1.4)
99
97
  unf_ext
100
- unf_ext (0.0.7.6)
101
- vcr (4.0.0)
102
- webmock (3.5.1)
98
+ unf_ext (0.0.7.7)
99
+ vcr (5.1.0)
100
+ webmock (3.8.3)
103
101
  addressable (>= 2.3.6)
104
102
  crack (>= 0.3.2)
105
- hashdiff
103
+ hashdiff (>= 0.4.0, < 2.0.0)
106
104
  yt (0.29.1)
107
105
  activesupport
108
- zeitwerk (2.1.10)
106
+ zeitwerk (2.3.0)
109
107
 
110
108
  PLATFORMS
111
109
  ruby
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module JarvisbotSongfinder
4
- VERSION = "1.1.2"
4
+ VERSION = "1.1.3"
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: jarvisbot_songfinder
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.1.2
4
+ version: 1.1.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Nick
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2019-09-07 00:00:00.000000000 Z
11
+ date: 2020-05-13 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler
@@ -230,7 +230,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
230
230
  - !ruby/object:Gem::Version
231
231
  version: '0'
232
232
  requirements: []
233
- rubygems_version: 3.0.4
233
+ rubygems_version: 3.0.8
234
234
  signing_key:
235
235
  specification_version: 4
236
236
  summary: Take user input and return music track