knife-acl 1.0.0.beta.2 → 1.0.0
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 +4 -4
- data/README.md +1 -4
- data/lib/knife-acl/version.rb +1 -1
- metadata +3 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 25f926ec7ba6c9f321401daf36f5ce7b83816f5b
|
|
4
|
+
data.tar.gz: 96c28cb6ed7cb25a653cc117195f38405728791d
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 547d6b96bb9cfe80ab106f1a16b64ec1b76d7bee6306260dc2ed854362dcf70b8fa804f93e0978f03e205f1656e3b272b67cf6398c3402e87fe0c55e1177bb59
|
|
7
|
+
data.tar.gz: 3c2f72bb4238268d392edd52ed5c53d5d886392ae883eb8375a66af79411b54209bd701b73348bd15d2556a42c20d83cde25b59fe18a3d87986d1d942287f42f
|
data/README.md
CHANGED
|
@@ -15,12 +15,9 @@ Reference:
|
|
|
15
15
|
|
|
16
16
|
### Installation
|
|
17
17
|
|
|
18
|
-
The 1.0.0.beta version of knife-acl is currently recommended so be sure
|
|
19
|
-
to tell the gem command to install the prerelease.
|
|
20
|
-
|
|
21
18
|
Install into [Chef DK](https://downloads.chef.io/chef-dk/).
|
|
22
19
|
|
|
23
|
-
chef gem install knife-acl
|
|
20
|
+
chef gem install knife-acl
|
|
24
21
|
|
|
25
22
|
### _Warning about Users group_
|
|
26
23
|
|
data/lib/knife-acl/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: knife-acl
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.0.0
|
|
4
|
+
version: 1.0.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Seth Falcon
|
|
@@ -54,9 +54,9 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
|
54
54
|
version: '0'
|
|
55
55
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
56
56
|
requirements:
|
|
57
|
-
- - "
|
|
57
|
+
- - ">="
|
|
58
58
|
- !ruby/object:Gem::Version
|
|
59
|
-
version:
|
|
59
|
+
version: '0'
|
|
60
60
|
requirements: []
|
|
61
61
|
rubyforge_project:
|
|
62
62
|
rubygems_version: 2.4.8
|