ruby_tunes 0.1.0 → 0.2.0
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/Gemfile +2 -2
- data/lib/ruby_tunes.rb +3 -1
- data/lib/ruby_tunes/version.rb +1 -1
- data/ruby_tunes.gemspec +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: 73bba9bf46b955a3c7421ee58739d0e7f42a0e2050c7012ea484e28852786911
|
4
|
+
data.tar.gz: 7920a7ee86e041aafb2ba823bffe4ed4d8a291a528be2035d2dffe885c168adf
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 66ce15d694dd69b4c677435742f6e92453185f823c40861373b210eeb2784ee8773576fbd954bbf1984d48c87cfd18ba61c06c7a3ecd7bb505957e93921dea15
|
7
|
+
data.tar.gz: edfc9255c0ee3c4e55bd16c8ba7240a304c92586c12ffaa8ff6a213aec06c4e9e77854fd2f57b49f366b59812e5610e9c5bc7ce488c19979f42c2bfce712c881
|
data/Gemfile
CHANGED
data/lib/ruby_tunes.rb
CHANGED
data/lib/ruby_tunes/version.rb
CHANGED
data/ruby_tunes.gemspec
CHANGED
@@ -9,7 +9,7 @@ Gem::Specification.new do |spec|
|
|
9
9
|
spec.email = ["arya721@gmail.com"]
|
10
10
|
|
11
11
|
spec.summary = %q{Random song from any genre}
|
12
|
-
spec.description = %q{My
|
12
|
+
spec.description = %q{My second ruby gem. Plays a random selected song from the genre you choose.}
|
13
13
|
spec.homepage = "https://github.com/aryaziai/Ruby_Tunes"
|
14
14
|
spec.license = "MIT"
|
15
15
|
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: ruby_tunes
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.2.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- aryaziai
|
8
8
|
autorequire:
|
9
9
|
bindir: exe
|
10
10
|
cert_chain: []
|
11
|
-
date: 2019-12-
|
11
|
+
date: 2019-12-26 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: bundler
|
@@ -80,7 +80,7 @@ dependencies:
|
|
80
80
|
- - ">="
|
81
81
|
- !ruby/object:Gem::Version
|
82
82
|
version: '0'
|
83
|
-
description: My
|
83
|
+
description: My second ruby gem. Plays a random selected song from the genre you choose.
|
84
84
|
email:
|
85
85
|
- arya721@gmail.com
|
86
86
|
executables: []
|