refinerycms-dashboard 2.0.0 → 2.0.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.
data/config/routes.rb CHANGED
@@ -1,7 +1,5 @@
1
- Refinery::Core::Engine.routes.draw do
1
+ Refinery::Core::Engine.routes.prepend do
2
2
  namespace :admin, :path => 'refinery' do
3
- root :to => 'dashboard#index'
4
-
5
3
  get 'dashboard', :to => 'dashboard#index', :as => :dashboard
6
4
 
7
5
  match 'disable_upgrade_message',
@@ -16,7 +16,7 @@ module Refinery
16
16
  plugin.version = %q{2.0.0}
17
17
  plugin.always_allow_access = true
18
18
  plugin.dashboard = true
19
- plugin.url = { :controller => '/refinery/admin/dashboard' }
19
+ plugin.url = proc { Refinery::Core::Engine.routes.url_helpers.admin_dashboard_path }
20
20
  end
21
21
  end
22
22
 
data/license.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # MIT License
2
2
 
3
- Copyright (c) 2005-2011 [Resolve Digital](http://www.resolvedigital.com)
3
+ Copyright (c) 2005-2012 [Resolve Digital](http://www.resolvedigital.com)
4
4
 
5
5
  Permission is hereby granted, free of charge, to any person obtaining a copy
6
6
  of this software and associated documentation files (the "Software"), to deal
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: refinerycms-dashboard
3
3
  version: !ruby/object:Gem::Version
4
- hash: 15
4
+ hash: 13
5
5
  prerelease:
6
6
  segments:
7
7
  - 2
8
8
  - 0
9
- - 0
10
- version: 2.0.0
9
+ - 1
10
+ version: 2.0.1
11
11
  platform: ruby
12
12
  authors:
13
13
  - Philip Arndt
@@ -18,7 +18,7 @@ autorequire:
18
18
  bindir: bin
19
19
  cert_chain: []
20
20
 
21
- date: 2012-03-01 00:00:00 Z
21
+ date: 2012-03-06 00:00:00 Z
22
22
  dependencies:
23
23
  - !ruby/object:Gem::Dependency
24
24
  prerelease: false
@@ -27,12 +27,12 @@ dependencies:
27
27
  requirements:
28
28
  - - "="
29
29
  - !ruby/object:Gem::Version
30
- hash: 15
30
+ hash: 13
31
31
  segments:
32
32
  - 2
33
33
  - 0
34
- - 0
35
- version: 2.0.0
34
+ - 1
35
+ version: 2.0.1
36
36
  version_requirements: *id001
37
37
  name: refinerycms-core
38
38
  type: :runtime