stacker_bee 2.1.0.pre186 → 2.1.0.pre187
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 +8 -8
- data/README.md +3 -1
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
---
|
|
2
2
|
!binary "U0hBMQ==":
|
|
3
3
|
metadata.gz: !binary |-
|
|
4
|
-
|
|
4
|
+
NmJjNjBlYzdlODM5NmY4NzllMDZiNDU0Mjk0ZDAxZjZiYzk4MmM1OQ==
|
|
5
5
|
data.tar.gz: !binary |-
|
|
6
|
-
|
|
6
|
+
MmZmNjFkOWUxMDIwNzcxNWM5ODU0MWUyM2E5OTVhYjhmMjJkYTQwOQ==
|
|
7
7
|
SHA512:
|
|
8
8
|
metadata.gz: !binary |-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
9
|
+
NDVlZDA5YWFmZDAwNDg2YjQzYjM5ZmM5MDRhNTQ5OTcwMWYzYmVlODhjMDUw
|
|
10
|
+
YTgyNTgzZmI2NmI1N2MxZTI0M2FmMGYyMTg1NmY4NmVhOTdkYmJlNWJiNmM3
|
|
11
|
+
ODY2YjRmNDNhYzRiNWM3OTdkZGNjNDUzMTg5Yzc4ZDFjY2U1ZjM=
|
|
12
12
|
data.tar.gz: !binary |-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
13
|
+
MDc4MjAwZmM0Y2JkZTMxNjYyZmQ3MmJkOTE1YmM1MGY2N2M2OWFkMzcxNDY5
|
|
14
|
+
MDVmYTBjZGVmZWIxZjBhNGQ0NjAzZTFjYjFjZTY0NGFkZGUzOTE5ZmM4MmMw
|
|
15
|
+
ZWQ2OWJlODA5YzhjMWY1ZDEzODhkM2ZmMWJmMGE2NzBmMmM5NjA=
|
data/README.md
CHANGED
|
@@ -170,7 +170,9 @@ class StdoutLoggingMiddleware < StackerBee::Middleware::Base
|
|
|
170
170
|
end
|
|
171
171
|
|
|
172
172
|
class PrependedMiddleware < StackerBee::Middleware::Base
|
|
173
|
-
def call(env)
|
|
173
|
+
def call(env)
|
|
174
|
+
app.call(env)
|
|
175
|
+
end
|
|
174
176
|
end
|
|
175
177
|
|
|
176
178
|
StackerBee::Client.configuration = {
|