5
5
6
6
Gem ::Specification . new do |s |
7
7
s . name = %q{activeadmin}
8
- s . version = "0.1.0 "
8
+ s . version = "0.1.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" ]
12
- s . date = %q{2010-09-07 }
12
+ s . date = %q{2010-09-15 }
13
13
s . description = %q{The administration framework for Ruby on Rails.}
14
14
s . email = %q{gregdbell@gmail.com}
15
15
s . extra_rdoc_files = [
@@ -24,6 +24,7 @@ Gem::Specification.new do |s|
24
24
"README.rdoc" ,
25
25
"Rakefile" ,
26
26
"active_admin.gemspec" ,
27
+ "activeadmin.gemspec" ,
27
28
"lib/active_admin.rb" ,
28
29
"lib/active_admin/action_builder.rb" ,
29
30
"lib/active_admin/action_items.rb" ,
@@ -109,7 +110,7 @@ Gem::Specification.new do |s|
109
110
s . homepage = %q{http://github.com/gregbell/active_admin}
110
111
s . rdoc_options = [ "--charset=UTF-8" ]
111
112
s . require_paths = [ "lib" ]
112
- s . rubygems_version = %q{1.3.6 }
113
+ s . rubygems_version = %q{1.3.7 }
113
114
s . summary = %q{The administration framework for Ruby on Rails.}
114
115
s . test_files = [
115
116
"spec/integration/dashboard_spec.rb" ,
@@ -148,7 +149,7 @@ Gem::Specification.new do |s|
148
149
current_version = Gem ::Specification ::CURRENT_SPECIFICATION_VERSION
149
150
s . specification_version = 3
150
151
151
- if Gem ::Version . new ( Gem ::RubyGemsVersion ) >= Gem ::Version . new ( '1.2.0' ) then
152
+ if Gem ::Version . new ( Gem ::VERSION ) >= Gem ::Version . new ( '1.2.0' ) then
152
153
s . add_runtime_dependency ( %q<rails> , [ ">= 3.0.0" ] )
153
154
s . add_runtime_dependency ( %q<formtastic> , [ ">= 1.1.0.beta" ] )
154
155
s . add_runtime_dependency ( %q<will_paginate> , [ ">= 3.0.pre2" ] )
0 commit comments