instructions_list 1.0.10.1.beta → 1.0.10.2.beta
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/instructions_list.gemspec +2 -2
- data/lib/instructions_list/version.rb +1 -1
- metadata +4 -4
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 93ef9e2cbb595b820325421fbc1e2540545e168d
|
|
4
|
+
data.tar.gz: 2de7c81b2fac910469d9b95e884fe97e2432cd2b
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 3e7b1d4b394ee1bc5869636de89a4091c2ca5ec3fb6bf0da143368ad583a731bb2aa4a01c4cd4a01203cc5e001461ecaf8323b42d087e68954d456a12ee963e0
|
|
7
|
+
data.tar.gz: 00f275e489b334d9da4e963e0941b1c451c02573a22bfdfca2e9ce6a25055102f683f806cb7434139af03f04b6d2796547b4d72e6484745633acf86252b96159
|
data/instructions_list.gemspec
CHANGED
|
@@ -11,8 +11,8 @@ Gem::Specification.new do |spec|
|
|
|
11
11
|
|
|
12
12
|
spec.summary = %q{Instruction List , an automated configuration management tool}
|
|
13
13
|
spec.description = %q{
|
|
14
|
-
Instruction List , an automated configuration management tool
|
|
15
|
-
the principle of test driven
|
|
14
|
+
Instruction List , an automated configuration management tool based around
|
|
15
|
+
the principle of test driven sys admin
|
|
16
16
|
}
|
|
17
17
|
spec.homepage = "https://github.com/cococoder/instructions_list"
|
|
18
18
|
spec.license = "MIT"
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: instructions_list
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.0.10.
|
|
4
|
+
version: 1.0.10.2.beta
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Coco Coder (aka Delaney Burke)
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: exe
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date:
|
|
11
|
+
date: 2018-01-06 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: bundler
|
|
@@ -94,8 +94,8 @@ dependencies:
|
|
|
94
94
|
- - ">="
|
|
95
95
|
- !ruby/object:Gem::Version
|
|
96
96
|
version: '0'
|
|
97
|
-
description: "\n Instruction List , an automated configuration management tool
|
|
98
|
-
around\n the principle of test driven
|
|
97
|
+
description: "\n Instruction List , an automated configuration management tool based
|
|
98
|
+
around\n the principle of test driven sys admin\n "
|
|
99
99
|
email:
|
|
100
100
|
- shout@cococoder.com
|
|
101
101
|
executables:
|