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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 3838aa84a00380ccf4ce210e6e4ecf189d180a66
4
- data.tar.gz: 53c2ebe5e9fd52a189b1cd28c831b4fa542a3be7
3
+ metadata.gz: 59b7e9723eb457bcb28486cd9b08e8c80790f418
4
+ data.tar.gz: 193d5336e148566940c489d2b84eb65b917612ab
5
5
  SHA512:
6
- metadata.gz: 4c6ecea5927d46be936a4bc7e3f7f247e08d956a87b28a86d854fba1afea46f7abd49247f122bfc0ee5523f34ca1b6a8fe0ef4336c9981213c43d44bbfa6e373
7
- data.tar.gz: 2d3edc6daf773e554aafecf7e702b8154a929a4566271f5d41f10b56581d52607062413988e7b98d6ed8cbb1c7f2991e8b04ce54e6a2ffa6b343c05a0584fc3c
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://github.com/hetznerZA/soar_aspects
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
 
@@ -1,3 +1,3 @@
1
1
  module SoarSmaak
2
- VERSION = "0.1.5"
2
+ VERSION = "0.1.6"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: soar_smaak
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.5
4
+ version: 0.1.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ernst Van Graan