power_stencil 0.7.1 → 0.7.2

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: 1a2e53eb7415b0c65c752c3414bb319399370d08
4
- data.tar.gz: 1e2e472a41db6d94a56d183b1f3d83e88e42ea81
3
+ metadata.gz: 1f2f1b74e85edac12e51c2d02482f15f06e58e89
4
+ data.tar.gz: b346762e7dc8314ea998fac76f1df8fa6a08ca5e
5
5
  SHA512:
6
- metadata.gz: 6934342894ee4eb551b8fc9960f58756aa476ccd9b34d655ac40e8b7ccbb542672cb01f05f40c31bccdd9c4ce3dee8c6efbfb4d78527d8c8b7c07192c15c2b40
7
- data.tar.gz: 096b413386734312781ee4dc4b31f80e3a31d44552ecb49eb42338c7ad9b0159191c4de39794ef32dd6ec6cc42c9a10739e7496ff887e2e97472eb6cdc72ae28
6
+ metadata.gz: 9facec67f2da0cbaebd9117326bf5544497e23d2981b07565763ab7d36950b93fd8d3ff87cc09016e52c79707da2a982e06cf899d1a23682f80895b960d927ab
7
+ data.tar.gz: 1d6b61bde1d41cd5baa82b50d56b0225979dd79b09fabce5aae4e378004cadf5795db8ad570677b3fc01e50ad787d03c51e1985dbca4cc93cfd220764a26b2bf
@@ -1,3 +1,3 @@
1
1
  module PowerStencil
2
- VERSION = '0.7.1'.freeze
2
+ VERSION = '0.7.2'.freeze
3
3
  end
@@ -29,7 +29,7 @@ Gem::Specification.new do |spec|
29
29
  spec.add_dependency 'dir_glob_ignore', '~> 0.3'
30
30
  spec.add_dependency 'universe_compiler', '~> 0.5.1'
31
31
  spec.add_dependency 'pry'
32
- spec.add_dependency 'git'
32
+ spec.add_dependency 'git' , '~> 1.5.0'
33
33
 
34
34
  source_code_uri = 'https://gitlab.com/tools4devops/power_stencil'
35
35
 
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.7.1
4
+ version: 0.7.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Laurent Briais
@@ -112,16 +112,16 @@ dependencies:
112
112
  name: git
113
113
  requirement: !ruby/object:Gem::Requirement
114
114
  requirements:
115
- - - ">="
115
+ - - "~>"
116
116
  - !ruby/object:Gem::Version
117
- version: '0'
117
+ version: 1.5.0
118
118
  type: :runtime
119
119
  prerelease: false
120
120
  version_requirements: !ruby/object:Gem::Requirement
121
121
  requirements:
122
- - - ">="
122
+ - - "~>"
123
123
  - !ruby/object:Gem::Version
124
- version: '0'
124
+ version: 1.5.0
125
125
  description: PowerStencil is the Swiss-army knife templating workflow for developers
126
126
  and ops.
127
127
  email:
@@ -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.1 !\nFrom the command
294
+ post_install_message: "\nThank you for installing PowerStencil 0.7.2 !\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