soar_smaak 0.1.5 → 0.1.6
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/README.md +1 -1
- data/lib/soar_smaak/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 59b7e9723eb457bcb28486cd9b08e8c80790f418
|
4
|
+
data.tar.gz: 193d5336e148566940c489d2b84eb65b917612ab
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 7b6d24f559008c229f7d7752fb671fc9005ee06d01a231942d743b011219ee0f06d429bcd85ac5cf0a4dc9d2f478ad3c7d618e315a0f74a0d6cfee27c9cc2c7e
|
7
|
+
data.tar.gz: ba442def8ff76f552dec113add102394ce3eb56947686053f9d60b8e492612644441f06672d66ed198672a102e8e15af5377c69b91a31aa916ba08e4689c0510
|
data/README.md
CHANGED
@@ -6,7 +6,7 @@ This library offers Rack middle-ware for SMAAK communication. Requests are exami
|
|
6
6
|
|
7
7
|
### SoarAspects::Aspects
|
8
8
|
|
9
|
-
In order for soar_smaak to obtain its configuration, auditor and signed routes from the rack environment, these need to be placed in the environment before this middleware is used. The SoarAspects::Aspects middleware accomplishes this: https://
|
9
|
+
In order for soar_smaak to obtain its configuration, auditor and signed routes from the rack environment, these need to be placed in the environment before this middleware is used. The SoarAspects::Aspects middleware accomplishes this: https://rubygems.org/gems/soar_aspects
|
10
10
|
|
11
11
|
### configuration : optional
|
12
12
|
|
data/lib/soar_smaak/version.rb
CHANGED