power_stencil 0.4.11 → 0.4.12
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/lib/power_stencil/version.rb +1 -1
- data/power_stencil.gemspec +6 -4
- metadata +8 -6
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 1f0cd3595adda0996cd964ee0a4a8f7c07ebb27e
|
|
4
|
+
data.tar.gz: 0b60844a7c8bcae8b410a0a0db76137f80cc04c5
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 8de37294748189b813890f137b72bd0f42eb179038ec790a12a4df0c4005c0f498e3fd7b62f40f8bc96a2845a78a0dcf4175d38d1b41f4aa77531dfc3fa92ce2
|
|
7
|
+
data.tar.gz: a76e25e2d10d5c314a1da7fd3918a9da1bdb9fda88a886c2074736c2d69a30a4f1b534826441e966040ae744f0f3b797a3c32d00edcc8b357ce58cde625111d5
|
data/power_stencil.gemspec
CHANGED
|
@@ -11,7 +11,7 @@ Gem::Specification.new do |spec|
|
|
|
11
11
|
|
|
12
12
|
spec.summary = %q{PowerStencil is the Swiss-army knife templating workflow for developers and ops.}
|
|
13
13
|
spec.description = %q{PowerStencil is the Swiss-army knife templating workflow for developers and ops.}
|
|
14
|
-
spec.homepage = ''
|
|
14
|
+
spec.homepage = 'https://powerstencil.brizone.org/'
|
|
15
15
|
spec.license = 'MIT'
|
|
16
16
|
|
|
17
17
|
spec.files = `git ls-files -z`.split("\x0").reject do |f|
|
|
@@ -33,9 +33,10 @@ Gem::Specification.new do |spec|
|
|
|
33
33
|
source_code_uri = 'https://gitlab.com/tools4devops/power_stencil'
|
|
34
34
|
|
|
35
35
|
spec.metadata = {
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
36
|
+
'bug_tracker_uri' => "#{source_code_uri}/issues",
|
|
37
|
+
'documentation_uri' => "#{source_code_uri}/blob/master/README.md",
|
|
38
|
+
'source_code_uri' => source_code_uri,
|
|
39
|
+
'homepage_uri' => spec.homepage
|
|
39
40
|
}
|
|
40
41
|
|
|
41
42
|
spec.post_install_message = %Q{
|
|
@@ -45,6 +46,7 @@ If your shell is not completing the command:
|
|
|
45
46
|
If you use rbenv: `rbenv rehash`
|
|
46
47
|
If you use zsh : `rehash`
|
|
47
48
|
|
|
49
|
+
Official Website : #{spec.homepage}
|
|
48
50
|
Full documentation here : #{spec.metadata['source_code_uri']}/blob/master/README.md
|
|
49
51
|
Feel free to report issues: #{spec.metadata['source_code_uri']}/issues
|
|
50
52
|
}
|
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.12
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Laurent Briais
|
|
@@ -250,18 +250,20 @@ files:
|
|
|
250
250
|
- lib/power_stencil/utils/semantic_version.rb
|
|
251
251
|
- lib/power_stencil/version.rb
|
|
252
252
|
- power_stencil.gemspec
|
|
253
|
-
homepage:
|
|
253
|
+
homepage: https://powerstencil.brizone.org/
|
|
254
254
|
licenses:
|
|
255
255
|
- MIT
|
|
256
256
|
metadata:
|
|
257
257
|
bug_tracker_uri: https://gitlab.com/tools4devops/power_stencil/issues
|
|
258
258
|
documentation_uri: https://gitlab.com/tools4devops/power_stencil/blob/master/README.md
|
|
259
259
|
source_code_uri: https://gitlab.com/tools4devops/power_stencil
|
|
260
|
-
|
|
260
|
+
homepage_uri: https://powerstencil.brizone.org/
|
|
261
|
+
post_install_message: "\nThank you for installing PowerStencil 0.4.12 !\nFrom the
|
|
261
262
|
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\
|
|
263
|
-
|
|
264
|
-
|
|
263
|
+
the command:\n If you use rbenv: `rbenv rehash`\n If you use zsh : `rehash`\n\nOfficial
|
|
264
|
+
Website : https://powerstencil.brizone.org/\nFull documentation here :
|
|
265
|
+
https://gitlab.com/tools4devops/power_stencil/blob/master/README.md\nFeel free to
|
|
266
|
+
report issues: https://gitlab.com/tools4devops/power_stencil/issues\n "
|
|
265
267
|
rdoc_options: []
|
|
266
268
|
require_paths:
|
|
267
269
|
- lib
|