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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: ea9823bc4d68063cc02d34dca579c83cf1f89fbf
4
- data.tar.gz: 22a53982e3234e08d54d4bd9bd4991252fa3ae6c
3
+ metadata.gz: 0b0529a993309d99d2fafab56c94ce5b6073a9b1
4
+ data.tar.gz: 5ac6e6dc4a73eaec3932ac77e0ae3edf32778753
5
5
  SHA512:
6
- metadata.gz: b1b66b8ab41e1c87b535a048f3b0066d1dccf82973ce30ed773115ce024b8b969ad54158e43fb2c398c349e6ab5175ee0effe8d5781c3165cdcf115b3edddd62
7
- data.tar.gz: 6ad124a4f32f7c596131f0e41cfb537d1e1d612ee4455ee43b7e68af3cff49a11aa4faf9a26ec789951889d341857c6fc10e9f48c328da1678584532a72b4413
6
+ metadata.gz: 4c9fed6573fac44f114709aa6473ed5e07d76768a1d732b08bde8c721e5bcdee6c8ae58a20aa3eb9cb02a9419268d1727651c8fb4e50def3f78847da92f5b22e
7
+ data.tar.gz: c5bd764ca01e276c998cace42068d71f3e2fbdcff2cb1ba5ef09e174f5aa2c4775e45a1a61ef19b4ddbddd54bb02cd0c23af9d7886043bdbe9c492a7bce477b8
@@ -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
@@ -1,3 +1,3 @@
1
1
  module Apidae
2
- VERSION = "0.7.2"
2
+ VERSION = "0.7.3"
3
3
  end
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.2
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-08 00:00:00.000000000 Z
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