power_stencil 0.8.4 → 0.8.5

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 381fd5ec322002d77a04968f74f74fa9e3a180d9
4
- data.tar.gz: fc328939af39ca43740d39170af6fcbd3d9e2979
3
+ metadata.gz: 5e85fced3b94ed8e71fa62e9aa7927e3326261c0
4
+ data.tar.gz: 45b93aeca4d3fda35ed2041517b78db4d19fe3a7
5
5
  SHA512:
6
- metadata.gz: f6fd159bec0d10364cce84d2e6184d8f7708c8387f2e6f09754a95f34d5855fde0141a39e47d079bb39ae37b381b4cf864e87181f3dc5b71cec1472a5fd4145d
7
- data.tar.gz: cb84a9ddc19a5a8106d9a14f1cdc9058588be4dfef89c90f3cbb64d2e30ec94012bbf017088197d2596b79da07d123a38b2dba8a98d07112e9693ad9b2335ece
6
+ metadata.gz: 58666884718c08bfc17995f9d3056089a8e83c80b43bb47ba980eee2fab43a3c1ad5cfc6898db31cfed75661580066e47dc2ff4365edc159ced210841e1bab77
7
+ data.tar.gz: 3336919a1a5f71c37f536cf56e23fd54d24aeff8977be611ff054afde39d70498929009d6adee80a155ef0eb0b5c40584c2882e65a1bd875464029cbb39af2c5
@@ -72,6 +72,9 @@ module PowerStencil
72
72
  rescue => e
73
73
  logger.debug PowerStencil::Error.report_error(e)
74
74
  logger.warn 'This project is not managed by git'
75
+ # Ensure Git will not be further used
76
+ config[:'no-git'] = true
77
+ @git = nil
75
78
  end
76
79
 
77
80
  end
@@ -1,3 +1,3 @@
1
1
  module PowerStencil
2
- VERSION = '0.8.4'.freeze
2
+ VERSION = '0.8.5'.freeze
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: power_stencil
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.8.4
4
+ version: 0.8.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - Laurent Briais
@@ -299,7 +299,7 @@ metadata:
299
299
  documentation_uri: https://gitlab.com/tools4devops/power_stencil/blob/master/README.md
300
300
  source_code_uri: https://gitlab.com/tools4devops/power_stencil
301
301
  homepage_uri: https://powerstencil.brizone.org/
302
- post_install_message: "\nThank you for installing PowerStencil 0.8.4 !\nFrom the command
302
+ post_install_message: "\nThank you for installing PowerStencil 0.8.5 !\nFrom the command
303
303
  line you can run `power_stencil --help`\nIf your shell is not completing the command:\n
304
304
  \ If you use rbenv: `rbenv rehash`\n If you use zsh : `rehash`\n\nOfficial Website
305
305
  \ : https://powerstencil.brizone.org/\nFull documentation here : https://gitlab.com/tools4devops/power_stencil/blob/master/README.md\nFeel