mickey_goldmill 0.1.4 → 0.1.41
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/lib/generators/jenkins/jenkins_generator.rb +1 -1
- data/lib/mickey_goldmill/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 7e27c35d1180689a2f9a15f434cb558818490441
|
4
|
+
data.tar.gz: 2b00b765b31c38a7c1873c995de48d2bd53acbd3
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: e64a450829bb8f6cf2438609e7f9ae9c11d54177083cbe1ed14efb83f5a11c8325b3afe18cf01befc43ebef82da90ba634b4664a0fdaf0fe2a2c4ac4d62c652f
|
7
|
+
data.tar.gz: e0cd8f30662ebdadb48f349db1fb42f0515932a1577113dfa58eda4e50fe6bc1e8e92a9a4fe29e5c35934efa03c9351ffd205e716aaac17dc815b42c906af9a6
|
@@ -4,7 +4,7 @@ class JenkinsGenerator < Rails::Generators::Base
|
|
4
4
|
|
5
5
|
def create_jenkins_file
|
6
6
|
brakeman = 'echo "Checking securtiy issues with brakeman"
|
7
|
-
bundle exec gergich capture brakeman "bundle exec brakeman --quiet --format json --exit-on-warn"
|
7
|
+
bundle exec gergich capture brakeman "bundle exec brakeman --quiet --format json --exit-on-warn"
|
8
8
|
EXIT_CODES=$(($EXIT_CODES + $?))
|
9
9
|
' if features.include?('brakeman')
|
10
10
|
puts features.include?('brakeman')
|