rails_responsive_images 0.1.4 → 0.1.5
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/rails_responsive_images/version.rb +1 -1
- data/lib/tasks/rails_responsive_images.rake +1 -2
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 7492a7a0bc93db9659a5b43b6343e79626cf9491
|
4
|
+
data.tar.gz: a010a0336bfb5ddd5043c7153334e77685bfaef4
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 78ef3e9d24348521a2a613b573d679e8b724240bf0c8d7b900fee01f6fd706c93d61920ec001a999974fea2fb8032fd9c19ab111d9148af06d75e961340ddda2
|
7
|
+
data.tar.gz: 5f62985f80808f005ab874fc8879210af9932f8fc53727b46c973d3c20b4bae500d7dbfa03adab66c99c95159e7ddcaab4c85cab3baaf912f7a5d102150b252e
|
@@ -13,8 +13,7 @@ namespace :rails_responsive_images do
|
|
13
13
|
raise "The following tools must be installed and accessible from the execution path: #{ tools.join(', ') }\n\n" if tools.size > 0
|
14
14
|
end
|
15
15
|
|
16
|
-
task :
|
17
|
-
Rails.application.eager_load!
|
16
|
+
task resize: :environment do
|
18
17
|
|
19
18
|
RakeFileUtils.verbose(false)
|
20
19
|
start_time = Time.now
|