saucy 0.10.2 → 0.10.3

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.
Files changed (3) hide show
  1. data/CHANGELOG.md +4 -0
  2. data/lib/saucy/engine.rb +1 -1
  3. metadata +3 -3
@@ -1,3 +1,7 @@
1
+ 0.10.3
2
+
3
+ Change how we insert static assets into middleware stack.
4
+
1
5
  0.10.2
2
6
 
3
7
  Update static flutie.css and add public/ to the gem so that admin layout has styles.
@@ -24,7 +24,7 @@ module Saucy
24
24
  end
25
25
 
26
26
  initializer 'static assets' do |app|
27
- app.middleware.insert_after ::ActionDispatch::Static, ::ActionDispatch::Static, "#{root}/public"
27
+ app.middleware.insert_before ::Rack::Lock, ::ActionDispatch::Static, "#{root}/public"
28
28
  end
29
29
 
30
30
  initializer 'coupons.helper' do |app|
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: saucy
3
3
  version: !ruby/object:Gem::Version
4
- hash: 51
4
+ hash: 49
5
5
  prerelease:
6
6
  segments:
7
7
  - 0
8
8
  - 10
9
- - 2
10
- version: 0.10.2
9
+ - 3
10
+ version: 0.10.3
11
11
  platform: ruby
12
12
  authors:
13
13
  - thoughtbot, inc.