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 +4 -4
- data/lib/power_stencil/project/git.rb +1 -1
- data/lib/power_stencil/version.rb +1 -1
- metadata +3 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 95861a9f7061eee1367aa870964780c2ad23fb5e
|
4
|
+
data.tar.gz: 9d2d32a782fec326071ef7ddb253fc1a7a7aa9e2
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
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
|
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.
|
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-
|
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.
|
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
|