everyday_thor_util 1.5.2 → 1.5.3
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 +4 -4
- data/lib/everyday_thor_util/plugin-helper.rb +1 -0
- data/lib/everyday_thor_util/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: a4933cc01822d079d24c49797f21f63950013a35
|
|
4
|
+
data.tar.gz: 40e091bb1f4c9c7b327b6a55181648e5c26fdf74
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 72da6bc447c1abf6622ec89dc06d0a2d71a305156dd3400e7a519cf6fe5776c588e0f339d2aa59c462c553a7db1fa87bcbab84351e807734be5debe5ad40e928
|
|
7
|
+
data.tar.gz: 90ca9175ae5d2cd262414f8d114fe29fea0409561322596b16995b71d90710946bf3ded6b8eb7cb3b1a77d90627bf5b50571270beaaf798dc31929ef8e83bb71
|
|
@@ -68,6 +68,7 @@ module EverydayThorUtil
|
|
|
68
68
|
aliases.each { |a|
|
|
69
69
|
command_class2 = Class.new(Thor)
|
|
70
70
|
command_class2.namespace a
|
|
71
|
+
Plugins.get helper_symbol, command_class2, id unless helper_symbol.nil?
|
|
71
72
|
Plugins.get flag_symbol, command_class2, id, true
|
|
72
73
|
Plugins.get command_symbol, command_class2, id
|
|
73
74
|
Plugins.get flag_symbol, parent_class, id, false
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: everyday_thor_util
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.5.
|
|
4
|
+
version: 1.5.3
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Eric Henderson
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2014-
|
|
11
|
+
date: 2014-06-15 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: bundler
|