active_admin_sidebar 0.0.2 → 0.0.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.
data/README.rdoc CHANGED
@@ -36,3 +36,10 @@ Add including of css file
36
36
 
37
37
  to the app/assets/stylesheets/active_admin.css.scss
38
38
 
39
+
40
+
41
+ http://oi45.tinypic.com/1zx1a3r.png
42
+
43
+
44
+
45
+
@@ -6,7 +6,7 @@ require 'active_admin_sidebar/positions'
6
6
  module ActiveAdminSidebar
7
7
  class Engine < Rails::Engine
8
8
  config.after_initialize do
9
- ActiveAdmin::ResourceController.send :include, ActiveAdminSidebar::Positions
9
+ ActiveAdmin::BaseController.send :include, ActiveAdminSidebar::Positions
10
10
  end
11
11
  end
12
12
  end
@@ -1,3 +1,3 @@
1
1
  module ActiveAdminSidebar
2
- VERSION = "0.0.2"
2
+ VERSION = "0.0.3"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: active_admin_sidebar
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.2
4
+ version: 0.0.3
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -9,11 +9,11 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2012-11-12 00:00:00.000000000 Z
12
+ date: 2012-12-21 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: activeadmin
16
- requirement: &70168257822220 !ruby/object:Gem::Requirement
16
+ requirement: &70121591564720 !ruby/object:Gem::Requirement
17
17
  none: false
18
18
  requirements:
19
19
  - - ! '>='
@@ -21,7 +21,7 @@ dependencies:
21
21
  version: '0'
22
22
  type: :runtime
23
23
  prerelease: false
24
- version_requirements: *70168257822220
24
+ version_requirements: *70121591564720
25
25
  description: extension for activeadmin gem to manage sidebar
26
26
  email:
27
27
  - fedoronchuk@gmail.com