activeadmin 0.2.0 → 0.2.1

Sign up to get free protection for your applications and to get access to all the features.

Potentially problematic release.


This version of activeadmin might be problematic. Click here for more details.

@@ -1,3 +1,8 @@
1
+ == 0.2.1 (2011-05-12)
2
+
3
+ * Bug Fixes
4
+ * Fixed issue with dashboard rendering a sidebar
5
+
1
6
  == 0.2.0 (2011-05-12)
2
7
 
3
8
  0.2.0 is essentially an entire re-write of Active Admin. Here are some
@@ -5,7 +5,7 @@
5
5
 
6
6
  Gem::Specification.new do |s|
7
7
  s.name = %q{activeadmin}
8
- s.version = "0.2.0"
8
+ s.version = "0.2.1"
9
9
 
10
10
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
11
11
  s.authors = ["Greg Bell"]
@@ -1,3 +1,3 @@
1
1
  module ActiveAdmin
2
- VERSION = '0.2.0'
2
+ VERSION = '0.2.1'
3
3
  end
@@ -71,8 +71,7 @@ module ActiveAdmin
71
71
  end
72
72
 
73
73
  def build_page_content
74
- # TODO: Skip sidebar
75
- div :id => "content", :class => "with_sidebar" do
74
+ div :id => "content", :class => (skip_sidebar? ? "without_sidebar" : "with_sidebar") do
76
75
  build_flash_messages
77
76
  build_main_content_wrapper
78
77
  build_sidebar
metadata CHANGED
@@ -2,7 +2,7 @@
2
2
  name: activeadmin
3
3
  version: !ruby/object:Gem::Version
4
4
  prerelease:
5
- version: 0.2.0
5
+ version: 0.2.1
6
6
  platform: ruby
7
7
  authors:
8
8
  - Greg Bell
@@ -373,7 +373,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
373
373
  requirements:
374
374
  - - ">="
375
375
  - !ruby/object:Gem::Version
376
- hash: -78845124760778336
376
+ hash: -2250250716977270514
377
377
  segments:
378
378
  - 0
379
379
  version: "0"