jquery-lazy-images 0.2.0 → 0.2.1
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/jquery-lazy-images/version.rb +1 -1
- metadata +2 -2
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: jquery-lazy-images
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.2.
|
|
4
|
+
version: 0.2.1
|
|
5
5
|
prerelease:
|
|
6
6
|
platform: ruby
|
|
7
7
|
authors:
|
|
@@ -144,7 +144,7 @@ homepage: https://github.com/singlebrook/jquery-lazy-images
|
|
|
144
144
|
licenses: []
|
|
145
145
|
post_install_message: ! "If you use image_tag in your email templates, please change
|
|
146
146
|
it to\n eager_image_tag. If you don't, your email messages WILL LOOK WRONG!\n
|
|
147
|
-
\ This DANGEROUS command might make those changes for you:\n sed -i 's
|
|
147
|
+
\ This DANGEROUS command might make those changes for you:\n sed -i 's/image_tag/eager_image_tag/g'
|
|
148
148
|
app/views/*_mailer/*\n "
|
|
149
149
|
rdoc_options: []
|
|
150
150
|
require_paths:
|