schneiderlein 1.3.0 → 1.3.1

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: 4549ee3edde14f006b9d1e1c189700e51e65ce1e
4
- data.tar.gz: ee7f8b35b816540414eb1986c5aa820f14262eba
3
+ metadata.gz: 101015746c4dbb5ec18c8d49804f10f21e741479
4
+ data.tar.gz: d2e0af84fe1b75b930be1bf3404b5bf1af572f76
5
5
  SHA512:
6
- metadata.gz: 2dc7452f52b1192b164f0360b7063c3ba13e3fc883751709f8075f7817de5744eed3347c1b3288bbd45ca52f857e8073c5cfb1571849fb9d7c4cdba8e17f4ae5
7
- data.tar.gz: 3e3b0be314044098c00034813e27cf6c55aad7946302cb08a80fa93fb5709606793bb14b1c4a3f12acb4129e80fdb8618da5a65669ebe776336373d2525decce
6
+ metadata.gz: 79a4799bfedaa701f45309fc062c4a8f846cce772bd297645f144e0e71c0cf84cc62c0b5887d48c93c17be759e1bf2506c4c16c28d8b7ebcd5b4355f469723fa
7
+ data.tar.gz: e29ef994c53e96bc84ca945f481fca3afff2769b4de9d0426cfe34ee14bb993b7d43f0da514719b5e630948e832ac8a8d2dba1fa985d54ecf15949d1a81aae06
data/README.md CHANGED
@@ -33,6 +33,9 @@ The name **Schneiderlein** is derived from the fairytale »Das Tapfere Schneider
33
33
 
34
34
  ## Changelog
35
35
 
36
+ ### 1.3.1
37
+ * Call middleware by their constants (fixes deprecation warning)
38
+
36
39
  ### 1.3.0
37
40
  * Use `frozen_string_literal` magic comment
38
41
  * Remove autoload calls
@@ -11,7 +11,7 @@ module Schneiderlein
11
11
  # ActionDispatch::ParamsParser is not included in the middleware
12
12
  # stack anymore in Rails 5.
13
13
  app.config.middleware.insert_after \
14
- 'ActionDispatch::Callbacks', 'Schneiderlein::FlyCatcher'
14
+ ActionDispatch::Callbacks, Schneiderlein::FlyCatcher
15
15
  end
16
16
  end
17
17
  end
@@ -1,4 +1,4 @@
1
1
  # frozen_string_literal: true
2
2
  module Schneiderlein
3
- VERSION = '1.3.0'
3
+ VERSION = '1.3.1'
4
4
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: schneiderlein
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.3.0
4
+ version: 1.3.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Carsten Zimmermann
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2017-05-17 00:00:00.000000000 Z
12
+ date: 2017-05-19 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: rails