refinerycms-dashboard 0.9.9.22 → 1.0.0
Sign up to get free protection for your applications and to get access to all the features.
@@ -32,7 +32,7 @@
|
|
32
32
|
<%= render :partial => 'additional_dashboard_menu_items' %>
|
33
33
|
</ul>
|
34
34
|
|
35
|
-
<% if
|
35
|
+
<% if ::Refinery.i18n_enabled? %>
|
36
36
|
<% locales = ::Refinery::I18n.locales.clone %>
|
37
37
|
<% current_locale = ::I18n.locale %>
|
38
38
|
<% current_locale_title = locales.delete(current_locale) %>
|
@@ -19,7 +19,7 @@ module Refinery
|
|
19
19
|
plugin.url = {:controller => '/admin/dashboard', :action => 'index'}
|
20
20
|
plugin.menu_match = /(admin|refinery)\/(refinery_)?dashboard$/
|
21
21
|
plugin.directory = 'dashboard'
|
22
|
-
plugin.version = %q{0.
|
22
|
+
plugin.version = %q{1.0.0}
|
23
23
|
plugin.always_allow_access = true
|
24
24
|
plugin.dashboard = true
|
25
25
|
end
|
@@ -2,10 +2,10 @@
|
|
2
2
|
|
3
3
|
Gem::Specification.new do |s|
|
4
4
|
s.name = %q{refinerycms-dashboard}
|
5
|
-
s.version = %q{0.
|
5
|
+
s.version = %q{1.0.0}
|
6
6
|
s.summary = %q{Dashboard engine for Refinery CMS}
|
7
7
|
s.description = %q{The dashboard is usually the first engine the user sees in the backend of Refinery CMS. It displays useful information and contains links to common functionality.}
|
8
|
-
s.date = %q{2011-05-
|
8
|
+
s.date = %q{2011-05-28}
|
9
9
|
s.email = %q{info@refinerycms.com}
|
10
10
|
s.homepage = %q{http://refinerycms.com}
|
11
11
|
s.rubyforge_project = %q{refinerycms}
|
@@ -72,5 +72,5 @@ Gem::Specification.new do |s|
|
|
72
72
|
'refinerycms-dashboard.gemspec'
|
73
73
|
]
|
74
74
|
|
75
|
-
s.add_dependency 'refinerycms-core', '= 0.
|
75
|
+
s.add_dependency 'refinerycms-core', '= 1.0.0'
|
76
76
|
end
|
metadata
CHANGED
@@ -2,7 +2,7 @@
|
|
2
2
|
name: refinerycms-dashboard
|
3
3
|
version: !ruby/object:Gem::Version
|
4
4
|
prerelease:
|
5
|
-
version: 0.
|
5
|
+
version: 1.0.0
|
6
6
|
platform: ruby
|
7
7
|
authors:
|
8
8
|
- Resolve Digital
|
@@ -13,7 +13,7 @@ autorequire:
|
|
13
13
|
bindir: bin
|
14
14
|
cert_chain: []
|
15
15
|
|
16
|
-
date: 2011-05-
|
16
|
+
date: 2011-05-28 00:00:00 +12:00
|
17
17
|
default_executable:
|
18
18
|
dependencies:
|
19
19
|
- !ruby/object:Gem::Dependency
|
@@ -24,7 +24,7 @@ dependencies:
|
|
24
24
|
requirements:
|
25
25
|
- - "="
|
26
26
|
- !ruby/object:Gem::Version
|
27
|
-
version: 0.
|
27
|
+
version: 1.0.0
|
28
28
|
type: :runtime
|
29
29
|
version_requirements: *id001
|
30
30
|
description: The dashboard is usually the first engine the user sees in the backend of Refinery CMS. It displays useful information and contains links to common functionality.
|