rails_api_documentation 0.1.8 → 0.1.9
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/rails_api_doc/version.rb +1 -1
- data/lib/rails_api_doc.rb +3 -3
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 4c67c2cdc12a310b1972630df13fa2a7dbab76e5
|
4
|
+
data.tar.gz: cd2a6c178374ad1a8e9e9870fca0efe7f00c0796
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 00397485504bad53e5ea83f3414165d59a9328375461cfb78355d650ced0e2615be6f7aaf4a4691686a059885f8eacb3e16642f36e00f2473139364675a391b8
|
7
|
+
data.tar.gz: e533be586b8eb26d39ce266ecccb45d37e911e20afda1f8d6eaf058d6108bc50ae48398d238611bf2fa8440879c71aaea7ebacd4b5225b2b489ebd1c707232c1
|
data/lib/rails_api_doc.rb
CHANGED
@@ -24,9 +24,6 @@ module RailsApiDoc
|
|
24
24
|
|
25
25
|
end
|
26
26
|
|
27
|
-
require 'rails_api_doc/version'
|
28
|
-
require 'rails_api_doc/engine'
|
29
|
-
|
30
27
|
# constants for defining in controllers
|
31
28
|
# TODO: move to namespace ?
|
32
29
|
class Bool
|
@@ -37,3 +34,6 @@ end
|
|
37
34
|
|
38
35
|
class Nested
|
39
36
|
end
|
37
|
+
|
38
|
+
require 'rails_api_doc/version'
|
39
|
+
require 'rails_api_doc/engine'
|