Commit e0f459cd1cd5e0d3dddbc071cc653c28da183aa1

Authored by Antonio Terceiro
1 parent ad80b504

Gemfile: add gettext_rails

Showing 3 changed files with 15 additions and 0 deletions   Show diff stats
Gemfile
... ... @@ -17,6 +17,7 @@ gem 'nokogiri'
17 17 gem 'rake', :require => false
18 18 gem 'rest-client'
19 19 gem 'exception_notification'
  20 +gem 'gettext_rails'
20 21  
21 22 # FIXME list here all actual dependencies (i.e. the ones in debian/control),
22 23 # with their GEM names (not the Debian package names)
... ...
Gemfile.lock
... ... @@ -67,6 +67,15 @@ GEM
67 67 activesupport (>= 3.0.4)
68 68 fast_gettext (0.6.8)
69 69 ffi (1.0.11)
  70 + gettext (2.2.1)
  71 + locale
  72 + gettext_activerecord (2.1.0)
  73 + activerecord (>= 2.3.2)
  74 + gettext (>= 2.1.0)
  75 + gettext_rails (2.1.0)
  76 + gettext_activerecord (>= 2.1.0)
  77 + locale_rails (>= 2.0.5)
  78 + rails (>= 2.3.2)
70 79 gherkin (2.4.21)
71 80 json (>= 1.4.6)
72 81 hike (1.2.1)
... ... @@ -74,6 +83,9 @@ GEM
74 83 i18n (0.6.0)
75 84 journey (1.0.3)
76 85 json (1.7.3)
  86 + locale (2.0.5)
  87 + locale_rails (2.0.5)
  88 + locale (>= 2.0.5)
77 89 mail (2.4.4)
78 90 i18n (>= 0.4.0)
79 91 mime-types (~> 1.16)
... ... @@ -172,6 +184,7 @@ DEPENDENCIES
172 184 database_cleaner
173 185 exception_notification
174 186 fast_gettext
  187 + gettext_rails
175 188 hpricot
176 189 mocha
177 190 nokogiri
... ...
debian/control
... ... @@ -7,6 +7,7 @@ Build-Depends:
7 7 debhelper (>= 7.0.50~),
8 8 po4a,
9 9 ruby-gettext,
  10 + ruby-gettext-rails,
10 11 ruby-sqlite3,
11 12 rake,
12 13 rails3 (>= 3.2.6-1~),
... ...