power_stencil 0.8.8 → 0.8.9

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: f4f5ae18d6c54cea723f9867b6ecbb57fe172c7b
4
- data.tar.gz: 04876cecef9b066ba9357bc1594b19eb325c6b5f
3
+ metadata.gz: 696922401cd53b56b5b0c902376e0c95093069c8
4
+ data.tar.gz: 2ce84bd347b0d55337e72521d47ebdecaa0704f6
5
5
  SHA512:
6
- metadata.gz: 30331a55eb9309bda536e610fe2ac9ed9c30287dbbd4ccc9e77bf1619f487dafb8660f18a22315c58167afcffde063ab337ddfa6b63f21c479c5df67fbdd6179
7
- data.tar.gz: ae82f40ae470825a7ed7e5644323a1e55f5b1744eec5c9004cc7869fa6165b5b49d4117fdef73ce161cef9c3e83c1f31c3de99abc1e70ba5118a0575bf12be73
6
+ metadata.gz: 8f30eea32756e4c6ff86dd116d36574a8277f027d7641f720d601e55135d435af197d842589c74945280a9367950c3d338525bfdca6e8abd6cffefe915dc80c3
7
+ data.tar.gz: 26ad01bce4343dc399553281413fbfaa56331f35b0163ad430273d166aa7aff9811258a54b07ce670f46cad0ce1877c2706a11a778d8c985ab07bebb301512fd
@@ -14,7 +14,7 @@ module PowerStencil
14
14
 
15
15
  def execute
16
16
  setup_project_path
17
- log_startup_context
17
+ log_startup_context
18
18
  puts_and_logs "Creating new project structure in '#{config[:'project-path']}'", check_verbose: false
19
19
  PowerStencil::Project::Base.create_project_tree config[:'project-path']
20
20
  puts_and_logs 'Done.', check_verbose: false
@@ -73,7 +73,6 @@ module PowerStencil
73
73
  logger.debug PowerStencil::Error.report_error(e)
74
74
  logger.warn 'This project is not managed by git'
75
75
  # Ensure Git will not be further used
76
- config[:'no-git'] = true
77
76
  @git = nil
78
77
  end
79
78
 
@@ -1,3 +1,3 @@
1
1
  module PowerStencil
2
- VERSION = '0.8.8'.freeze
2
+ VERSION = '0.8.9'.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.8
4
+ version: 0.8.9
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.8 !\nFrom the command
302
+ post_install_message: "\nThank you for installing PowerStencil 0.8.9 !\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