refinerycms-dashboard 0.9.9.16 → 0.9.9.17

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.
@@ -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.13}
22
+ plugin.version = %q{0.9.9.17}
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.16}
5
+ s.version = %q{0.9.9.17}
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-04-07}
8
+ s.date = %q{2011-04-15}
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.16'
74
+ s.add_dependency 'refinerycms-core', '= 0.9.9.17'
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.16
5
+ version: 0.9.9.17
6
6
  platform: ruby
7
7
  authors:
8
8
  - Resolve Digital
@@ -13,8 +13,7 @@ autorequire:
13
13
  bindir: bin
14
14
  cert_chain: []
15
15
 
16
- date: 2011-04-07 00:00:00 +12:00
17
- default_executable:
16
+ date: 2011-04-15 00:00:00 Z
18
17
  dependencies:
19
18
  - !ruby/object:Gem::Dependency
20
19
  name: refinerycms-core
@@ -24,7 +23,7 @@ dependencies:
24
23
  requirements:
25
24
  - - "="
26
25
  - !ruby/object:Gem::Version
27
- version: 0.9.9.16
26
+ version: 0.9.9.17
28
27
  type: :runtime
29
28
  version_requirements: *id001
30
29
  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.
@@ -76,7 +75,6 @@ files:
76
75
  - lib/refinerycms-dashboard.rb
77
76
  - license.md
78
77
  - refinerycms-dashboard.gemspec
79
- has_rdoc: true
80
78
  homepage: http://refinerycms.com
81
79
  licenses:
82
80
  - MIT
@@ -100,7 +98,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
100
98
  requirements: []
101
99
 
102
100
  rubyforge_project: refinerycms
103
- rubygems_version: 1.6.1
101
+ rubygems_version: 1.7.2
104
102
  signing_key:
105
103
  specification_version: 3
106
104
  summary: Dashboard engine for Refinery CMS