conjur-asset-audit-send 1.0.0 → 1.0.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +1 -1
- data/README.md +3 -3
- data/lib/conjur-asset-audit-send-version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 4ca9846604e3a635189ad39af4964ef932d44420
|
4
|
+
data.tar.gz: 61bdbbb3c8337d03eb75a78fd00dad7ce8abffe3
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: b7d5ac4f083e2d43ea29578d85488b1cfc721d30e7bc79cc67c33e2b5f001b1564a9cdb1c5dd108a40b4c03ddeea4c7ad82c605404b93c83d7b2364af43ad3bb
|
7
|
+
data.tar.gz: 91beddc43033133ed56afbdde4f01e55f174f61988e912609708639f6100efb578c9be756cb947dae45435fdd56cfd7cb8c9136ee8e79845428f527a0ae33a1e
|
data/CHANGELOG.md
CHANGED
data/README.md
CHANGED
@@ -6,7 +6,7 @@ API and CLI interface to send events to Conjur.
|
|
6
6
|
|
7
7
|
Add this line to your application's Gemfile:
|
8
8
|
|
9
|
-
gem 'conjur-asset-audit-send
|
9
|
+
gem 'conjur-asset-audit-send'
|
10
10
|
|
11
11
|
And then execute:
|
12
12
|
|
@@ -14,7 +14,7 @@ And then execute:
|
|
14
14
|
|
15
15
|
Or install it yourself as:
|
16
16
|
|
17
|
-
$ gem install conjur-asset-audit-send
|
17
|
+
$ gem install conjur-asset-audit-send
|
18
18
|
|
19
19
|
## Usage
|
20
20
|
|
@@ -22,7 +22,7 @@ TODO: Write usage instructions here
|
|
22
22
|
|
23
23
|
## Contributing
|
24
24
|
|
25
|
-
1. Fork it ( https://github.com/
|
25
|
+
1. Fork it ( https://github.com/conjurinc/conjur-asset-audit-send/fork )
|
26
26
|
2. Create your feature branch (`git checkout -b my-new-feature`)
|
27
27
|
3. Commit your changes (`git commit -am 'Add some feature'`)
|
28
28
|
4. Push to the branch (`git push origin my-new-feature`)
|