activefacts-compositions 1.9.21 → 1.9.22
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/bin/schema_compositor +2 -2
- data/lib/activefacts/compositions/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: 300cb201900fd72d2938ad450aacb8628553b4d8
|
4
|
+
data.tar.gz: cd98524b4e5525f9fe2ff0ee5f420bbef51f36ea
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 7a0ed81d7d13fd33579be4c56b765c3b804f311fb8c5da85c9d75ca6a190d23a136d3abab4459851efa4b4891117013501a17325535f951ee047782a1ff2687f
|
7
|
+
data.tar.gz: ca7e4c460031087fb52f9655ea3a603098827bfbd7f74704d9eddfdce9e9f1322709a0b705f2bb6fed3c1d491ecfa4e8f1577da572203148fef81d5caa2cc5e4
|
data/bin/schema_compositor
CHANGED
@@ -65,11 +65,11 @@ class SchemaCompositor
|
|
65
65
|
option = compositor
|
66
66
|
end
|
67
67
|
|
68
|
-
if action = ActiveFacts::Compositions.compositors[option]
|
68
|
+
if (action, helptext = ActiveFacts::Compositions.compositors[option]) && action
|
69
69
|
options.delete(option)
|
70
70
|
check_options(action, modes)
|
71
71
|
@compositors << [action, modes, option]
|
72
|
-
elsif action = ActiveFacts::Generators.generators[option]
|
72
|
+
elsif (action, helptext = ActiveFacts::Generators.generators[option]) && action
|
73
73
|
options.delete(option)
|
74
74
|
check_options(action, modes)
|
75
75
|
@generators << [action, modes, option]
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: activefacts-compositions
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.9.
|
4
|
+
version: 1.9.22
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Clifford Heath
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2018-04-
|
11
|
+
date: 2018-04-23 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: bundler
|