admin_data 1.2.0 → 1.2.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.
@@ -1,38 +1,38 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- admin_data (1.2.0)
4
+ admin_data (1.2.1)
5
5
  rails (~> 3.1)
6
6
  will_paginate (>= 3.0.0)
7
7
 
8
8
  GEM
9
9
  remote: http://rubygems.org/
10
10
  specs:
11
- actionmailer (3.2.2)
12
- actionpack (= 3.2.2)
13
- mail (~> 2.4.0)
14
- actionpack (3.2.2)
15
- activemodel (= 3.2.2)
16
- activesupport (= 3.2.2)
11
+ actionmailer (3.2.3)
12
+ actionpack (= 3.2.3)
13
+ mail (~> 2.4.4)
14
+ actionpack (3.2.3)
15
+ activemodel (= 3.2.3)
16
+ activesupport (= 3.2.3)
17
17
  builder (~> 3.0.0)
18
18
  erubis (~> 2.7.0)
19
19
  journey (~> 1.0.1)
20
20
  rack (~> 1.4.0)
21
- rack-cache (~> 1.1)
21
+ rack-cache (~> 1.2)
22
22
  rack-test (~> 0.6.1)
23
23
  sprockets (~> 2.1.2)
24
- activemodel (3.2.2)
25
- activesupport (= 3.2.2)
24
+ activemodel (3.2.3)
25
+ activesupport (= 3.2.3)
26
26
  builder (~> 3.0.0)
27
- activerecord (3.2.2)
28
- activemodel (= 3.2.2)
29
- activesupport (= 3.2.2)
27
+ activerecord (3.2.3)
28
+ activemodel (= 3.2.3)
29
+ activesupport (= 3.2.3)
30
30
  arel (~> 3.0.2)
31
31
  tzinfo (~> 0.3.29)
32
- activeresource (3.2.2)
33
- activemodel (= 3.2.2)
34
- activesupport (= 3.2.2)
35
- activesupport (3.2.2)
32
+ activeresource (3.2.3)
33
+ activemodel (= 3.2.3)
34
+ activesupport (= 3.2.3)
35
+ activesupport (3.2.3)
36
36
  i18n (~> 0.6)
37
37
  multi_json (~> 1.0)
38
38
  arel (3.0.2)
@@ -41,13 +41,13 @@ GEM
41
41
  hike (1.2.1)
42
42
  i18n (0.6.0)
43
43
  journey (1.0.3)
44
- json (1.6.5)
45
- mail (2.4.3)
44
+ json (1.7.0)
45
+ mail (2.4.4)
46
46
  i18n (>= 0.4.0)
47
47
  mime-types (~> 1.16)
48
48
  treetop (~> 1.4.8)
49
- mime-types (1.17.2)
50
- multi_json (1.1.0)
49
+ mime-types (1.18)
50
+ multi_json (1.3.4)
51
51
  polyglot (0.3.3)
52
52
  rack (1.4.1)
53
53
  rack-cache (1.2)
@@ -56,17 +56,17 @@ GEM
56
56
  rack
57
57
  rack-test (0.6.1)
58
58
  rack (>= 1.0)
59
- rails (3.2.2)
60
- actionmailer (= 3.2.2)
61
- actionpack (= 3.2.2)
62
- activerecord (= 3.2.2)
63
- activeresource (= 3.2.2)
64
- activesupport (= 3.2.2)
59
+ rails (3.2.3)
60
+ actionmailer (= 3.2.3)
61
+ actionpack (= 3.2.3)
62
+ activerecord (= 3.2.3)
63
+ activeresource (= 3.2.3)
64
+ activesupport (= 3.2.3)
65
65
  bundler (~> 1.0)
66
- railties (= 3.2.2)
67
- railties (3.2.2)
68
- actionpack (= 3.2.2)
69
- activesupport (= 3.2.2)
66
+ railties (= 3.2.3)
67
+ railties (3.2.3)
68
+ actionpack (= 3.2.3)
69
+ activesupport (= 3.2.3)
70
70
  rack-ssl (~> 1.3.2)
71
71
  rake (>= 0.8.7)
72
72
  rdoc (~> 3.4)
@@ -74,7 +74,7 @@ GEM
74
74
  rake (0.8.7)
75
75
  rdoc (3.12)
76
76
  json (~> 1.4)
77
- sprockets (2.1.2)
77
+ sprockets (2.1.3)
78
78
  hike (~> 1.2)
79
79
  rack (~> 1.0)
80
80
  tilt (~> 1.1, != 1.3.0)
@@ -83,7 +83,7 @@ GEM
83
83
  treetop (1.4.10)
84
84
  polyglot
85
85
  polyglot (>= 0.3.1)
86
- tzinfo (0.3.32)
86
+ tzinfo (0.3.33)
87
87
  will_paginate (3.0.3)
88
88
 
89
89
  PLATFORMS
@@ -1,6 +1,8 @@
1
1
  module AdminData
2
2
  class HomeController < ApplicationController
3
3
 
4
+ layout 'admin_data'
5
+
4
6
  def index
5
7
  respond_to do |format|
6
8
  format.html
@@ -2,7 +2,15 @@ module AdminData
2
2
  class Engine < Rails::Engine
3
3
 
4
4
  initializer "admin_data precompile hook" do |app|
5
- app.config.assets.precompile += ['admin_data.js', 'admin_data.css']
5
+ app.config.assets.precompile += [
6
+ 'advance_search/*',
7
+ 'analytics/*',
8
+ 'misc/*',
9
+ 'vendor/*',
10
+ 'vendor/jquery-ui-1.7.2.custom.css',
11
+ 'admin_data.js',
12
+ 'admin_data.css'
13
+ ]
6
14
  end
7
15
 
8
16
  rake_tasks do
@@ -1,3 +1,3 @@
1
1
  module AdminData
2
- VERSION = '1.2.0'
2
+ VERSION = '1.2.1'
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: admin_data
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.2.0
4
+ version: 1.2.1
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-03-15 00:00:00.000000000Z
12
+ date: 2012-05-04 00:00:00.000000000Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: will_paginate
16
- requirement: &70354665761700 !ruby/object:Gem::Requirement
16
+ requirement: &70286892783720 !ruby/object:Gem::Requirement
17
17
  none: false
18
18
  requirements:
19
19
  - - ! '>='
@@ -21,10 +21,10 @@ dependencies:
21
21
  version: 3.0.0
22
22
  type: :runtime
23
23
  prerelease: false
24
- version_requirements: *70354665761700
24
+ version_requirements: *70286892783720
25
25
  - !ruby/object:Gem::Dependency
26
26
  name: rails
27
- requirement: &70354665761180 !ruby/object:Gem::Requirement
27
+ requirement: &70286892782480 !ruby/object:Gem::Requirement
28
28
  none: false
29
29
  requirements:
30
30
  - - ~>
@@ -32,7 +32,7 @@ dependencies:
32
32
  version: '3.1'
33
33
  type: :runtime
34
34
  prerelease: false
35
- version_requirements: *70354665761180
35
+ version_requirements: *70286892782480
36
36
  description: Manage data as if you own it
37
37
  email:
38
38
  - neeraj@BigBinary.com
@@ -222,7 +222,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
222
222
  version: '0'
223
223
  segments:
224
224
  - 0
225
- hash: 2871161530178594089
225
+ hash: -846742002018384792
226
226
  required_rubygems_version: !ruby/object:Gem::Requirement
227
227
  none: false
228
228
  requirements:
@@ -231,7 +231,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
231
231
  version: '0'
232
232
  segments:
233
233
  - 0
234
- hash: 2871161530178594089
234
+ hash: -846742002018384792
235
235
  requirements: []
236
236
  rubyforge_project: admin_data
237
237
  rubygems_version: 1.8.15