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.
Files changed (3) hide show
  1. checksums.yaml +5 -5
  2. data/lib/objects/bcome/version.rb +1 -1
  3. metadata +11 -10
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
- SHA1:
3
- metadata.gz: 4e26f496e3b1756df2ee8a288a02c8ca9746f975
4
- data.tar.gz: f241fbbcc02373d2071b846a1082a97eb5375a78
2
+ SHA256:
3
+ metadata.gz: 4ecdbb7b050b6fa0d1b6f6c7364e809cc997735ecb9970b8b6ecf3a59966fc6a
4
+ data.tar.gz: e002f9bfbe1cd8df7630b40173fb3218c3a19aeb9785bdd04e348abf091a47f7
5
5
  SHA512:
6
- metadata.gz: 0e1d58cf79db6fa814f733963ac851c4e16bce7f0f22ee6dc10139ee1164b99d84f0eae7253a01cdc8912866fd9b032f3e34fddd0d3ebf493f6d55b2c0446220
7
- data.tar.gz: 6da1f5d5bda08ba8a17099a5e3f1848fd01934ed27f21bad1d7dbeed993368766ee7fd659b21ec4927993d89d975c29ee75dfdeb587b63ababef2328bb342559
6
+ metadata.gz: 5ed1ca4f5fd5affa049d7959e273196e72cf7a250fa1af191f82a6741c8765492e35d1eaca5e03e52a078d206fcefdb883212c082c7f955ec2ac68fb7e0c6fe5
7
+ data.tar.gz: 5774596787d2cd30c8117f1c0c69c8de252e41ce30c49c6a7d450cb73f6264ba5cb67928243f1132eb7e9bf3baf22bf4a85ab4c22aed5e5077ef6ce2a0340c9e
@@ -1,3 +1,3 @@
1
1
  module Bcome
2
- VERSION = '1.3.4'.freeze
2
+ VERSION = '1.3.5'.freeze
3
3
  end
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
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-04-26 00:00:00.000000000 Z
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: An orchestration framework for AWS EC2
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.readthedocs.io/en/latest/
276
+ homepage: https://github.com/webzakimbo/bcome-kontrol
277
277
  licenses:
278
278
  - GPL-3.0
279
- metadata: {}
280
- post_install_message:
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
- rubyforge_project:
296
- rubygems_version: 2.6.8
298
+ rubygems_version: 3.0.3
297
299
  signing_key:
298
300
  specification_version: 4
299
- summary: Organise your world, then integrate absolutely whatever you want in pure
300
- Ruby.
301
+ summary: A DevOps Application development framework
301
302
  test_files: []