power_stencil 0.7.3 → 0.7.4

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: 07cb1da6d0d487660a6a1b0a4b45f000bed06803
4
- data.tar.gz: 888e3ff4b8761391b10fff68e5e9a4de7b9f291e
3
+ metadata.gz: 95861a9f7061eee1367aa870964780c2ad23fb5e
4
+ data.tar.gz: 9d2d32a782fec326071ef7ddb253fc1a7a7aa9e2
5
5
  SHA512:
6
- metadata.gz: 3d0e89bbacfa337bf250da42d4c4bc44140ca48c6d8c63bcefe65747f31736bf8dac053d7cc5186c0475a87fa2cf85045b6e6dd742f4596ff11592d120fc31be
7
- data.tar.gz: 3b6db134b4c51e5c8906210c942953ebb9480b4ba720eb25e55364a2eeb6890ddc044a11832d85c8ec1654d16e26dac1e585a50e3c6dee5260f8f29c0ba3d0a7
6
+ metadata.gz: bdf296b43d659a3f562741802367abd4eb0675ae0b11aa7da41c47c8f7b3ff284a205fe98c96f77474e4acd0a9ca97704277b2806c45dd4d781ac2ade8e8a581
7
+ data.tar.gz: 4677edb152c96a92753ed2a1b6f64b8b05a4af9e7f52eee1c7dc2c9351c73af20b4c5da1f37da9feff0776fa0e18ec8cb6c3d6df56521ce9ca5aeed584c3f9bc
@@ -10,9 +10,9 @@ module PowerStencil
10
10
  validation_message: 'Commit changes ?',
11
11
  show_files_to_commit: false,
12
12
  &block)
13
+ original_path = Dir.pwd
13
14
  return yield if git.nil?
14
15
 
15
- original_path = Dir.pwd
16
16
  Dir.chdir project_root
17
17
  status_before_action = git.status
18
18
  yield
@@ -1,3 +1,3 @@
1
1
  module PowerStencil
2
- VERSION = '0.7.3'.freeze
2
+ VERSION = '0.7.4'.freeze
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: power_stencil
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.7.3
4
+ version: 0.7.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Laurent Briais
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2019-10-30 00:00:00.000000000 Z
11
+ date: 2019-10-31 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler
@@ -291,7 +291,7 @@ metadata:
291
291
  documentation_uri: https://gitlab.com/tools4devops/power_stencil/blob/master/README.md
292
292
  source_code_uri: https://gitlab.com/tools4devops/power_stencil
293
293
  homepage_uri: https://powerstencil.brizone.org/
294
- post_install_message: "\nThank you for installing PowerStencil 0.7.3 !\nFrom the command
294
+ post_install_message: "\nThank you for installing PowerStencil 0.7.4 !\nFrom the command
295
295
  line you can run `power_stencil --help`\nIf your shell is not completing the command:\n
296
296
  \ If you use rbenv: `rbenv rehash`\n If you use zsh : `rehash`\n\nOfficial Website
297
297
  \ : https://powerstencil.brizone.org/\nFull documentation here : https://gitlab.com/tools4devops/power_stencil/blob/master/README.md\nFeel