ifd_tools 0.3.0 → 0.3.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.
- data/lib/ifd_tools/engine.rb +1 -0
- data/lib/ifd_tools/version.rb +1 -1
- metadata +3 -3
data/lib/ifd_tools/engine.rb
CHANGED
@@ -8,6 +8,7 @@ module IfdTools
|
|
8
8
|
|
9
9
|
initializer "ifd_tools.active_admin" do |app|
|
10
10
|
::ActiveAdmin::Event.subscribe ::ActiveAdmin::Application::BeforeLoadEvent do |app|
|
11
|
+
app.load_paths << File.expand_path( File.dirname(__FILE__) + "../../../app/admin" )
|
11
12
|
::ActiveAdmin::Resource.send(:include, IfdTools::ActiveAdmin::CanCan::ActionItems)
|
12
13
|
end
|
13
14
|
end
|
data/lib/ifd_tools/version.rb
CHANGED
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: ifd_tools
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.3.
|
4
|
+
version: 0.3.1
|
5
5
|
prerelease:
|
6
6
|
platform: ruby
|
7
7
|
authors:
|
@@ -460,7 +460,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
460
460
|
version: '0'
|
461
461
|
segments:
|
462
462
|
- 0
|
463
|
-
hash: -
|
463
|
+
hash: -3027776221974242660
|
464
464
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
465
465
|
none: false
|
466
466
|
requirements:
|
@@ -469,7 +469,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
469
469
|
version: '0'
|
470
470
|
segments:
|
471
471
|
- 0
|
472
|
-
hash: -
|
472
|
+
hash: -3027776221974242660
|
473
473
|
requirements: []
|
474
474
|
rubyforge_project:
|
475
475
|
rubygems_version: 1.8.24
|