refinerycms-dashboard 2.0.9 → 2.0.10
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.
- checksums.yaml +7 -0
- data/license.md +1 -1
- metadata +9 -19
checksums.yaml
ADDED
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
---
|
|
2
|
+
SHA1:
|
|
3
|
+
metadata.gz: dceff109499632b1464d65b28a5d9f58703e4db5
|
|
4
|
+
data.tar.gz: 12386e5e5986b0ef8bbe999aa482cfb7aa777084
|
|
5
|
+
SHA512:
|
|
6
|
+
metadata.gz: 6018b649e24fba403eb13f26494771e6cca7f6edbbd9492c122496eb4d1baf7fc500413f70e2c00a7a88c06f73e236cff81f44090304e91c19501786d58cbaa6
|
|
7
|
+
data.tar.gz: b80405ed70f30cc62089088d7c6252e66456a081b11e81c70f1fb3d96eeb67933c5433c9641792d1c62b3d7d7d1083c68b1178fca8f20faf0c39c0ba6777c42d
|
data/license.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# MIT License
|
|
2
2
|
|
|
3
|
-
Copyright (c) 2005-
|
|
3
|
+
Copyright (c) 2005-2013 [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,8 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: refinerycms-dashboard
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 2.0.
|
|
5
|
-
prerelease:
|
|
4
|
+
version: 2.0.10
|
|
6
5
|
platform: ruby
|
|
7
6
|
authors:
|
|
8
7
|
- Philip Arndt
|
|
@@ -11,24 +10,22 @@ authors:
|
|
|
11
10
|
autorequire:
|
|
12
11
|
bindir: bin
|
|
13
12
|
cert_chain: []
|
|
14
|
-
date:
|
|
13
|
+
date: 2013-03-14 00:00:00.000000000 Z
|
|
15
14
|
dependencies:
|
|
16
15
|
- !ruby/object:Gem::Dependency
|
|
17
16
|
name: refinerycms-core
|
|
18
17
|
requirement: !ruby/object:Gem::Requirement
|
|
19
|
-
none: false
|
|
20
18
|
requirements:
|
|
21
19
|
- - '='
|
|
22
20
|
- !ruby/object:Gem::Version
|
|
23
|
-
version: 2.0.
|
|
21
|
+
version: 2.0.10
|
|
24
22
|
type: :runtime
|
|
25
23
|
prerelease: false
|
|
26
24
|
version_requirements: !ruby/object:Gem::Requirement
|
|
27
|
-
none: false
|
|
28
25
|
requirements:
|
|
29
26
|
- - '='
|
|
30
27
|
- !ruby/object:Gem::Version
|
|
31
|
-
version: 2.0.
|
|
28
|
+
version: 2.0.10
|
|
32
29
|
description: The dashboard is usually the first extension the user sees in the backend
|
|
33
30
|
of Refinery CMS. It displays useful information and contains links to common functionality.
|
|
34
31
|
email: info@refinerycms.com
|
|
@@ -82,33 +79,26 @@ files:
|
|
|
82
79
|
homepage: http://refinerycms.com
|
|
83
80
|
licenses:
|
|
84
81
|
- MIT
|
|
82
|
+
metadata: {}
|
|
85
83
|
post_install_message:
|
|
86
84
|
rdoc_options: []
|
|
87
85
|
require_paths:
|
|
88
86
|
- lib
|
|
89
87
|
required_ruby_version: !ruby/object:Gem::Requirement
|
|
90
|
-
none: false
|
|
91
88
|
requirements:
|
|
92
|
-
- -
|
|
89
|
+
- - '>='
|
|
93
90
|
- !ruby/object:Gem::Version
|
|
94
91
|
version: '0'
|
|
95
|
-
segments:
|
|
96
|
-
- 0
|
|
97
|
-
hash: -513494269538220997
|
|
98
92
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
99
|
-
none: false
|
|
100
93
|
requirements:
|
|
101
|
-
- -
|
|
94
|
+
- - '>='
|
|
102
95
|
- !ruby/object:Gem::Version
|
|
103
96
|
version: '0'
|
|
104
|
-
segments:
|
|
105
|
-
- 0
|
|
106
|
-
hash: -513494269538220997
|
|
107
97
|
requirements: []
|
|
108
98
|
rubyforge_project: refinerycms
|
|
109
|
-
rubygems_version:
|
|
99
|
+
rubygems_version: 2.0.3
|
|
110
100
|
signing_key:
|
|
111
|
-
specification_version:
|
|
101
|
+
specification_version: 4
|
|
112
102
|
summary: Dashboard extension for Refinery CMS
|
|
113
103
|
test_files:
|
|
114
104
|
- spec/requests/refinery/admin/dashboard_spec.rb
|