soar_auditor_api 0.0.10 → 0.0.11

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: 4f7d388c7150ce02b85c2930e5e8fe363fd6777f
4
- data.tar.gz: 5b736712773043754a2b10dbd936f6f83e834bf6
3
+ metadata.gz: 7a6ca13a1aafd6c0951f33632c9e30d6ff58c66c
4
+ data.tar.gz: 2032f1f98e5fab2bba3bf2bc6eacb3398ea01a67
5
5
  SHA512:
6
- metadata.gz: f2aba4a359f10c8182d21cb50984b9080443bc2e5e6a35a15e5e8fcda4bd28a216aee6f7877bb41c87f846974e5fc5e05c2c5b1e9b11b51841cf604d943f747f
7
- data.tar.gz: 920aa0f288b90540c9e667da567715270480498cb57c73009d657954541b1973a847d2b1276196c1d63c6d07b04c704d3fcc4f383dc16d18fe405078f0a820b3
6
+ metadata.gz: 1f78bd19b826bfc04d64839125afaaae91dbb26b9871f3524d1ba7f1b5186d1aa901ff21efc54de29f596d80fa79c05e656e9fe18b71e46af46053f4acff2d78
7
+ data.tar.gz: 3a418772ac299a337eb266f78f276691431d1485ff9c4497fd80d10ede7cea010dee8f8cc74e11b5690653fe557d42e6b51e6694259e8b87e42bfad865232f1f
@@ -1,3 +1,3 @@
1
1
  module SoarAuditorApi
2
- VERSION = "0.0.10"
2
+ VERSION = "0.0.11"
3
3
  end
data/sanity/Gemfile CHANGED
@@ -2,4 +2,4 @@ source 'https://rubygems.org'
2
2
 
3
3
  gem 'byebug'
4
4
  #gem 'soar_auditor_api', :path => '/home/barney/git/soar_auditor_api'
5
- gem 'soar_auditor_api', "~> 0.0.10"
5
+ gem 'soar_auditor_api', "~> 0.0.11"
@@ -11,7 +11,7 @@ Gem::Specification.new do |spec|
11
11
 
12
12
  spec.summary = %q{SOAR auditor api}
13
13
  spec.description = %q{SOAR auditor api from which auditor implementations will extend}
14
- spec.homepage = "https://github.hetzner.co.za/hetznerZA/soar_auditor_api"
14
+ spec.homepage = "https://github.com/hetznerZA/soar_auditor_api"
15
15
  spec.license = "MIT"
16
16
 
17
17
  spec.files = `git ls-files -z`.split("\x0").reject { |f| f.match(%r{^(test|spec|features)/}) }
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: soar_auditor_api
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.10
4
+ version: 0.0.11
5
5
  platform: ruby
6
6
  authors:
7
7
  - Barney de Villiers
@@ -93,7 +93,7 @@ files:
93
93
  - sanity/Gemfile
94
94
  - sanity/sanity.rb
95
95
  - soar_auditor_api.gemspec
96
- homepage: https://github.hetzner.co.za/hetznerZA/soar_auditor_api
96
+ homepage: https://github.com/hetznerZA/soar_auditor_api
97
97
  licenses:
98
98
  - MIT
99
99
  metadata: {}