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 +4 -4
- data/Gemfile.lock +1 -1
- data/lib/apidoco_dsl/documentable.rb +1 -0
- data/lib/apidoco_dsl/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 71affbb8f5cae07a770373126d2cfd009485199563a5d64027a65ec64bde153a
|
|
4
|
+
data.tar.gz: 22a7acaf4ea0898e0d26928b4f6d9d1c9fbf3576664c0559e014e87a42dd5e87
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 242041889ccabaa07c778882a6662c0922a1d14dba918b30df3b1e77a1950dec6d0423addebc102b3020ef804ea736675088c438348a575aa36f572d6322da04
|
|
7
|
+
data.tar.gz: a15bc5aa08534d37b5cbb696ba77d56856bf8332ec6548824f134c9fca00b301eb2791d8738fac1d330274b23c35f82380bfa172b410c8e1d2431aa9894f680b
|
data/Gemfile.lock
CHANGED
|
@@ -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
|
data/lib/apidoco_dsl/version.rb
CHANGED
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.
|
|
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-
|
|
11
|
+
date: 2020-06-04 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: apidoco
|