refinerycms-dashboard 1.0.5 → 1.0.7
Sign up to get free protection for your applications and to get access to all the features.
- data/refinerycms-dashboard.gemspec +2 -2
- metadata +6 -6
@@ -3,7 +3,7 @@
|
|
3
3
|
|
4
4
|
Gem::Specification.new do |s|
|
5
5
|
s.name = %q{refinerycms-dashboard}
|
6
|
-
s.version = %q{1.0.
|
6
|
+
s.version = %q{1.0.7}
|
7
7
|
s.summary = %q{Dashboard engine for Refinery CMS}
|
8
8
|
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.}
|
9
9
|
s.date = %q{2011-08-31}
|
@@ -73,5 +73,5 @@ Gem::Specification.new do |s|
|
|
73
73
|
'refinerycms-dashboard.gemspec'
|
74
74
|
]
|
75
75
|
|
76
|
-
s.add_dependency 'refinerycms-core', '= 1.0.
|
76
|
+
s.add_dependency 'refinerycms-core', '= 1.0.7'
|
77
77
|
end
|
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: 25
|
5
5
|
prerelease:
|
6
6
|
segments:
|
7
7
|
- 1
|
8
8
|
- 0
|
9
|
-
-
|
10
|
-
version: 1.0.
|
9
|
+
- 7
|
10
|
+
version: 1.0.7
|
11
11
|
platform: ruby
|
12
12
|
authors:
|
13
13
|
- Resolve Digital
|
@@ -29,12 +29,12 @@ dependencies:
|
|
29
29
|
requirements:
|
30
30
|
- - "="
|
31
31
|
- !ruby/object:Gem::Version
|
32
|
-
hash:
|
32
|
+
hash: 25
|
33
33
|
segments:
|
34
34
|
- 1
|
35
35
|
- 0
|
36
|
-
-
|
37
|
-
version: 1.0.
|
36
|
+
- 7
|
37
|
+
version: 1.0.7
|
38
38
|
type: :runtime
|
39
39
|
version_requirements: *id001
|
40
40
|
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.
|