radiant-concurrent_draft-extension 1.0.9 → 1.0.10
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.10
|
@@ -1,6 +1,6 @@
|
|
1
1
|
- include_stylesheet 'admin/concurrent_draft'
|
2
2
|
- include_javascript 'admin/concurrent_draft'
|
3
|
-
- resource = "#{@controller.model.display_name} #{@controller.model_class.to_s.downcase}"
|
3
|
+
- resource = CGI::escape("#{@controller.model.display_name.html_safe} #{@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.10"
|
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 = "
|
12
|
+
s.date = "2014-04-04"
|
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: 3
|
5
5
|
prerelease:
|
6
6
|
segments:
|
7
7
|
- 1
|
8
8
|
- 0
|
9
|
-
-
|
10
|
-
version: 1.0.
|
9
|
+
- 10
|
10
|
+
version: 1.0.10
|
11
11
|
platform: ruby
|
12
12
|
authors:
|
13
13
|
- Andrew vonderLuft
|
@@ -16,15 +16,16 @@ autorequire:
|
|
16
16
|
bindir: bin
|
17
17
|
cert_chain: []
|
18
18
|
|
19
|
-
date:
|
19
|
+
date: 2014-04-04 00:00:00 Z
|
20
20
|
dependencies:
|
21
21
|
- !ruby/object:Gem::Dependency
|
22
|
-
|
22
|
+
type: :runtime
|
23
|
+
version_requirements: &id001 !ruby/object:Gem::Requirement
|
23
24
|
none: false
|
24
25
|
requirements:
|
25
26
|
- - ">="
|
26
27
|
- !ruby/object:Gem::Version
|
27
|
-
hash:
|
28
|
+
hash: 3428430721
|
28
29
|
segments:
|
29
30
|
- 1
|
30
31
|
- 0
|
@@ -32,10 +33,9 @@ dependencies:
|
|
32
33
|
- rc
|
33
34
|
- 2
|
34
35
|
version: 1.0.0.rc2
|
35
|
-
|
36
|
-
name: radiant
|
36
|
+
requirement: *id001
|
37
37
|
prerelease: false
|
38
|
-
|
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: []
|