soar_authorization 0.1.0 → 0.1.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: a6482d2450cd7816882c9b42a32793e230cf10a8
4
- data.tar.gz: 489a78db7e9c046f1241bfa2a538e26e1dc30637
3
+ metadata.gz: dbe7ba7d503a7d2309c5c465308261c8b7953441
4
+ data.tar.gz: 7282e9e4322d5bcdcef52c5909b33752145a4bce
5
5
  SHA512:
6
- metadata.gz: efe9f1f582dc8ad1f27222d730b06cff09211c01687d8f0183daa59465a2e1921193a8e38b036d92ad415fe5d95964f248639bb1068bcd6637622c99b8413ab1
7
- data.tar.gz: 5ce614fac1e8e2e2df5107635674aca204690471f01478d705e3b0008eb7c965f7bb06461cbbe5ded88a30ef60b86fdae7de19eaffe11fd18aa532be4d91e04b
6
+ metadata.gz: d51587dcc8367555072714cac715da44233dfa1f9fb89b066b61c01c7b28a46dbcedfa90c27f70012ee686bd250061687fb30159aef4648505d016d58364851f
7
+ data.tar.gz: ff9b0703dfb4284f3ab8c4daef3cbd0181d8f60ce77b9ddb8bff7e777011b2e628449b8998efea29de0dd47342a8ab491f1c36446d79fd2dfe60769ec579cda9
@@ -1,5 +1,4 @@
1
1
  require "soar_authorization/version"
2
- require "soar_authorization/policy_access_manager"
3
2
 
4
3
  module SoarAuthorization
5
4
  class Authorize
@@ -1,3 +1,3 @@
1
1
  module SoarAuthorization
2
- VERSION = "0.1.0"
2
+ VERSION = "0.1.1"
3
3
  end
Binary file
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: soar_authorization
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ernst Van Graan
@@ -98,6 +98,7 @@ files:
98
98
  - bin/setup
99
99
  - lib/soar_authorization.rb
100
100
  - lib/soar_authorization/version.rb
101
+ - soar_authorization-0.1.0.gem
101
102
  - soar_authorization.gemspec
102
103
  homepage: https://github.com/hetznerZA/soar_authorization
103
104
  licenses: