lorempixum 0.0.2 → 0.0.3
Sign up to get free protection for your applications and to get access to all the features.
- data/lib/lorempixum.rb +4 -4
- data/lib/lorempixum/version.rb +1 -1
- metadata +2 -2
data/lib/lorempixum.rb
CHANGED
@@ -5,10 +5,10 @@ module ActionView
|
|
5
5
|
source = "http://lorempixum.com"
|
6
6
|
options[:alt] = "lorempixum" unless options.has_key?(:alt)
|
7
7
|
|
8
|
-
#
|
9
|
-
if options.has_key?(:
|
10
|
-
source += "/g" if options[:
|
11
|
-
options.delete(:
|
8
|
+
# gray
|
9
|
+
if options.has_key?(:gray)
|
10
|
+
source += "/g" if options[:gray]
|
11
|
+
options.delete(:gray)
|
12
12
|
end
|
13
13
|
|
14
14
|
# width
|
data/lib/lorempixum/version.rb
CHANGED
metadata
CHANGED
@@ -2,7 +2,7 @@
|
|
2
2
|
name: lorempixum
|
3
3
|
version: !ruby/object:Gem::Version
|
4
4
|
prerelease:
|
5
|
-
version: 0.0.
|
5
|
+
version: 0.0.3
|
6
6
|
platform: ruby
|
7
7
|
authors:
|
8
8
|
- Daniel Spangenberg
|
@@ -10,7 +10,7 @@ autorequire:
|
|
10
10
|
bindir: bin
|
11
11
|
cert_chain: []
|
12
12
|
|
13
|
-
date: 2011-04-
|
13
|
+
date: 2011-04-17 00:00:00 Z
|
14
14
|
dependencies: []
|
15
15
|
|
16
16
|
description: This gem generates image urls for placeholder images.
|