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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 844f00a51607447cf1d629f514f7afe06d20a996
4
- data.tar.gz: 6274fe0597c71587a0102637e2f83540b907919d
3
+ metadata.gz: 300cb201900fd72d2938ad450aacb8628553b4d8
4
+ data.tar.gz: cd98524b4e5525f9fe2ff0ee5f420bbef51f36ea
5
5
  SHA512:
6
- metadata.gz: fd447a4faf7b38663e95bce5b1576f6097ac3ecee9779f0e5a63ef15119ce9983445916e02371579ab3dca77115fdf175eca01ba6d571e85a4f5783ded448a55
7
- data.tar.gz: 1ebdb686870e87e07287f66a770d4711b5f7b0bf72e9e7cc271f5e13f2e94e5ac26c0b1c0b58e7631dee787323683c9e3ecd203af08a93e8eb19861df839a638
6
+ metadata.gz: 7a0ed81d7d13fd33579be4c56b765c3b804f311fb8c5da85c9d75ca6a190d23a136d3abab4459851efa4b4891117013501a17325535f951ee047782a1ff2687f
7
+ data.tar.gz: ca7e4c460031087fb52f9655ea3a603098827bfbd7f74704d9eddfdce9e9f1322709a0b705f2bb6fed3c1d491ecfa4e8f1577da572203148fef81d5caa2cc5e4
@@ -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]
@@ -1,5 +1,5 @@
1
1
  module ActiveFacts
2
2
  module Compositions
3
- VERSION = "1.9.21"
3
+ VERSION = "1.9.22"
4
4
  end
5
5
  end
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.21
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-20 00:00:00.000000000 Z
11
+ date: 2018-04-23 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler