refinerycms-dashboard 0.9.9.13 → 0.9.9.14

Sign up to get free protection for your applications and to get access to all the features.
@@ -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.9.9}
22
+ plugin.version = %q{0.9.9.13}
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.9.9.13}
5
+ s.version = %q{0.9.9.14}
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-03-28}
8
+ s.date = %q{2011-03-31}
9
9
  s.email = %q{info@refinerycms.com}
10
10
  s.homepage = %q{http://refinerycms.com}
11
11
  s.rubyforge_project = %q{refinerycms}
@@ -71,5 +71,5 @@ Gem::Specification.new do |s|
71
71
  'refinerycms-dashboard.gemspec'
72
72
  ]
73
73
 
74
- s.add_dependency 'refinerycms-core', '~> 0.9.9.13'
74
+ s.add_dependency 'refinerycms-core', '~> 0.9.9.14'
75
75
  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.9.9.13
5
+ version: 0.9.9.14
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-03-28 00:00:00 +13:00
16
+ date: 2011-03-31 00:00:00 +13: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.9.9.13
27
+ version: 0.9.9.14
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.