customize_admin 0.0.12 → 0.0.13

Sign up to get free protection for your applications and to get access to all the features.
@@ -8,6 +8,9 @@ module CustomizeAdmin
8
8
  mattr_accessor :admin_user
9
9
  @@admin_user = "AdminUser"
10
10
 
11
+ mattr_accessor :per_page
12
+ @@per_page = 50
13
+
11
14
  def self.setup
12
15
  yield self
13
16
  end
@@ -1,3 +1,3 @@
1
1
  module CustomizeAdmin
2
- VERSION = "0.0.12"
2
+ VERSION = "0.0.13"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: customize_admin
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.12
4
+ version: 0.0.13
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: