apidae 0.7.2 → 0.7.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 +4 -4
- data/lib/apidae/engine.rb +0 -2
- data/lib/apidae/version.rb +1 -1
- data/test/dummy/log/development.log +0 -0
- metadata +4 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 0b0529a993309d99d2fafab56c94ce5b6073a9b1
|
|
4
|
+
data.tar.gz: 5ac6e6dc4a73eaec3932ac77e0ae3edf32778753
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 4c9fed6573fac44f114709aa6473ed5e07d76768a1d732b08bde8c721e5bcdee6c8ae58a20aa3eb9cb02a9419268d1727651c8fb4e50def3f78847da92f5b22e
|
|
7
|
+
data.tar.gz: c5bd764ca01e276c998cace42068d71f3e2fbdcff2cb1ba5ef09e174f5aa2c4775e45a1a61ef19b4ddbddd54bb02cd0c23af9d7886043bdbe9c492a7bce477b8
|
data/lib/apidae/engine.rb
CHANGED
|
@@ -1,9 +1,7 @@
|
|
|
1
1
|
module Apidae
|
|
2
2
|
class Engine < Rails::Engine
|
|
3
3
|
isolate_namespace Apidae
|
|
4
|
-
# Include all helpers from main app
|
|
5
4
|
config.to_prepare do
|
|
6
|
-
ApplicationController.helper(ActionView::Helpers::ApplicationHelper)
|
|
7
5
|
Dir.glob(Rails.root + "app/decorators/**/*_decorator*.rb").each do |c|
|
|
8
6
|
require_dependency(c)
|
|
9
7
|
end
|
data/lib/apidae/version.rb
CHANGED
|
File without changes
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: apidae
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.7.
|
|
4
|
+
version: 0.7.3
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Jean-Baptiste Vilain
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2019-01-
|
|
11
|
+
date: 2019-01-16 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: rails
|
|
@@ -206,6 +206,7 @@ files:
|
|
|
206
206
|
- test/dummy/config/routes.rb
|
|
207
207
|
- test/dummy/config/secrets.yml
|
|
208
208
|
- test/dummy/db/schema.rb
|
|
209
|
+
- test/dummy/log/development.log
|
|
209
210
|
- test/dummy/log/test.log
|
|
210
211
|
- test/dummy/public/404.html
|
|
211
212
|
- test/dummy/public/422.html
|
|
@@ -288,6 +289,7 @@ test_files:
|
|
|
288
289
|
- test/dummy/public/404.html
|
|
289
290
|
- test/dummy/db/schema.rb
|
|
290
291
|
- test/dummy/log/test.log
|
|
292
|
+
- test/dummy/log/development.log
|
|
291
293
|
- test/dummy/README.rdoc
|
|
292
294
|
- test/integration/navigation_test.rb
|
|
293
295
|
- test/models/apidae/object_test.rb
|