evt-configure 0.1.2.5 → 0.1.2.6
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
|
-
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
2
|
+
SHA256:
|
3
|
+
metadata.gz: 02075004cae1598d55f4bcb7c3099e675c6898889ef2d5373bd067291a736cd2
|
4
|
+
data.tar.gz: d424c0e783b099b1f2f0225a736fa83ba052f8815b39c81bca96ac9a76d8d5af
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: eeae52304982dde5ee6c1cf26381005f5af98cbe0a9e7151d9c52338fea88ee68da7a1f493c47404ae961faf39f7f5747bf99258c30e869af54eee256e8bbda9
|
7
|
+
data.tar.gz: 65d05fb72de8a02ba8132f9f7988b9fa083bee66e285fff931229f6559239b00a66012fd11e4fd59d64a3718ccc9c095d9f7e120c5ace9259c050a7bdccf7d2a
|
@@ -2,7 +2,7 @@ module Configure
|
|
2
2
|
module Controls
|
3
3
|
module Classes
|
4
4
|
class KeywordArgument
|
5
|
-
|
5
|
+
Configure.activate(self)
|
6
6
|
|
7
7
|
configure :some_attr_name
|
8
8
|
|
@@ -15,7 +15,7 @@ module Configure
|
|
15
15
|
end
|
16
16
|
|
17
17
|
class Optional
|
18
|
-
|
18
|
+
Configure.activate(self)
|
19
19
|
|
20
20
|
configure :some_attr_name
|
21
21
|
|
@@ -2,7 +2,7 @@ module Configure
|
|
2
2
|
module Controls
|
3
3
|
module Classes
|
4
4
|
class PositionalArgument
|
5
|
-
|
5
|
+
Configure.activate(self)
|
6
6
|
|
7
7
|
configure :some_attr_name
|
8
8
|
|
@@ -15,7 +15,7 @@ module Configure
|
|
15
15
|
end
|
16
16
|
|
17
17
|
class Optional
|
18
|
-
|
18
|
+
Configure.activate(self)
|
19
19
|
|
20
20
|
configure :some_attr_name
|
21
21
|
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: evt-configure
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.1.2.
|
4
|
+
version: 0.1.2.6
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- The Eventide Project
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date:
|
11
|
+
date: 2018-10-09 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: test_bench
|
@@ -58,7 +58,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
58
58
|
version: '0'
|
59
59
|
requirements: []
|
60
60
|
rubyforge_project:
|
61
|
-
rubygems_version: 2.6
|
61
|
+
rubygems_version: 2.7.6
|
62
62
|
signing_key:
|
63
63
|
specification_version: 4
|
64
64
|
summary: Generates class level configure methods
|