kapnismology 2.4.0 → 2.4.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 +5 -5
- data/lib/kapnismology/application_information.rb +1 -1
- data/lib/kapnismology/version.rb +1 -1
- metadata +5 -6
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
|
-
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
2
|
+
SHA256:
|
|
3
|
+
metadata.gz: 432ba59104db7f2e855bcfb9c43d7d82861a13691e3abeeed2da3e1258aa2343
|
|
4
|
+
data.tar.gz: e61f72fd371176d1d76451ff9b83748668b68ba2a76de6afb8ba16b44f8f9f8f
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: a6dc6c24e8f5d1218c3731c9774f2c1e2a2318a9b4025fa591de690bd26aa20db8b056cb02537c70d099199fdd81e8951ea21d4e03865b9248b833694eca9cc9
|
|
7
|
+
data.tar.gz: 436333b7043a832591af145cdfeea106fdfb004a00f91d5d75b53ea0ec442264e052d6ca01d85d47c38325aea70f31fbc0f229317260f62cf03c32ad02d25ccc
|
|
@@ -4,7 +4,7 @@ module Kapnismology
|
|
|
4
4
|
# This class provides information about the running environment the smoketest is being
|
|
5
5
|
# executed under.
|
|
6
6
|
class ApplicationInformation
|
|
7
|
-
GIT_SHOW_COMMAND = "git show HEAD --abbrev-commit --oneline".freeze
|
|
7
|
+
GIT_SHOW_COMMAND = "git show HEAD --abbrev-commit --oneline 2>/dev/null".freeze
|
|
8
8
|
ECS_CONTAINER_METADATA_FILE = ENV["ECS_CONTAINER_METADATA_FILE"].freeze
|
|
9
9
|
INFO_UNKNOWN = "".freeze
|
|
10
10
|
|
data/lib/kapnismology/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: kapnismology
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 2.4.
|
|
4
|
+
version: 2.4.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Jordi Polo Carres
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date:
|
|
11
|
+
date: 2019-04-17 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: rails
|
|
@@ -128,14 +128,14 @@ dependencies:
|
|
|
128
128
|
requirements:
|
|
129
129
|
- - "~>"
|
|
130
130
|
- !ruby/object:Gem::Version
|
|
131
|
-
version:
|
|
131
|
+
version: 1.3.6
|
|
132
132
|
type: :development
|
|
133
133
|
prerelease: false
|
|
134
134
|
version_requirements: !ruby/object:Gem::Requirement
|
|
135
135
|
requirements:
|
|
136
136
|
- - "~>"
|
|
137
137
|
- !ruby/object:Gem::Version
|
|
138
|
-
version:
|
|
138
|
+
version: 1.3.6
|
|
139
139
|
- !ruby/object:Gem::Dependency
|
|
140
140
|
name: capybara
|
|
141
141
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -222,8 +222,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
222
222
|
- !ruby/object:Gem::Version
|
|
223
223
|
version: '0'
|
|
224
224
|
requirements: []
|
|
225
|
-
|
|
226
|
-
rubygems_version: 2.6.14
|
|
225
|
+
rubygems_version: 3.0.2
|
|
227
226
|
signing_key:
|
|
228
227
|
specification_version: 4
|
|
229
228
|
summary: Engine for smoke tests.
|