bcome 1.3.4 → 1.3.5
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/objects/bcome/version.rb +1 -1
- metadata +11 -10
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
|
-
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
2
|
+
SHA256:
|
|
3
|
+
metadata.gz: 4ecdbb7b050b6fa0d1b6f6c7364e809cc997735ecb9970b8b6ecf3a59966fc6a
|
|
4
|
+
data.tar.gz: e002f9bfbe1cd8df7630b40173fb3218c3a19aeb9785bdd04e348abf091a47f7
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 5ed1ca4f5fd5affa049d7959e273196e72cf7a250fa1af191f82a6741c8765492e35d1eaca5e03e52a078d206fcefdb883212c082c7f955ec2ac68fb7e0c6fe5
|
|
7
|
+
data.tar.gz: 5774596787d2cd30c8117f1c0c69c8de252e41ce30c49c6a7d450cb73f6264ba5cb67928243f1132eb7e9bf3baf22bf4a85ab4c22aed5e5077ef6ce2a0340c9e
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: bcome
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.3.
|
|
4
|
+
version: 1.3.5
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Guillaume Roderick (Webzakimbo)
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2019-
|
|
11
|
+
date: 2019-09-13 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: activesupport
|
|
@@ -142,7 +142,7 @@ dependencies:
|
|
|
142
142
|
- - "~>"
|
|
143
143
|
- !ruby/object:Gem::Version
|
|
144
144
|
version: '1.0'
|
|
145
|
-
description:
|
|
145
|
+
description: Orchestration & Automation framework for the Cloud.
|
|
146
146
|
email:
|
|
147
147
|
- guillaume@webzakimbo.com
|
|
148
148
|
executables:
|
|
@@ -273,11 +273,14 @@ files:
|
|
|
273
273
|
- patches/string-encrypt.rb
|
|
274
274
|
- patches/string.rb
|
|
275
275
|
- patches/string_stylesheet.rb
|
|
276
|
-
homepage: https://bcome-kontrol
|
|
276
|
+
homepage: https://github.com/webzakimbo/bcome-kontrol
|
|
277
277
|
licenses:
|
|
278
278
|
- GPL-3.0
|
|
279
|
-
metadata:
|
|
280
|
-
|
|
279
|
+
metadata:
|
|
280
|
+
documentation_uri: https://bcome-kontrol.readthedocs.io/en/latest/
|
|
281
|
+
post_install_message: |2
|
|
282
|
+
|
|
283
|
+
We'd love your feedack about this Gem: How can we improve? Email guillaume@webzakimbo.com
|
|
281
284
|
rdoc_options: []
|
|
282
285
|
require_paths:
|
|
283
286
|
- lib
|
|
@@ -292,10 +295,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
292
295
|
- !ruby/object:Gem::Version
|
|
293
296
|
version: '0'
|
|
294
297
|
requirements: []
|
|
295
|
-
|
|
296
|
-
rubygems_version: 2.6.8
|
|
298
|
+
rubygems_version: 3.0.3
|
|
297
299
|
signing_key:
|
|
298
300
|
specification_version: 4
|
|
299
|
-
summary:
|
|
300
|
-
Ruby.
|
|
301
|
+
summary: A DevOps Application development framework
|
|
301
302
|
test_files: []
|