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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: e6767218a4d2c9e01ce15f0a2d9dac16033af10c
4
- data.tar.gz: 2b99ef6ca918d1e6e7b04fee9732cc09453074d9
3
+ metadata.gz: 4ca9846604e3a635189ad39af4964ef932d44420
4
+ data.tar.gz: 61bdbbb3c8337d03eb75a78fd00dad7ce8abffe3
5
5
  SHA512:
6
- metadata.gz: 2df95137ab1f9a643e9c427d273e5e0e5537be4768a274cde1ad313aebb2bc7051314e2fc072ac5dafa4837fa5257dd1c57753bbde85ad6984809a16e5870e76
7
- data.tar.gz: 00563b2908226c039ebff2ecfd4249925bc9fd13828114302ea50372c8e689543512ee5226fc8d586e692644603737492e2d054ffc3252fa10cfa955539fe2aa
6
+ metadata.gz: b7d5ac4f083e2d43ea29578d85488b1cfc721d30e7bc79cc67c33e2b5f001b1564a9cdb1c5dd108a40b4c03ddeea4c7ad82c605404b93c83d7b2364af43ad3bb
7
+ data.tar.gz: 91beddc43033133ed56afbdde4f01e55f174f61988e912609708639f6100efb578c9be756cb947dae45435fdd56cfd7cb8c9136ee8e79845428f527a0ae33a1e
data/CHANGELOG.md CHANGED
@@ -1,3 +1,3 @@
1
- # 1.0.0
1
+ # 1.0.1
2
2
 
3
3
  * First official version
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-api'
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-api
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/[my-github-username]/conjur-asset-audit-send/fork )
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`)
@@ -21,7 +21,7 @@
21
21
  module Conjur
22
22
  module Asset
23
23
  module AuditSend
24
- VERSION = "1.0.0"
24
+ VERSION = "1.0.1"
25
25
  end
26
26
  end
27
27
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: conjur-asset-audit-send
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.0
4
+ version: 1.0.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Kevin Gilpin