musicscrape 0.0.6 → 0.0.7
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.
- data/VERSION +1 -1
- data/bin/musicscrape +1 -2
- data/musicscrape-0.0.0.gem +0 -0
- data/musicscrape-0.0.6.gem +0 -0
- data/musicscrape.gemspec +3 -1
- metadata +3 -1
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
0.0.
|
|
1
|
+
0.0.7
|
data/bin/musicscrape
CHANGED
|
Binary file
|
|
Binary file
|
data/musicscrape.gemspec
CHANGED
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
|
|
6
6
|
Gem::Specification.new do |s|
|
|
7
7
|
s.name = "musicscrape"
|
|
8
|
-
s.version = "0.0.
|
|
8
|
+
s.version = "0.0.7"
|
|
9
9
|
|
|
10
10
|
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
|
|
11
11
|
s.authors = ["tallbryan"]
|
|
@@ -28,10 +28,12 @@ Gem::Specification.new do |s|
|
|
|
28
28
|
"lib/musicscrape_spec.rb",
|
|
29
29
|
"lib/pruned.txt",
|
|
30
30
|
"lib/stranger.txt",
|
|
31
|
+
"musicscrape-0.0.0.gem",
|
|
31
32
|
"musicscrape-0.0.1.gem",
|
|
32
33
|
"musicscrape-0.0.2.gem",
|
|
33
34
|
"musicscrape-0.0.3.gem",
|
|
34
35
|
"musicscrape-0.0.4.gem",
|
|
36
|
+
"musicscrape-0.0.6.gem",
|
|
35
37
|
"musicscrape.gemspec",
|
|
36
38
|
"rakefile.rb"
|
|
37
39
|
]
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: musicscrape
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.0.
|
|
4
|
+
version: 0.0.7
|
|
5
5
|
prerelease:
|
|
6
6
|
platform: ruby
|
|
7
7
|
authors:
|
|
@@ -126,10 +126,12 @@ files:
|
|
|
126
126
|
- lib/musicscrape_spec.rb
|
|
127
127
|
- lib/pruned.txt
|
|
128
128
|
- lib/stranger.txt
|
|
129
|
+
- musicscrape-0.0.0.gem
|
|
129
130
|
- musicscrape-0.0.1.gem
|
|
130
131
|
- musicscrape-0.0.2.gem
|
|
131
132
|
- musicscrape-0.0.3.gem
|
|
132
133
|
- musicscrape-0.0.4.gem
|
|
134
|
+
- musicscrape-0.0.6.gem
|
|
133
135
|
- musicscrape.gemspec
|
|
134
136
|
- rakefile.rb
|
|
135
137
|
homepage: http://github.com/tallbryan/musicscrape
|