radiant-concurrent_draft-extension 1.0.10 → 1.0.11
Sign up to get free protection for your applications and to get access to all the features.
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.0.
|
1
|
+
1.0.11
|
@@ -1,6 +1,6 @@
|
|
1
1
|
- include_stylesheet 'admin/concurrent_draft'
|
2
2
|
- include_javascript 'admin/concurrent_draft'
|
3
|
-
- resource = CGI::escape("#{@controller.model.display_name
|
3
|
+
- resource = CGI::escape("#{@controller.model.display_name} #{@controller.model_class.to_s.downcase}")
|
4
4
|
|
5
5
|
- unless @controller.model.id == nil ## resource has not been saved.
|
6
6
|
#draft-controls-container
|
@@ -5,11 +5,11 @@
|
|
5
5
|
|
6
6
|
Gem::Specification.new do |s|
|
7
7
|
s.name = "radiant-concurrent_draft-extension"
|
8
|
-
s.version = "1.0.
|
8
|
+
s.version = "1.0.11"
|
9
9
|
|
10
10
|
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
|
11
11
|
s.authors = ["Andrew vonderLuft", "Sean Cribbs"]
|
12
|
-
s.date = "2014-04-
|
12
|
+
s.date = "2014-04-07"
|
13
13
|
s.description = "Enables draft versions of pages, snippets and layouts, which can be scheduled for promotion."
|
14
14
|
s.email = "avonderluft@avlux.net"
|
15
15
|
s.extra_rdoc_files = [
|
metadata
CHANGED
@@ -1,13 +1,13 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: radiant-concurrent_draft-extension
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
hash:
|
4
|
+
hash: 1
|
5
5
|
prerelease:
|
6
6
|
segments:
|
7
7
|
- 1
|
8
8
|
- 0
|
9
|
-
-
|
10
|
-
version: 1.0.
|
9
|
+
- 11
|
10
|
+
version: 1.0.11
|
11
11
|
platform: ruby
|
12
12
|
authors:
|
13
13
|
- Andrew vonderLuft
|
@@ -16,16 +16,17 @@ autorequire:
|
|
16
16
|
bindir: bin
|
17
17
|
cert_chain: []
|
18
18
|
|
19
|
-
date: 2014-04-
|
19
|
+
date: 2014-04-07 00:00:00 Z
|
20
20
|
dependencies:
|
21
21
|
- !ruby/object:Gem::Dependency
|
22
|
-
|
22
|
+
prerelease: false
|
23
|
+
name: radiant
|
23
24
|
version_requirements: &id001 !ruby/object:Gem::Requirement
|
24
25
|
none: false
|
25
26
|
requirements:
|
26
27
|
- - ">="
|
27
28
|
- !ruby/object:Gem::Version
|
28
|
-
hash:
|
29
|
+
hash: 1624876783
|
29
30
|
segments:
|
30
31
|
- 1
|
31
32
|
- 0
|
@@ -33,9 +34,8 @@ dependencies:
|
|
33
34
|
- rc
|
34
35
|
- 2
|
35
36
|
version: 1.0.0.rc2
|
37
|
+
type: :runtime
|
36
38
|
requirement: *id001
|
37
|
-
prerelease: false
|
38
|
-
name: radiant
|
39
39
|
description: Enables draft versions of pages, snippets and layouts, which can be scheduled for promotion.
|
40
40
|
email: avonderluft@avlux.net
|
41
41
|
executables: []
|