puppet-retrospec 0.12.0 → 0.12.1
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
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 30838511f3d410db0091d4faf8fcb17bf0c69e7e
|
|
4
|
+
data.tar.gz: c9fd47a45551b7fb1f21a9d51eb64105771eb461
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 35df04a4b91812537eefca58d957acea5fe985df865147d77cf8d1d81a70a34505ba29aaf4ca5504354057f1208ecd1d86b289930bded2111d7f062652370536
|
|
7
|
+
data.tar.gz: e46cf93ae97170d406e1fe0b2b7b45e75a8d99793933992b01beb44a7845e6f61bc092e176415cea8f104883b91cdf324fb21224bf1d96788da88c2a1066ab7b
|
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
0.12.
|
|
1
|
+
0.12.1
|
|
@@ -23,13 +23,13 @@ def git_exists?(template_dir)
|
|
|
23
23
|
end
|
|
24
24
|
|
|
25
25
|
def origin_exists?(template_dir)
|
|
26
|
-
`git -
|
|
26
|
+
`git --git-dir #{template_dir}/.git --work-tree #{template_dir} remote show origin`
|
|
27
27
|
$CHILD_STATUS.success?
|
|
28
28
|
end
|
|
29
29
|
|
|
30
30
|
def update_templates(git_url, dest, branch = 'master')
|
|
31
31
|
create_repo(dest, git_url, branch)
|
|
32
|
-
puts `git -
|
|
32
|
+
puts `git --git-dir #{dest}/.git --work-tree #{dest} pull`
|
|
33
33
|
dest
|
|
34
34
|
end
|
|
35
35
|
|
data/puppet-retrospec.gemspec
CHANGED
|
@@ -5,11 +5,11 @@
|
|
|
5
5
|
|
|
6
6
|
Gem::Specification.new do |s|
|
|
7
7
|
s.name = "puppet-retrospec"
|
|
8
|
-
s.version = "0.12.
|
|
8
|
+
s.version = "0.12.1"
|
|
9
9
|
|
|
10
10
|
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
|
|
11
11
|
s.authors = ["Corey Osman"]
|
|
12
|
-
s.date = "2016-
|
|
12
|
+
s.date = "2016-02-22"
|
|
13
13
|
s.description = "Retrofits and generates valid puppet rspec test code to existing modules"
|
|
14
14
|
s.email = "corey@logicminds.biz"
|
|
15
15
|
s.extra_rdoc_files = [
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: puppet-retrospec
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.12.
|
|
4
|
+
version: 0.12.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Corey Osman
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2016-
|
|
11
|
+
date: 2016-02-22 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: trollop
|