rails_responsive_images 0.1.4 → 0.1.5

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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: bd9a0dd71390ae249b05cd28317d308badd62805
4
- data.tar.gz: 9be16e2c3547c3971c67646619166817c4ae5d19
3
+ metadata.gz: 7492a7a0bc93db9659a5b43b6343e79626cf9491
4
+ data.tar.gz: a010a0336bfb5ddd5043c7153334e77685bfaef4
5
5
  SHA512:
6
- metadata.gz: 70e153e193f24c4ffddaaacbe497b7c21f071b10d9c6c41ddfb7cdc42ea9419ab301952c87de32c83c92c1c869c7efca31f19c5f266b26134a106233174b6f8b
7
- data.tar.gz: dc9895c060595a5028c2224e8275eec2f598e24182a7001d403010d4c2153b643c2ff926c28a2b8670e8d573442c2c9eaaf951d7ed640b4b761ddd9f94755f32
6
+ metadata.gz: 78ef3e9d24348521a2a613b573d679e8b724240bf0c8d7b900fee01f6fd706c93d61920ec001a999974fea2fb8032fd9c19ab111d9148af06d75e961340ddda2
7
+ data.tar.gz: 5f62985f80808f005ab874fc8879210af9932f8fc53727b46c973d3c20b4bae500d7dbfa03adab66c99c95159e7ddcaab4c85cab3baaf912f7a5d102150b252e
@@ -1,3 +1,3 @@
1
1
  module RailsResponsiveImages
2
- VERSION = '0.1.4'
2
+ VERSION = '0.1.5'
3
3
  end
@@ -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 :resize do
17
- Rails.application.eager_load!
16
+ task resize: :environment do
18
17
 
19
18
  RakeFileUtils.verbose(false)
20
19
  start_time = Time.now
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rails_responsive_images
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.4
4
+ version: 0.1.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - Christoph Chilian