refinerycms-dashboard 2.0.0 → 2.0.1
Sign up to get free protection for your applications and to get access to all the features.
- data/config/routes.rb +1 -3
- data/lib/refinery/dashboard/engine.rb +1 -1
- data/license.md +1 -1
- metadata +7 -7
data/config/routes.rb
CHANGED
@@ -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 = {
|
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-
|
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:
|
4
|
+
hash: 13
|
5
5
|
prerelease:
|
6
6
|
segments:
|
7
7
|
- 2
|
8
8
|
- 0
|
9
|
-
-
|
10
|
-
version: 2.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-
|
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:
|
30
|
+
hash: 13
|
31
31
|
segments:
|
32
32
|
- 2
|
33
33
|
- 0
|
34
|
-
-
|
35
|
-
version: 2.0.
|
34
|
+
- 1
|
35
|
+
version: 2.0.1
|
36
36
|
version_requirements: *id001
|
37
37
|
name: refinerycms-core
|
38
38
|
type: :runtime
|