everyday_thor_util 2.0.2 → 2.0.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: f929d1d0b101083c8b1883c0b912b9a81d47cc84
4
- data.tar.gz: a89c6e92dea3dda294c4ebaeecc637cb087456a1
3
+ metadata.gz: a98acaf1e9ab0aa917b49bd28b6f84f65003ccca
4
+ data.tar.gz: ab9475835ec4f7a83bd12fc6fe784bb21c5e00e2
5
5
  SHA512:
6
- metadata.gz: 5df372dcaf50ccf8456ff049bb82fc96561d740d09526be61b2febcd66d59d25ebbbf8f7322774b1f547d292a53bc8a327b24acba308f7dfb44f7ca6abaf3f35
7
- data.tar.gz: 48773e7eb081c6bd52913b6b223187057b632185758b30cf30831fdb58d3253895cd4e53cf96bb4f42bd32394850d43ac7486e14b885843573a9e78d728286b9
6
+ metadata.gz: 99f8a9bb8f38205af73fcdf013d038226816cf6525f186340f058e0854ec20b22eba0cd4934dae3cb5a0e22ad028c8c302717064418791b5ad6188b1043e891e
7
+ data.tar.gz: df27db166a01983fd756f5e3067be264f26cfa7f37ee01fc4d5e442111ce03f60c039bc7a275ff4c2053930585d190545d9d652057ce50335d0c895af59c1ba7
@@ -210,7 +210,7 @@ module EverydayThorUtil
210
210
  end
211
211
 
212
212
  def build_flags(p, pc, has_children)
213
- p.flags.each { |fn, f| has_children ? pc.class_option(fn.to_sym, f) : pc.option(fn.to_sym, f) }
213
+ p.flags.flags.each { |fn, f| has_children ? pc.class_option(fn.to_sym, f) : pc.option(fn.to_sym, f) }
214
214
  end
215
215
 
216
216
  def build_recurse(p, pc)
@@ -1,3 +1,3 @@
1
1
  module EverydayThorUtil
2
- VERSION = '2.0.2'
2
+ VERSION = '2.0.3'
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: everyday_thor_util
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.0.2
4
+ version: 2.0.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Eric Henderson