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 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.2"
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.12")
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")
@@ -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>{current_snip name}</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
  &#123;current_snip name&#125;
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:33:29.054359 +01:00
12
+ :created_at: 2010-07-14 13:45:49.767720 +01:00
13
13
  :name: current_snip
14
- :updated_at: 2010-07-14 13:33:29.054361 +01:00
14
+ :updated_at: 2010-07-14 13:45:49.767722 +01:00
15
15
  :render_as: Ruby
@@ -1,5 +1,5 @@
1
1
  --- # Soup attributes
2
- :created_at: 2010-07-14 13:33:29.054848 +01:00
2
+ :created_at: 2010-07-14 13:45:49.768201 +01:00
3
3
  :name: system
4
- :updated_at: 2010-07-14 13:33:29.054850 +01:00
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
- - 2
9
- version: 1.11.2
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
- - 12
45
- version: 0.9.12
44
+ - 13
45
+ version: 0.9.13
46
46
  type: :runtime
47
47
  version_requirements: *id002
48
48
  - !ruby/object:Gem::Dependency