vanilla 1.11.2 → 1.11.3
Sign up to get free protection for your applications and to get access to all the features.
- data/Rakefile +2 -2
- data/lib/vanilla/snips/system.rb +1 -1
- data/test/tmp/soup/current_snip.yml +2 -2
- data/test/tmp/soup/system.yml +2 -2
- metadata +4 -4
data/Rakefile
CHANGED
@@ -24,7 +24,7 @@ if Object.const_defined?(:Gem)
|
|
24
24
|
|
25
25
|
# Change these as appropriate
|
26
26
|
s.name = "vanilla"
|
27
|
-
s.version = "1.11.
|
27
|
+
s.version = "1.11.3"
|
28
28
|
s.summary = "A bliki-type web content thing."
|
29
29
|
s.author = "James Adam"
|
30
30
|
s.email = "james@lazyatom.com.com"
|
@@ -41,7 +41,7 @@ if Object.const_defined?(:Gem)
|
|
41
41
|
|
42
42
|
# All the other gems we need.
|
43
43
|
s.add_dependency("rack", ">= 0.9.1")
|
44
|
-
s.add_dependency("soup", ">= 0.9.
|
44
|
+
s.add_dependency("soup", ">= 0.9.13")
|
45
45
|
s.add_dependency("ratom", ">= 0.3.5")
|
46
46
|
s.add_dependency("RedCloth", ">= 4.1.1")
|
47
47
|
s.add_dependency("BlueCloth", ">= 1.0.0")
|
data/lib/vanilla/snips/system.rb
CHANGED
@@ -5,7 +5,7 @@
|
|
5
5
|
<html lang="en">
|
6
6
|
<head>
|
7
7
|
<meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
|
8
|
-
<title>{
|
8
|
+
<title>{title}</title>
|
9
9
|
<script language="javascript" src="/javascripts/jquery.js"></script>
|
10
10
|
<script language="javascript" src="/javascripts/jquery.autogrow-textarea.js"></script>
|
11
11
|
<script language="javascript" src="/javascripts/vanilla.js"></script>
|
@@ -9,7 +9,7 @@ CurrentSnip--- # Soup attributes
|
|
9
9
|
{current_snip name}
|
10
10
|
|
11
11
|
will output the name of the current snip, or the name of the snip currently being edited.
|
12
|
-
:created_at: 2010-07-14 13:
|
12
|
+
:created_at: 2010-07-14 13:45:49.767720 +01:00
|
13
13
|
:name: current_snip
|
14
|
-
:updated_at: 2010-07-14 13:
|
14
|
+
:updated_at: 2010-07-14 13:45:49.767722 +01:00
|
15
15
|
:render_as: Ruby
|
data/test/tmp/soup/system.yml
CHANGED
@@ -1,5 +1,5 @@
|
|
1
1
|
--- # Soup attributes
|
2
|
-
:created_at: 2010-07-14 13:
|
2
|
+
:created_at: 2010-07-14 13:45:49.768201 +01:00
|
3
3
|
:name: system
|
4
|
-
:updated_at: 2010-07-14 13:
|
4
|
+
:updated_at: 2010-07-14 13:45:49.768203 +01:00
|
5
5
|
:main_template: "{current_snip}"
|
metadata
CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
|
|
5
5
|
segments:
|
6
6
|
- 1
|
7
7
|
- 11
|
8
|
-
-
|
9
|
-
version: 1.11.
|
8
|
+
- 3
|
9
|
+
version: 1.11.3
|
10
10
|
platform: ruby
|
11
11
|
authors:
|
12
12
|
- James Adam
|
@@ -41,8 +41,8 @@ dependencies:
|
|
41
41
|
segments:
|
42
42
|
- 0
|
43
43
|
- 9
|
44
|
-
-
|
45
|
-
version: 0.9.
|
44
|
+
- 13
|
45
|
+
version: 0.9.13
|
46
46
|
type: :runtime
|
47
47
|
version_requirements: *id002
|
48
48
|
- !ruby/object:Gem::Dependency
|