soar_auditing_format 0.0.4 → 0.0.5

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: cc7491a8a71f896ae24669bf6f693434cd620af1
4
- data.tar.gz: a2c962138f3f3ada4fcf374f8ef4cf7270b7798e
3
+ metadata.gz: 92837b98ef49b832853257d8edec3a26101d812b
4
+ data.tar.gz: 7c14ac7229fc857ac4857b45d9208bb89fdb3dd1
5
5
  SHA512:
6
- metadata.gz: 8d639095c3d878387fa39aef931662ebdc0b0876e2080469543f18461bf281e702e37415fbf14aa1baacbf6acffeb3295dfff66adfdd17836d3fcdc9c3027b54
7
- data.tar.gz: a0c73401f111ddcbacf9eb04bf13923211999aa6c51824a78e6ea73b914918d1950fef621e352a739da809cd4b31a61290df88e41e04bf17c6c7afccdc03df71
6
+ metadata.gz: 5f47028bfa74a3b95cc4e64785fe0a1acbbe6ed963a17bc668807e4a77adfcdbf00c0837775631143b046568e18a254597da1f7e7412ccf5d25e8ddc1d180307
7
+ data.tar.gz: f86ddd4e1bf5257395be920568bbe078f92f8c08dab78dfcf7d9abe38425703cb5eeca7627ae98d6be8e2d5e67c7051404da057ad8e4d7cc3dac605533b3de27
data/.gitignore CHANGED
@@ -11,7 +11,7 @@ juddi-distro-*
11
11
  *.swp
12
12
  *.gem
13
13
  *.rbc
14
- /Gemfile.lock
14
+ Gemfile.lock
15
15
  /.config
16
16
  /coverage/
17
17
  /InstalledFiles
@@ -1,3 +1,3 @@
1
1
  module SoarAuditingFormatter
2
- VERSION = "0.0.4"
2
+ VERSION = "0.0.5"
3
3
  end
@@ -1,4 +1,4 @@
1
1
  source 'https://rubygems.org'
2
2
 
3
3
  gem 'byebug'
4
- gem 'soar_auditing_format', "~> 0.0.4"
4
+ gem 'soar_auditing_format', "~> 0.0.5"
@@ -11,7 +11,7 @@ Gem::Specification.new do |spec|
11
11
 
12
12
  spec.summary = %q{SOAR auditing format}
13
13
  spec.description = %q{SOAR auditing format that will define auditing event entries}
14
- spec.homepage = "https://github.hetzner.co.za/hetznerZA/soar_auditing_format"
14
+ spec.homepage = "https://github.com/hetznerZA/soar_auditing_format"
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_auditing_format
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.4
4
+ version: 0.0.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - Barney de Villiers
@@ -90,10 +90,9 @@ files:
90
90
  - sanity/.ruby-gemset
91
91
  - sanity/.ruby-version
92
92
  - sanity/Gemfile
93
- - sanity/Gemfile.lock
94
93
  - sanity/sanity.rb
95
94
  - soar_auditing_format.gemspec
96
- homepage: https://github.hetzner.co.za/hetznerZA/soar_auditing_format
95
+ homepage: https://github.com/hetznerZA/soar_auditing_format
97
96
  licenses:
98
97
  - MIT
99
98
  metadata: {}
@@ -1,15 +0,0 @@
1
- GEM
2
- remote: https://rubygems.org/
3
- specs:
4
- byebug (9.0.4)
5
- soar_auditing_format (0.0.3)
6
-
7
- PLATFORMS
8
- ruby
9
-
10
- DEPENDENCIES
11
- byebug
12
- soar_auditing_format (~> 0.0.3)
13
-
14
- BUNDLED WITH
15
- 1.11.2