localization_generator 1.0.6 → 1.0.7

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. data/templates/README +4 -0
  2. metadata +1 -1
data/templates/README CHANGED
@@ -27,6 +27,9 @@ Edit this file as necessary...
27
27
 
28
28
  == Requirements
29
29
 
30
+ This module requires iconv support. This is installed by default on most
31
+ *nix distributions, but not on Windows.
32
+
30
33
  You need to put your translations in the files lang/[language].yaml. Then, the
31
34
  :default_language => [language] configuration variable will ensure that the
32
35
  appropriate file is loaded.
@@ -53,5 +56,6 @@ configuration variable :default_language to either 'en' or 'sp.' That's it!
53
56
 
54
57
  == Changelog
55
58
 
59
+ 1.0.7 Fixed README to indicate dependency on iconv
56
60
  1.0.1 Fixed a few problems, including with test suite
57
61
  1.0.0 First gem release
metadata CHANGED
@@ -3,7 +3,7 @@ rubygems_version: 0.8.8
3
3
  specification_version: 1
4
4
  name: localization_generator
5
5
  version: !ruby/object:Gem::Version
6
- version: 1.0.6
6
+ version: 1.0.7
7
7
  date: 2005-04-24
8
8
  summary: "[Rails] Localization generator."
9
9
  require_paths: