power_stencil 0.4.9 → 0.4.10
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/version.rb +1 -1
- data/power_stencil.gemspec +3 -3
- metadata +8 -8
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: dc9c6f2ea647c097f3a6e9c84546369d8de9419e
|
4
|
+
data.tar.gz: ffae8695d6cf182ea47bb990904838e2aaeb44ef
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: c8f1c410c06d4be6b1e05bb4c2ac1c523bda13542108e5778db6778bec6a0d6defd5c6dccc31edfa212fb65fb7546607c0d316c9b4df668ec3f381e3e713ae58
|
7
|
+
data.tar.gz: aa1e9c615cedefd8cebefdae156d3594c9e1e008de87a1a1ab864780182dd9851d81f527dc3a0b70855659e1afa75c1cbd2fed9b0f86a6e1441d08f0e373fc74
|
data/power_stencil.gemspec
CHANGED
@@ -31,9 +31,9 @@ Gem::Specification.new do |spec|
|
|
31
31
|
spec.add_dependency 'pry'
|
32
32
|
|
33
33
|
spec.metadata = {
|
34
|
-
"
|
35
|
-
"
|
36
|
-
"
|
34
|
+
"bug_tracker_uri" => "#{spec.homepage}/issues",
|
35
|
+
"documentation_uri" => "#{spec.homepage}/blob/master/README.md",
|
36
|
+
"official_website_uri" => "https://powerstencil.brizone.org"
|
37
37
|
}
|
38
38
|
|
39
39
|
spec.post_install_message = %Q{
|
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.4.
|
4
|
+
version: 0.4.10
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Laurent Briais
|
@@ -254,13 +254,13 @@ homepage: https://gitlab.com/tools4devops/power_stencil
|
|
254
254
|
licenses:
|
255
255
|
- MIT
|
256
256
|
metadata:
|
257
|
-
|
258
|
-
|
259
|
-
|
260
|
-
post_install_message: "\nThank you for installing PowerStencil 0.4.
|
261
|
-
line you can run `power_stencil --help`\nIf your shell is not completing
|
262
|
-
|
263
|
-
here : https://gitlab.com/tools4devops/power_stencil/blob/master/README.md\nFeel
|
257
|
+
bug_tracker_uri: https://gitlab.com/tools4devops/power_stencil/issues
|
258
|
+
documentation_uri: https://gitlab.com/tools4devops/power_stencil/blob/master/README.md
|
259
|
+
official_website_uri: https://powerstencil.brizone.org
|
260
|
+
post_install_message: "\nThank you for installing PowerStencil 0.4.10 !\nFrom the
|
261
|
+
command line you can run `power_stencil --help`\nIf your shell is not completing
|
262
|
+
the command:\n If you use rbenv: `rbenv rehash`\n If you use zsh : `rehash`\n\nFull
|
263
|
+
documentation here : https://gitlab.com/tools4devops/power_stencil/blob/master/README.md\nFeel
|
264
264
|
free to report issues: https://gitlab.com/tools4devops/power_stencil/issues\n "
|
265
265
|
rdoc_options: []
|
266
266
|
require_paths:
|