jammit 0.1.1 → 0.1.2

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/README CHANGED
@@ -10,6 +10,9 @@
10
10
  that you'd expect, as well as ahead-of-time gzipping, built-in JavaScript
11
11
  template support, and optional Data-URI / MHTML image embedding.
12
12
 
13
+ Installation:
14
+ gem install jammit --source http://gemcutter.org
15
+
13
16
  For documentation, usage, and examples, see:
14
17
  http://documentcloud.github.com/jammit/
15
18
 
@@ -1,7 +1,7 @@
1
1
  Gem::Specification.new do |s|
2
2
  s.name = 'jammit'
3
- s.version = '0.1.1' # Keep version in sync with jammit.rb
4
- s.date = '2009-11-16'
3
+ s.version = '0.1.2' # Keep version in sync with jammit.rb
4
+ s.date = '2009-11-17'
5
5
 
6
6
  s.homepage = "http://documentcloud.github.com/jammit/"
7
7
  s.summary = "Industrial Strength Asset Packaging for Rails"
@@ -4,7 +4,7 @@ $LOAD_PATH.push File.expand_path(File.dirname(__FILE__))
4
4
  # to all of the configuration options.
5
5
  module Jammit
6
6
 
7
- VERSION = "0.1.1"
7
+ VERSION = "0.1.2"
8
8
 
9
9
  ROOT = File.expand_path(File.dirname(__FILE__) + '/..')
10
10
 
@@ -84,8 +84,4 @@ end
84
84
 
85
85
  ::JammitController = Jammit::Controller
86
86
 
87
- if RAILS_ENV == 'development'
88
- class ApplicationController < ActionController::Base
89
- before_filter { Jammit.reload! }
90
- end
91
- end
87
+ ApplicationController.append_before_filter { Jammit.reload! } if RAILS_ENV == 'development'
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: jammit
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.1
4
+ version: 0.1.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Jeremy Ashkenas
@@ -9,7 +9,7 @@ autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
11
 
12
- date: 2009-11-16 00:00:00 -05:00
12
+ date: 2009-11-17 00:00:00 -05:00
13
13
  default_executable:
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency