lorempixum 0.0.2 → 0.0.3

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/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
- # grey
9
- if options.has_key?(:grey)
10
- source += "/g" if options[:grey]
11
- options.delete(:grey)
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
@@ -1,3 +1,3 @@
1
1
  module Lorempixum
2
- VERSION = "0.0.2"
2
+ VERSION = "0.0.3"
3
3
  end
metadata CHANGED
@@ -2,7 +2,7 @@
2
2
  name: lorempixum
3
3
  version: !ruby/object:Gem::Version
4
4
  prerelease:
5
- version: 0.0.2
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-14 00:00:00 Z
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.