retrospec 0.6.1 → 0.6.2
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/CHANGELOG.md +2 -0
- data/lib/retrospec/plugins/v1/module_helpers.rb +1 -1
- data/lib/retrospec/version.rb +1 -1
- data/retrospec.gemspec +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: aac55e50a6a4eab445ab69d490d9110aba07356a
|
|
4
|
+
data.tar.gz: f822d911fcade21107729187bda937af362fc558
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: ae5dea092c02ca028b6cff6ab15137758d3402e3c17fe4f41edd291c9b652027a820e206aa41c1d54c1b189e6ef18fddbdacd27f6cf3c1ef67b3f658ae138a3f
|
|
7
|
+
data.tar.gz: 17a7efd6c98c5f010ba48f31c76cb8575def80264967a321181170db4698f0b23745a6d3f58a83c6de2b69fe3f248cd7a6139d7994a3b21eb1169c10c15852b6
|
data/CHANGELOG.md
CHANGED
|
@@ -237,7 +237,7 @@ module Retrospec
|
|
|
237
237
|
# @param [String] filter - a regex string used to filter out files
|
|
238
238
|
def safe_create_module_files(template_dir, module_path, spec_object, filter = nil)
|
|
239
239
|
dir = File.join(template_dir,'module_files')
|
|
240
|
-
safe_create_directory_files(dir, module_path, spec_object, filter
|
|
240
|
+
safe_create_directory_files(dir, module_path, spec_object, filter)
|
|
241
241
|
end
|
|
242
242
|
end
|
|
243
243
|
end
|
data/lib/retrospec/version.rb
CHANGED
data/retrospec.gemspec
CHANGED
|
@@ -9,7 +9,7 @@ Gem::Specification.new do |spec|
|
|
|
9
9
|
spec.email = ['corey@nwops.io']
|
|
10
10
|
|
|
11
11
|
spec.summary = "A devops framework for automating your development workflow"
|
|
12
|
-
spec.date = "2017-
|
|
12
|
+
spec.date = "2017-04-17"
|
|
13
13
|
spec.homepage = "http://github.com/nwops/retrospec"
|
|
14
14
|
spec.description = "Retrospec is a framework that allows the automation of repetitive file creation with just about any kind of language through the use of a pluggable architecture."
|
|
15
15
|
spec.license = 'MIT'
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: retrospec
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.6.
|
|
4
|
+
version: 0.6.2
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Corey Osman
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2017-
|
|
11
|
+
date: 2017-04-17 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: trollop
|