soar_pl 0.0.3 → 0.0.4

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.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +1 -1
  3. data/lib/soar_pl/version.rb +1 -1
  4. metadata +1 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: a60e02f51f15f83466d5aa2ec75dca9a858b99dd
4
- data.tar.gz: 371a9f475d7b5b8a903185a4e37053c469d0d127
3
+ metadata.gz: 5a9e34dc1df2bb40e0f13192092404a898b78dab
4
+ data.tar.gz: cd650e7a3d48f056b7a6c36c840567755a005682
5
5
  SHA512:
6
- metadata.gz: 4062a881a1865fcf164864eb4fa73df635bbd87cf2d165f9d1ae17f10aedcd6c5384356c998e80d7e738c7f33d6f58e615a258b2eac2d1b6dcc636423885faa5
7
- data.tar.gz: 215c8b4bfd84bd633309e67330d846bfe1e181adecc10c8c5ee145e24346eca3aff69a414fa27ce9141ebc0ee8830c1bef8e1c9b0654916c76d066c20dfd7a59
6
+ metadata.gz: 99a59a59df06ec46707fbb5b372266cc4eb3384faaa4a08eb1020d0da9b7ee7eb00eb19ebf32af1f45724bdf8dbb79ca87f31f6fc341a117e8954e4f04ddce38
7
+ data.tar.gz: 4b96154a76d95a9b97f236b0674af44d34a5d96ec20efa976e537dabe96dcbf670a74ca875bbf460152c4dc4968dde375817a3b7e3ff41f923123b6fe979508d
data/README.md CHANGED
@@ -83,7 +83,7 @@ IDM failures result in an Entity error being reported.
83
83
 
84
84
  ## Deploying
85
85
 
86
- This authorization policy framework can be deployed in-process in any ruby application or application server. It was intended for the SOAR architecture and to be deployed on soar_sc service components.
86
+ This authorization policy framework can be deployed in-process in any ruby application or application server. It was intended for deployment of authorization-as-a-service in the SOAR architecture and to be deployed on soar_sc service components.
87
87
 
88
88
  ## Contributing
89
89
 
@@ -1,3 +1,3 @@
1
1
  module SoarPl
2
- VERSION = "0.0.3"
2
+ VERSION = "0.0.4"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: soar_pl
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.3
4
+ version: 0.0.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ernst van Graan