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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 9b3ddbc7c0c7df5aec19bac82b036e5f407adfe5
4
- data.tar.gz: d1a3b1a087a5348f884e7a73c5076a17f34eed85
3
+ metadata.gz: aac55e50a6a4eab445ab69d490d9110aba07356a
4
+ data.tar.gz: f822d911fcade21107729187bda937af362fc558
5
5
  SHA512:
6
- metadata.gz: 0a00933dd5c1bb49c0a8231f5c9f05bc0e3d56678cc6c8d4498d732d5c7ce524b0fcab8c40d5955b44cd55ac801dfc36618800a3c6cd0b2c5f7a34bfb8ddc1f5
7
- data.tar.gz: 58839f2112a8162ec92bf6f99ae663929811aec88229dd04fd27f747135e2b7670556d4db452b2ea3cfea86153ea8956c8d7f152c9c1440f0fc5ed15ed0b2a6d
6
+ metadata.gz: ae5dea092c02ca028b6cff6ab15137758d3402e3c17fe4f41edd291c9b652027a820e206aa41c1d54c1b189e6ef18fddbdacd27f6cf3c1ef67b3f658ae138a3f
7
+ data.tar.gz: 17a7efd6c98c5f010ba48f31c76cb8575def80264967a321181170db4698f0b23745a6d3f58a83c6de2b69fe3f248cd7a6139d7994a3b21eb1169c10c15852b6
@@ -1,4 +1,6 @@
1
1
  # Retrospec Changelog
2
+ ## 0.6.2
3
+ * Fixes a bug with safe_create_module_files not passing the filter
2
4
  ## 0.6.1
3
5
  * Adds ability to create files from any template directory
4
6
  ## 0.6.0
@@ -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 = nil)
240
+ safe_create_directory_files(dir, module_path, spec_object, filter)
241
241
  end
242
242
  end
243
243
  end
@@ -1,4 +1,4 @@
1
1
  module Retrospec
2
- VERSION = '0.6.1'
2
+ VERSION = '0.6.2'
3
3
  end
4
4
 
@@ -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-02-01"
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.1
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-02-01 00:00:00.000000000 Z
11
+ date: 2017-04-17 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: trollop