power_stencil 0.4.10 → 0.4.11
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 +8 -6
- metadata +4 -4
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 94f31697927b7c398f3479e6119e5ec7b9ada878
|
|
4
|
+
data.tar.gz: 1aa4ee24ce33bb0d056a471cde643d85c804b369
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 903b071f3761253f8dcb766bd1d340a494115f6a5483d5346872488074c023ebf9b1fd573510f64fbfa53abddcdcdd944ac8ea778d528188748d6be7f6af6cfe
|
|
7
|
+
data.tar.gz: 6df31360e4f082f1a45e80120d49057da5222e3f8466a02c71bafe31e39b6047a9223e5eb793c0c50b5b88d4802105cdbeaac86e750d000539b067f6768aa980
|
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 = ''
|
|
15
15
|
spec.license = 'MIT'
|
|
16
16
|
|
|
17
17
|
spec.files = `git ls-files -z`.split("\x0").reject do |f|
|
|
@@ -30,10 +30,12 @@ Gem::Specification.new do |spec|
|
|
|
30
30
|
spec.add_dependency 'universe_compiler', '~> 0.4.3'
|
|
31
31
|
spec.add_dependency 'pry'
|
|
32
32
|
|
|
33
|
+
source_code_uri = 'https://gitlab.com/tools4devops/power_stencil'
|
|
34
|
+
|
|
33
35
|
spec.metadata = {
|
|
34
|
-
"bug_tracker_uri" => "#{
|
|
35
|
-
"documentation_uri" => "#{
|
|
36
|
-
"
|
|
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
|
|
37
39
|
}
|
|
38
40
|
|
|
39
41
|
spec.post_install_message = %Q{
|
|
@@ -43,7 +45,7 @@ If your shell is not completing the command:
|
|
|
43
45
|
If you use rbenv: `rbenv rehash`
|
|
44
46
|
If you use zsh : `rehash`
|
|
45
47
|
|
|
46
|
-
Full documentation here : #{spec.
|
|
47
|
-
Feel free to report issues: #{spec.
|
|
48
|
+
Full documentation here : #{spec.metadata['source_code_uri']}/blob/master/README.md
|
|
49
|
+
Feel free to report issues: #{spec.metadata['source_code_uri']}/issues
|
|
48
50
|
}
|
|
49
51
|
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.4.
|
|
4
|
+
version: 0.4.11
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Laurent Briais
|
|
@@ -250,14 +250,14 @@ 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: ''
|
|
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
|
-
|
|
260
|
-
post_install_message: "\nThank you for installing PowerStencil 0.4.
|
|
259
|
+
source_code_uri: https://gitlab.com/tools4devops/power_stencil
|
|
260
|
+
post_install_message: "\nThank you for installing PowerStencil 0.4.11 !\nFrom the
|
|
261
261
|
command line you can run `power_stencil --help`\nIf your shell is not completing
|
|
262
262
|
the command:\n If you use rbenv: `rbenv rehash`\n If you use zsh : `rehash`\n\nFull
|
|
263
263
|
documentation here : https://gitlab.com/tools4devops/power_stencil/blob/master/README.md\nFeel
|