image_suckr 0.0.4 → 0.0.5
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/image_suckr.gemspec +1 -1
- data/lib/image_suckr/version.rb +1 -1
- metadata +2 -2
data/image_suckr.gemspec
CHANGED
@@ -8,7 +8,7 @@ Gem::Specification.new do |s|
|
|
8
8
|
s.platform = Gem::Platform::RUBY
|
9
9
|
s.authors = ["Mauricio Miranda"]
|
10
10
|
s.email = ["mmiranda@xoomcode.com"]
|
11
|
-
s.homepage = "https://github.com/maurimiranda/
|
11
|
+
s.homepage = "https://github.com/maurimiranda/image_suckr"
|
12
12
|
s.summary = %q{Gets images randomly from the web}
|
13
13
|
s.description = %q{ImageSuckr is a ruby gem that allows you to get random images from Google for seeding purposes.}
|
14
14
|
|
data/lib/image_suckr/version.rb
CHANGED
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: image_suckr
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.0.
|
4
|
+
version: 0.0.5
|
5
5
|
prerelease:
|
6
6
|
platform: ruby
|
7
7
|
authors:
|
@@ -29,7 +29,7 @@ files:
|
|
29
29
|
- lib/image_suckr/version.rb
|
30
30
|
- lib/support.rb
|
31
31
|
has_rdoc: true
|
32
|
-
homepage: https://github.com/maurimiranda/
|
32
|
+
homepage: https://github.com/maurimiranda/image_suckr
|
33
33
|
licenses: []
|
34
34
|
post_install_message:
|
35
35
|
rdoc_options: []
|