condom 2.0.0 → 2.0.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,3 +1,7 @@
1
+ == 2.0.1
2
+
3
+ Updated letter.tex.erb syntax to be compatible with 1.9.* Ruby versions.
4
+
1
5
  == 2.0.0
2
6
 
3
7
  * Added the BEER-WARE license.
@@ -13,7 +13,7 @@ require "etc"
13
13
 
14
14
  module Condom
15
15
  # Lib version
16
- VERSION = '1.1.0'
16
+ VERSION = '2.0.1'
17
17
 
18
18
  # Constant views directory
19
19
  VIEWS_DIR = File.join(File.expand_path(File.dirname(__FILE__)), 'views')
@@ -36,7 +36,7 @@
36
36
 
37
37
  \closing{<%=
38
38
  case @language
39
- when 'francais' : "Veuillez agréer, l'expression de mes sincères salutations,"
39
+ when 'francais' then "Veuillez agréer, l'expression de mes sincères salutations,"
40
40
  else "Yours sincerely,"
41
41
  end
42
42
  %>}
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 2
7
7
  - 0
8
- - 0
9
- version: 2.0.0
8
+ - 1
9
+ version: 2.0.1
10
10
  platform: ruby
11
11
  authors:
12
12
  - Vivien Didelot
@@ -14,7 +14,7 @@ autorequire:
14
14
  bindir: bin
15
15
  cert_chain: []
16
16
 
17
- date: 2010-12-10 00:00:00 +01:00
17
+ date: 2011-01-05 00:00:00 +01:00
18
18
  default_executable:
19
19
  dependencies: []
20
20