turbo-sprockets-rails3 0.2.9 → 0.2.10

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. data/README.md +2 -10
  2. data/lib/turbo-sprockets/version.rb +1 -1
  3. metadata +10 -4
data/README.md CHANGED
@@ -11,15 +11,6 @@
11
11
  `turbo-sprockets-rails3` can now be considered relatively stable. A lot of compatibility issues and bugs have been solved, so you shouldn't run into any problems.
12
12
  However, please do test it out on your local machine before deploying to a production site, and open an issue on GitHub if you have any problems. By using this software you agree to the terms and conditions in the [MIT license](https://github.com/ndbroadbent/turbo-sprockets-rails3/blob/master/MIT-LICENSE).
13
13
 
14
- ## Supported Versions
15
-
16
- ### Ruby
17
-
18
- All versions of Ruby are supported by Rails `3.2.x`, including `1.9.3`, `1.9.2`, `1.8.7` and REE.
19
-
20
- ### Rails
21
-
22
- This gem only supports Rails `3.2.0` or higher.
23
14
 
24
15
  ## Usage
25
16
 
@@ -42,7 +33,8 @@ Enjoy your lightning fast deploys!
42
33
 
43
34
  ## Removing Expired Assets
44
35
 
45
- `turbo-sprockets-rails3` can now remove expired assets after each compile by running the `assets:clean_expired` task after `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
+
46
38
  An asset will be deleted if it is no longer referenced by `manifest.yml`, and hasn't been actively deployed for more than a day (default).
47
39
 
48
40
  You can configure the expiry time by setting `config.assets.expire_after` in `config/environments/production.rb`.
@@ -1,3 +1,3 @@
1
1
  module TurboSprockets
2
- VERSION = "0.2.9"
2
+ VERSION = "0.2.10"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: turbo-sprockets-rails3
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.9
4
+ version: 0.2.10
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2012-10-29 00:00:00.000000000 Z
12
+ date: 2012-10-30 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: sprockets
@@ -35,6 +35,9 @@ dependencies:
35
35
  - - ! '>='
36
36
  - !ruby/object:Gem::Version
37
37
  version: 3.1.0
38
+ - - <
39
+ - !ruby/object:Gem::Version
40
+ version: 3.2.9
38
41
  type: :runtime
39
42
  prerelease: false
40
43
  version_requirements: !ruby/object:Gem::Requirement
@@ -43,6 +46,9 @@ dependencies:
43
46
  - - ! '>='
44
47
  - !ruby/object:Gem::Version
45
48
  version: 3.1.0
49
+ - - <
50
+ - !ruby/object:Gem::Version
51
+ version: 3.2.9
46
52
  description: Speeds up the Rails 3 asset pipeline by only recompiling changed assets
47
53
  email:
48
54
  - nathan.f77@gmail.com
@@ -102,7 +108,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
102
108
  version: '0'
103
109
  segments:
104
110
  - 0
105
- hash: 3749105111090168861
111
+ hash: 32104150770958857
106
112
  required_rubygems_version: !ruby/object:Gem::Requirement
107
113
  none: false
108
114
  requirements:
@@ -111,7 +117,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
111
117
  version: '0'
112
118
  segments:
113
119
  - 0
114
- hash: 3749105111090168861
120
+ hash: 32104150770958857
115
121
  requirements: []
116
122
  rubyforge_project:
117
123
  rubygems_version: 1.8.24