crucible_ci 0.1.1 → 0.1.2
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/Gemfile.lock +1 -1
- data/crucible_ci.gemspec +1 -0
- data/lib/crucible_ci/version.rb +1 -1
- metadata +16 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 20b1bf641d72e2f15c3fde2979eb7ed380c5c67a
|
4
|
+
data.tar.gz: d02bb325090d829ee1f43a96aac8ab615d4ced2d
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 20f7868fe5122556516deca27728d31581ce34198be9192045f7a65271e8380bf9b35271119c64232e248d7106c25bc69df6d14a87a4568d7c3aeb8673a89448
|
7
|
+
data.tar.gz: 4b7335e51644517bf1dea0b45f9f8a4bbb9164f75f263c7925c8fa09d69d8e146bcfc7fbb0318c701d714c1346f1ac5a6c9ac5bd0eb95b72b156137c018c77b0
|
data/Gemfile.lock
CHANGED
data/crucible_ci.gemspec
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.2
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Michael O'Keefe
|
@@ -94,6 +94,20 @@ dependencies:
|
|
94
94
|
- - ">="
|
95
95
|
- !ruby/object:Gem::Version
|
96
96
|
version: '0'
|
97
|
+
- !ruby/object:Gem::Dependency
|
98
|
+
name: plan_executor
|
99
|
+
requirement: !ruby/object:Gem::Requirement
|
100
|
+
requirements:
|
101
|
+
- - "~>"
|
102
|
+
- !ruby/object:Gem::Version
|
103
|
+
version: '0'
|
104
|
+
type: :runtime
|
105
|
+
prerelease: false
|
106
|
+
version_requirements: !ruby/object:Gem::Requirement
|
107
|
+
requirements:
|
108
|
+
- - "~>"
|
109
|
+
- !ruby/object:Gem::Version
|
110
|
+
version: '0'
|
97
111
|
description:
|
98
112
|
email:
|
99
113
|
- mokeefe@mitre.org
|
@@ -137,7 +151,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
137
151
|
version: '0'
|
138
152
|
requirements: []
|
139
153
|
rubyforge_project:
|
140
|
-
rubygems_version: 2.
|
154
|
+
rubygems_version: 2.6.10
|
141
155
|
signing_key:
|
142
156
|
specification_version: 4
|
143
157
|
summary: A way to run Plan Executor tests in the command line
|