apidoco_dsl 0.1.0 → 0.1.1

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
  SHA256:
3
- metadata.gz: b2ac5c3c67fb00766a4f2b0e950d5a78fcb3856ca7aa326bda1190178ed4782b
4
- data.tar.gz: c31cbdb3a36888731cfc8de10ff1126e745ba2fec09184f021655a81cd0dd7c3
3
+ metadata.gz: 71affbb8f5cae07a770373126d2cfd009485199563a5d64027a65ec64bde153a
4
+ data.tar.gz: 22a7acaf4ea0898e0d26928b4f6d9d1c9fbf3576664c0559e014e87a42dd5e87
5
5
  SHA512:
6
- metadata.gz: 63e799515b3cf792abed9424abee6afca94165a84851290ef7dafa7feb9dadb8915e765bb06e143453e26965a3aa87f89c80335f91be8f949bad94ff97193493
7
- data.tar.gz: c668eb909680132161998c93c0d47e4e1bf0c98a402690af54f3a109ed88cbf7b16f11cd77209be3c3a6201c023abce1e45ba0409b58d68ba2eff0575b946e65
6
+ metadata.gz: 242041889ccabaa07c778882a6662c0922a1d14dba918b30df3b1e77a1950dec6d0423addebc102b3020ef804ea736675088c438348a575aa36f572d6322da04
7
+ data.tar.gz: a15bc5aa08534d37b5cbb696ba77d56856bf8332ec6548824f134c9fca00b301eb2791d8738fac1d330274b23c35f82380bfa172b410c8e1d2431aa9894f680b
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- apidoco_dsl (0.1.0)
4
+ apidoco_dsl (0.1.1)
5
5
  apidoco (~> 1.5)
6
6
  kramdown
7
7
 
@@ -54,6 +54,7 @@ module ApidocoDsl
54
54
  pg = @api.param_groups[group_name].deep_dup
55
55
  #pg.reparent(self) # Make the calling object the top-level parent for every param in this group
56
56
 
57
+ return false unless pg # FIXME This seems more like an autoloading issue than anything?
57
58
  pg.params.each do |param|
58
59
  push_to << param
59
60
  end
@@ -1,3 +1,3 @@
1
1
  module ApidocoDsl
2
- VERSION = "0.1.0"
2
+ VERSION = "0.1.1"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: apidoco_dsl
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Steve Lewis
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2020-06-03 00:00:00.000000000 Z
11
+ date: 2020-06-04 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: apidoco