crucible_ci 0.1.0 → 0.1.1
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/.gitignore +1 -0
- data/lib/crucible_ci/version.rb +1 -1
- metadata +8 -5
- /data/{bin → exe}/console +0 -0
- /data/{bin → exe}/crucible_ci +0 -0
- /data/{bin → exe}/setup +0 -0
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 5317643c027007294aa7cbef7eb444fcb5ec3293
|
|
4
|
+
data.tar.gz: 1d74538796f2a4cf4102ab7283a676c89f9919eb
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 708e32df0e2db76a17bfa96bcda5b3ef7129ff67a4c820967bd8ca9af8ffedea2ff26cb3b119b68079d64dad417eee1c1d81b786063453c04eb41e0bd7058c76
|
|
7
|
+
data.tar.gz: d8d533e15e25b5b8f680b7873c4b81a5e6f93b1cf6864b4ff3c35b2bb8b05e7988168c3473753341043c118056441b72c727e1bc1019572c1701a1aad471e9b8
|
data/.gitignore
CHANGED
data/lib/crucible_ci/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: crucible_ci
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.1.
|
|
4
|
+
version: 0.1.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Michael O'Keefe
|
|
@@ -97,7 +97,10 @@ dependencies:
|
|
|
97
97
|
description:
|
|
98
98
|
email:
|
|
99
99
|
- mokeefe@mitre.org
|
|
100
|
-
executables:
|
|
100
|
+
executables:
|
|
101
|
+
- console
|
|
102
|
+
- crucible_ci
|
|
103
|
+
- setup
|
|
101
104
|
extensions: []
|
|
102
105
|
extra_rdoc_files: []
|
|
103
106
|
files:
|
|
@@ -107,10 +110,10 @@ files:
|
|
|
107
110
|
- LICENSE
|
|
108
111
|
- README.md
|
|
109
112
|
- Rakefile
|
|
110
|
-
- bin/console
|
|
111
|
-
- bin/crucible_ci
|
|
112
|
-
- bin/setup
|
|
113
113
|
- crucible_ci.gemspec
|
|
114
|
+
- exe/console
|
|
115
|
+
- exe/crucible_ci
|
|
116
|
+
- exe/setup
|
|
114
117
|
- lib/crucible_ci.rb
|
|
115
118
|
- lib/crucible_ci/version.rb
|
|
116
119
|
- logs/.gitkeep
|
/data/{bin → exe}/console
RENAMED
|
File without changes
|
/data/{bin → exe}/crucible_ci
RENAMED
|
File without changes
|
/data/{bin → exe}/setup
RENAMED
|
File without changes
|