subroutine-factory 0.1.1 → 0.1.2
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/subroutine/factory/config.rb +2 -0
- data/lib/subroutine/factory/version.rb +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: ee13444e9141b32314ebd0303d96ef3667773291
|
4
|
+
data.tar.gz: 0540beb2691841d94ab4e75eab487beaf5755f48
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: ef6ace847bd139f5ecd626cc6a3bd3319b6a90295f767b09afe748ee3b52ca63a5ead655d675f662c771628c840bb3046d9295a0be406f6d4c4b84cf2956c2e0
|
7
|
+
data.tar.gz: cd8f7870a30545478097ecab4666792ecf301839a38493b2288dbc83b69fd694cd70a8eee42da5054b0d9c7911598083d9c2e09a7c82708320ef47c6ea6e7c74
|
@@ -75,7 +75,9 @@ module Subroutine
|
|
75
75
|
output(@options[:output]) if @options[:output]
|
76
76
|
|
77
77
|
@options[:befores] = @options[:befores].dup if @options[:befores]
|
78
|
+
@options[:befores] ||= []
|
78
79
|
@options[:afters] = @options[:afters].dup if @options[:afters]
|
80
|
+
@options[:afters] ||= []
|
79
81
|
end
|
80
82
|
|
81
83
|
end
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: subroutine-factory
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.1.
|
4
|
+
version: 0.1.2
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Mike Nelson
|
8
8
|
autorequire:
|
9
9
|
bindir: exe
|
10
10
|
cert_chain: []
|
11
|
-
date: 2015-09-
|
11
|
+
date: 2015-09-14 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: subroutine
|