turbo-sprockets-rails3 0.3.13 → 0.3.14

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,15 @@
1
1
  ---
2
- SHA1:
3
- metadata.gz: ea788f78400eee2f08e17f56d1f94ce91be13415
4
- data.tar.gz: bd9c5efe875ec71be93599d8be2576a948d824d6
2
+ !binary "U0hBMQ==":
3
+ metadata.gz: !binary |-
4
+ ZmJhZGFiNmE2NTBiOGU0OTZmOTI4MDQ1MWMxMDViMTNlNzJmNWNjMw==
5
+ data.tar.gz: !binary |-
6
+ NzQwNWY4MmM2NDRlYWExYWUyYmMxNDY4NTI3ZjljNTFiNTZiY2ZlNg==
5
7
  SHA512:
6
- metadata.gz: 9390b721baa65e7b9e9d830813c4534ed0bac1a3122d783336a7d1d98af82851ee7ebc746f2b17a5921623ce76406bdfe45aebd743ac0f20d11c38bc68f06cbc
7
- data.tar.gz: 327b6f3dc54fb8bc0a40148504777225c2dc177ebaf307278df02a5ed9b30ed3c833b7f30c41f270f60be1caadf23695bd8200640261ca659393b1a31e13961a
8
+ metadata.gz: !binary |-
9
+ NDgwNGMzMzI0MWI3MzJmMzFkY2U5ZTQ0ZTZlZWZlYmU5MjM3ODUxNzQ5MWI3
10
+ ODFiZGIzMmZjYWM3NzkxY2QyYjZlOGM5M2U3ZjM0ZGE0NmMxZGQ1MjllZTk1
11
+ OWJjNTJhNWU0ZjI3YjA1M2M2NThlMWQyZDdiZmUxYjRmMTE3MDk=
12
+ data.tar.gz: !binary |-
13
+ NDNkY2Y3ZTRjMWJkNzM4YjIzYTFmMjRlOTJkYjU2ZjUxZTEyNjgwYmEyODkx
14
+ M2M1MmZjYTNjYjg1Mjk3MmQyNmY5NWZlZWQxNzJmNGQ2Y2U4OTRjZmRjOGU2
15
+ YTJmNjIyNTA3MTYwZjU1OWMyNzhjMzE3ZDdhZmNkNDQyYjE2MWU=
data/README.md CHANGED
@@ -33,7 +33,7 @@ Enjoy your lightning fast deploys!
33
33
 
34
34
  ## Removing Expired Assets
35
35
 
36
- `turbo-sprockets-rails3` provides a Rake task called `assets:clean_expired`. You can run this task after `assets:precompile` to remove outdated assets. To automatically run this `assets:clean_expired` task after `assets:precompile`, you can set the `CLEAN_EXPIRED_ASSETS` environment variable to `true` (`CLEAN_EXPIRED_ASSETS=true rake assets:precompile`).
36
+ `turbo-sprockets-rails3` provides a Rake task called `assets:clean_expired`. You can run this task after `assets:precompile` to remove outdated assets.
37
37
 
38
38
  If you use this rake task, you must set `config.assets.handle_expiration` to true in `config/environments/production.rb`. This makes sure that asset modification times
39
39
  are updated properly before `assets:precompile`, so that the `clean_expired` task knows which assets are safe to remove.
@@ -202,8 +202,3 @@ task_enhancements.each do |task_name, actions|
202
202
  Rake::Task[task_name].enhance &proc
203
203
  end
204
204
  end
205
-
206
- # Clean expired assets after asset precompile, if CLEAN_EXPIRED_ASSETS is set
207
- Rake::Task["assets:precompile:all"].enhance do
208
- Rake::Task["assets:clean_expired:all"].invoke if ENV['CLEAN_EXPIRED_ASSETS'].in? %w(true yes 1)
209
- end
@@ -1,3 +1,3 @@
1
1
  module TurboSprockets
2
- VERSION = "0.3.13"
2
+ VERSION = "0.3.14"
3
3
  end
metadata CHANGED
@@ -1,75 +1,75 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: turbo-sprockets-rails3
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.13
4
+ version: 0.3.14
5
5
  platform: ruby
6
6
  authors:
7
7
  - Nathan Broadbent
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2014-07-23 00:00:00.000000000 Z
11
+ date: 2014-08-05 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: sprockets
15
15
  requirement: !ruby/object:Gem::Requirement
16
16
  requirements:
17
- - - ">="
17
+ - - ! '>='
18
18
  - !ruby/object:Gem::Version
19
19
  version: 2.2.0
20
20
  type: :runtime
21
21
  prerelease: false
22
22
  version_requirements: !ruby/object:Gem::Requirement
23
23
  requirements:
24
- - - ">="
24
+ - - ! '>='
25
25
  - !ruby/object:Gem::Version
26
26
  version: 2.2.0
27
27
  - !ruby/object:Gem::Dependency
28
28
  name: railties
29
29
  requirement: !ruby/object:Gem::Requirement
30
30
  requirements:
31
- - - ">"
31
+ - - ! '>'
32
32
  - !ruby/object:Gem::Version
33
33
  version: 3.2.8
34
- - - "<"
34
+ - - <
35
35
  - !ruby/object:Gem::Version
36
36
  version: 4.0.0
37
37
  type: :runtime
38
38
  prerelease: false
39
39
  version_requirements: !ruby/object:Gem::Requirement
40
40
  requirements:
41
- - - ">"
41
+ - - ! '>'
42
42
  - !ruby/object:Gem::Version
43
43
  version: 3.2.8
44
- - - "<"
44
+ - - <
45
45
  - !ruby/object:Gem::Version
46
46
  version: 4.0.0
47
47
  - !ruby/object:Gem::Dependency
48
48
  name: minitest
49
49
  requirement: !ruby/object:Gem::Requirement
50
50
  requirements:
51
- - - "~>"
51
+ - - ~>
52
52
  - !ruby/object:Gem::Version
53
53
  version: 2.3.0
54
54
  type: :development
55
55
  prerelease: false
56
56
  version_requirements: !ruby/object:Gem::Requirement
57
57
  requirements:
58
- - - "~>"
58
+ - - ~>
59
59
  - !ruby/object:Gem::Version
60
60
  version: 2.3.0
61
61
  - !ruby/object:Gem::Dependency
62
62
  name: mocha
63
63
  requirement: !ruby/object:Gem::Requirement
64
64
  requirements:
65
- - - "~>"
65
+ - - ~>
66
66
  - !ruby/object:Gem::Version
67
67
  version: 0.13.3
68
68
  type: :development
69
69
  prerelease: false
70
70
  version_requirements: !ruby/object:Gem::Requirement
71
71
  requirements:
72
- - - "~>"
72
+ - - ~>
73
73
  - !ruby/object:Gem::Version
74
74
  version: 0.13.3
75
75
  description: Speeds up the Rails 3 asset pipeline by only recompiling changed assets
@@ -79,13 +79,9 @@ executables: []
79
79
  extensions: []
80
80
  extra_rdoc_files: []
81
81
  files:
82
- - MIT-LICENSE
83
- - README.md
84
- - Rakefile
85
82
  - lib/sprockets/asset_with_dependencies.rb
86
83
  - lib/sprockets/static_non_digest_generator.rb
87
84
  - lib/sprockets/unprocessed_asset.rb
88
- - lib/turbo-sprockets-rails3.rb
89
85
  - lib/turbo-sprockets/railtie.rb
90
86
  - lib/turbo-sprockets/sprockets_overrides/asset.rb
91
87
  - lib/turbo-sprockets/sprockets_overrides/base.rb
@@ -96,6 +92,10 @@ files:
96
92
  - lib/turbo-sprockets/sprockets_overrides/static_compiler.rb
97
93
  - lib/turbo-sprockets/tasks/assets.rake
98
94
  - lib/turbo-sprockets/version.rb
95
+ - lib/turbo-sprockets-rails3.rb
96
+ - MIT-LICENSE
97
+ - Rakefile
98
+ - README.md
99
99
  - test/abstract_unit.rb
100
100
  - test/assets_debugging_test.rb
101
101
  - test/assets_test.rb
@@ -126,17 +126,17 @@ require_paths:
126
126
  - lib
127
127
  required_ruby_version: !ruby/object:Gem::Requirement
128
128
  requirements:
129
- - - ">="
129
+ - - ! '>='
130
130
  - !ruby/object:Gem::Version
131
131
  version: '0'
132
132
  required_rubygems_version: !ruby/object:Gem::Requirement
133
133
  requirements:
134
- - - ">="
134
+ - - ! '>='
135
135
  - !ruby/object:Gem::Version
136
136
  version: '0'
137
137
  requirements: []
138
138
  rubyforge_project:
139
- rubygems_version: 2.2.2
139
+ rubygems_version: 2.1.11
140
140
  signing_key:
141
141
  specification_version: 4
142
142
  summary: Supercharge your Rails 3 asset pipeline