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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 1e393a7a4c5f308c9c860190febb79e3a393225e
4
- data.tar.gz: 429a625a092745e4f0b422f99933fd7b76a409f6
3
+ metadata.gz: a4933cc01822d079d24c49797f21f63950013a35
4
+ data.tar.gz: 40e091bb1f4c9c7b327b6a55181648e5c26fdf74
5
5
  SHA512:
6
- metadata.gz: 1cec2097d74b1e130547f3a0e667e8398ea4ae5a4812abf26b2cfe4904d2f644f2a9cd1304b3aadbbd4a4b9748b60bc6628e529819deb703b2e4919bb096e697
7
- data.tar.gz: 6ed3970a5f1ae7022c7b1b54335832e14ffcadae07e5f43348b04705552d419907b44d25df21ed66076676c6aa2d493ef53adf4a54731108f55dd68892a969da
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
@@ -1,3 +1,3 @@
1
1
  module EverydayThorUtil
2
- VERSION = '1.5.2'
2
+ VERSION = '1.5.3'
3
3
  end
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.2
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-05-21 00:00:00.000000000 Z
11
+ date: 2014-06-15 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler