random_images 0.0.5 → 0.0.6
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/Rakefile +1 -1
- data/VERSION +1 -1
- data/random_images.gemspec +4 -5
- metadata +7 -7
data/Rakefile
CHANGED
|
@@ -8,7 +8,7 @@ begin
|
|
|
8
8
|
gem.summary = %Q{URLs for sample data generation}
|
|
9
9
|
gem.description = %Q{Pull urls of random images from google searches to generate sample data.}
|
|
10
10
|
gem.email = "jordinoguera83@gmail.com"
|
|
11
|
-
gem.homepage = "http://github.com/
|
|
11
|
+
gem.homepage = "http://github.com/jordinl/random_images"
|
|
12
12
|
gem.authors = ["Jordi Noguera"]
|
|
13
13
|
gem.add_development_dependency "thoughtbot-shoulda", ">= 0"
|
|
14
14
|
gem.add_dependency('nokogiri', '>= 1.4.2')
|
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
0.0.
|
|
1
|
+
0.0.6
|
data/random_images.gemspec
CHANGED
|
@@ -5,11 +5,11 @@
|
|
|
5
5
|
|
|
6
6
|
Gem::Specification.new do |s|
|
|
7
7
|
s.name = %q{random_images}
|
|
8
|
-
s.version = "0.0.
|
|
8
|
+
s.version = "0.0.6"
|
|
9
9
|
|
|
10
10
|
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
|
|
11
11
|
s.authors = ["Jordi Noguera"]
|
|
12
|
-
s.date = %q{
|
|
12
|
+
s.date = %q{2012-02-24}
|
|
13
13
|
s.description = %q{Pull urls of random images from google searches to generate sample data.}
|
|
14
14
|
s.email = %q{jordinoguera83@gmail.com}
|
|
15
15
|
s.extra_rdoc_files = [
|
|
@@ -27,13 +27,12 @@ Gem::Specification.new do |s|
|
|
|
27
27
|
"random_images.gemspec",
|
|
28
28
|
"tools/console"
|
|
29
29
|
]
|
|
30
|
-
s.homepage = %q{http://github.com/
|
|
30
|
+
s.homepage = %q{http://github.com/jordinl/random_images}
|
|
31
31
|
s.require_paths = ["lib"]
|
|
32
|
-
s.rubygems_version = %q{1.
|
|
32
|
+
s.rubygems_version = %q{1.6.2}
|
|
33
33
|
s.summary = %q{URLs for sample data generation}
|
|
34
34
|
|
|
35
35
|
if s.respond_to? :specification_version then
|
|
36
|
-
current_version = Gem::Specification::CURRENT_SPECIFICATION_VERSION
|
|
37
36
|
s.specification_version = 3
|
|
38
37
|
|
|
39
38
|
if Gem::Version.new(Gem::VERSION) >= Gem::Version.new('1.2.0') then
|
metadata
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: random_images
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
hash:
|
|
5
|
-
prerelease:
|
|
4
|
+
hash: 19
|
|
5
|
+
prerelease:
|
|
6
6
|
segments:
|
|
7
7
|
- 0
|
|
8
8
|
- 0
|
|
9
|
-
-
|
|
10
|
-
version: 0.0.
|
|
9
|
+
- 6
|
|
10
|
+
version: 0.0.6
|
|
11
11
|
platform: ruby
|
|
12
12
|
authors:
|
|
13
13
|
- Jordi Noguera
|
|
@@ -15,7 +15,7 @@ autorequire:
|
|
|
15
15
|
bindir: bin
|
|
16
16
|
cert_chain: []
|
|
17
17
|
|
|
18
|
-
date:
|
|
18
|
+
date: 2012-02-24 00:00:00 -08:00
|
|
19
19
|
default_executable:
|
|
20
20
|
dependencies:
|
|
21
21
|
- !ruby/object:Gem::Dependency
|
|
@@ -68,7 +68,7 @@ files:
|
|
|
68
68
|
- random_images.gemspec
|
|
69
69
|
- tools/console
|
|
70
70
|
has_rdoc: true
|
|
71
|
-
homepage: http://github.com/
|
|
71
|
+
homepage: http://github.com/jordinl/random_images
|
|
72
72
|
licenses: []
|
|
73
73
|
|
|
74
74
|
post_install_message:
|
|
@@ -97,7 +97,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
97
97
|
requirements: []
|
|
98
98
|
|
|
99
99
|
rubyforge_project:
|
|
100
|
-
rubygems_version: 1.
|
|
100
|
+
rubygems_version: 1.6.2
|
|
101
101
|
signing_key:
|
|
102
102
|
specification_version: 3
|
|
103
103
|
summary: URLs for sample data generation
|