gettext_rails 2.0.4 → 2.1.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -22,8 +22,8 @@
22
22
  environ 1 mois<br/>
23
23
  2 mois<br/>
24
24
  environ 1 an<br/>
25
- over 2 years<br/>
26
- over 4 years<br/>
25
+ plus de 2 ans<br/>
26
+ plus de 4 ans<br/>
27
27
 
28
28
 
29
29
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: gettext_rails
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.0.4
4
+ version: 2.1.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Masao Mutoh
@@ -9,7 +9,7 @@ autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
11
 
12
- date: 2009-05-23 00:00:00 +09:00
12
+ date: 2009-11-14 00:00:00 +09:00
13
13
  default_executable:
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency
@@ -20,7 +20,7 @@ dependencies:
20
20
  requirements:
21
21
  - - ">="
22
22
  - !ruby/object:Gem::Version
23
- version: 2.0.4
23
+ version: 2.1.0
24
24
  version:
25
25
  - !ruby/object:Gem::Dependency
26
26
  name: locale_rails
@@ -30,7 +30,7 @@ dependencies:
30
30
  requirements:
31
31
  - - ">="
32
32
  - !ruby/object:Gem::Version
33
- version: 2.0.4
33
+ version: 2.0.5
34
34
  version:
35
35
  - !ruby/object:Gem::Dependency
36
36
  name: rails
@@ -51,646 +51,346 @@ extensions: []
51
51
  extra_rdoc_files: []
52
52
 
53
53
  files:
54
- - po
55
- - po/test.rb
56
- - po/gettext_rails.pot
57
- - po/es
58
- - po/es/gettext_rails.po
59
- - po/el
60
- - po/el/gettext_rails.po
61
- - po/cs
62
- - po/cs/gettext_rails.po
63
- - po/ko
64
- - po/ko/gettext_rails.po
65
- - po/sr
66
- - po/sr/gettext_rails.po
67
- - po/nb
68
- - po/nb/gettext_rails.po
69
- - po/zh
70
- - po/zh/gettext_rails.po
71
- - po/eo
72
- - po/eo/gettext_rails.po
73
- - po/vi
74
- - po/vi/gettext_rails.po
75
- - po/nl
76
- - po/nl/gettext_rails.po
77
- - po/fr
78
- - po/fr/gettext_rails.po
79
- - po/bg
80
- - po/bg/gettext_rails.po
81
- - po/hu
82
- - po/hu/gettext_rails.po
83
- - po/ua
84
- - po/ua/gettext_rails.po
85
- - po/hr
86
- - po/hr/gettext_rails.po
87
- - po/et
88
- - po/et/gettext_rails.po
89
- - po/lv
90
- - po/lv/gettext_rails.po
91
- - po/it
92
- - po/it/gettext_rails.po
93
- - po/pt_BR
94
- - po/pt_BR/gettext_rails.po
95
- - po/ja
96
- - po/ja/gettext_rails.po
97
- - po/zh_TW
98
- - po/zh_TW/gettext_rails.po
99
- - po/ru
100
- - po/ru/gettext_rails.po
101
- - po/bs
102
- - po/bs/gettext_rails.po
103
- - po/de
104
- - po/de/gettext_rails.po
105
- - po/ca
106
- - po/ca/gettext_rails.po
107
- - ChangeLog
108
- - COPYING
109
- - lib
110
- - lib/gettext_rails
111
- - lib/gettext_rails/tools.rb
54
+ - lib/gettext_rails/action_view/date_helper.rb
55
+ - lib/gettext_rails/action_view/form_builder.rb
56
+ - lib/gettext_rails/action_view/active_record_helper.rb
57
+ - lib/gettext_rails/action_view.rb
112
58
  - lib/gettext_rails/action_controller.rb
59
+ - lib/gettext_rails/tools.rb
113
60
  - lib/gettext_rails/version.rb
114
- - lib/gettext_rails/action_view.rb
115
61
  - lib/gettext_rails/action_mailer.rb
116
- - lib/gettext_rails/action_view
117
- - lib/gettext_rails/action_view/active_record_helper.rb
118
- - lib/gettext_rails/action_view/date_helper.rb
119
- - lib/gettext_rails/action_view/form_builder.rb
120
62
  - lib/gettext_rails.rb
121
- - README.rdoc
122
- - test
123
- - test/po
124
- - test/po/rails_test.pot
125
- - test/po/ja
126
- - test/po/ja/rails_test.po
127
- - test/script
128
- - test/script/plugin
129
63
  - test/script/about
130
- - test/script/generate
131
- - test/script/performance
64
+ - test/script/plugin
65
+ - test/script/destroy
132
66
  - test/script/performance/profiler
133
67
  - test/script/performance/benchmarker
134
- - test/script/server
135
- - test/script/console
136
- - test/script/runner
137
- - test/script/destroy
138
68
  - test/script/dbconsole
139
- - test/doc
140
- - test/doc/README_FOR_APP
141
- - test/public
142
- - test/public/index.html
143
- - test/public/images
144
- - test/public/images/rails.png
145
- - test/public/robots.txt
146
- - test/public/favicon.ico
147
- - test/public/500.html
148
- - test/public/404.html
149
- - test/public/422.html
150
- - test/public/javascripts
151
- - test/public/javascripts/effects.js
152
- - test/public/javascripts/application.js
153
- - test/public/javascripts/prototype.js
154
- - test/public/javascripts/controls.js
155
- - test/public/javascripts/dragdrop.js
156
- - test/public/stylesheets
157
- - test/public/stylesheets/scaffold.css
158
- - test/public/stylesheets/blog.css
159
- - test/locale
160
- - test/locale/ja
161
- - test/locale/ja/LC_MESSAGES
162
- - test/locale/ja/LC_MESSAGES/rails_test.mo
163
- - test/db
164
- - test/db/schema.rb
165
- - test/README
166
- - test/test
167
- - test/test/fixtures
168
- - test/test/fixtures/articles.yml
169
- - test/test/functional
170
- - test/test/functional/users_controller_test.rb
171
- - test/test/functional/mailers_controller_test.rb
172
- - test/test/functional/articles_controller_test.rb
173
- - test/test/result
174
- - test/test/result/fr
175
- - test/test/result/fr/multipart.html
176
- - test/test/result/fr/singlepart.html
177
- - test/test/result/fr/error_message.html
178
- - test/test/result/fr/list.html
179
- - test/test/result/fr/new.html
180
- - test/test/result/fr/distance_of_time_in_words.html
181
- - test/test/result/ja
182
- - test/test/result/ja/multipart.html
183
- - test/test/result/ja/singlepart.html
184
- - test/test/result/ja/show.html
185
- - test/test/result/ja/error_message.html
186
- - test/test/result/ja/list.html
187
- - test/test/result/ja/create_error.html
188
- - test/test/result/ja/new.html
189
- - test/test/result/ja/distance_of_time_in_words.html
190
- - test/test/result/en
191
- - test/test/result/en/multipart.html
192
- - test/test/result/en/singlepart.html
69
+ - test/script/runner
70
+ - test/script/generate
71
+ - test/script/console
72
+ - test/script/server
193
73
  - test/test/result/en/show.html
194
- - test/test/result/en/error_message.html
195
- - test/test/result/en/list.html
196
74
  - test/test/result/en/create_error.html
197
- - test/test/result/en/new.html
75
+ - test/test/result/en/list.html
76
+ - test/test/result/en/singlepart.html
77
+ - test/test/result/en/error_message.html
78
+ - test/test/result/en/multipart.html
198
79
  - test/test/result/en/distance_of_time_in_words.html
199
- - test/test/test_helper.rb
200
- - test/test/unit
201
- - test/test/unit/helpers
202
- - test/test/unit/helpers/articles_helper_test.rb
80
+ - test/test/result/en/new.html
81
+ - test/test/result/ja/show.html
82
+ - test/test/result/ja/create_error.html
83
+ - test/test/result/ja/list.html
84
+ - test/test/result/ja/singlepart.html
85
+ - test/test/result/ja/error_message.html
86
+ - test/test/result/ja/multipart.html
87
+ - test/test/result/ja/distance_of_time_in_words.html
88
+ - test/test/result/ja/new.html
89
+ - test/test/result/fr/list.html
90
+ - test/test/result/fr/singlepart.html
91
+ - test/test/result/fr/error_message.html
92
+ - test/test/result/fr/multipart.html
93
+ - test/test/result/fr/distance_of_time_in_words.html
94
+ - test/test/result/fr/new.html
203
95
  - test/test/unit/article_test.rb
204
- - test/test/performance
96
+ - test/test/unit/helpers/articles_helper_test.rb
205
97
  - test/test/performance/browsing_test.rb
206
- - test/log
207
- - test/config
208
- - test/config/initializers
209
- - test/config/initializers/session_store.rb
210
- - test/config/initializers/backtrace_silencers.rb
211
- - test/config/initializers/mime_types.rb
212
- - test/config/initializers/inflections.rb
213
- - test/config/initializers/new_rails_defaults.rb
214
- - test/config/boot.rb
215
- - test/config/routes.rb
216
- - test/config/environment.rb
217
- - test/config/database.yml
218
- - test/config/environments
219
- - test/config/environments/test.rb
220
- - test/config/environments/development.rb
221
- - test/config/environments/production.rb
222
- - test/app
223
- - test/app/helpers
224
- - test/app/helpers/application_helper.rb
225
- - test/app/helpers/articles_helper.rb
226
- - test/app/views
227
- - test/app/views/users
98
+ - test/test/functional/users_controller_test.rb
99
+ - test/test/functional/articles_controller_test.rb
100
+ - test/test/functional/mailers_controller_test.rb
101
+ - test/test/test_helper.rb
102
+ - test/test/fixtures/articles.yml
103
+ - test/Rakefile
104
+ - test/db/test.sqlite3
105
+ - test/db/development.sqlite3
106
+ - test/db/schema.rb
107
+ - test/app/controllers/users_controller.rb
108
+ - test/app/controllers/application_controller.rb
109
+ - test/app/controllers/articles_controller.rb
110
+ - test/app/controllers/mailers_controller.rb
111
+ - test/app/models/user.rb
112
+ - test/app/models/mailer.rb
113
+ - test/app/models/article.rb
114
+ - test/app/models/user_observer.rb
115
+ - test/app/models/human_resources/resume.rb
116
+ - test/app/views/layouts/application.html.erb
117
+ - test/app/views/layouts/mailers.html.erb
118
+ - test/app/views/layouts/users.html.erb
119
+ - test/app/views/users/distance_of_time_in_words.html.erb
228
120
  - test/app/views/users/error_message.html.erb
229
121
  - test/app/views/users/error_message_fr.html.erb
230
- - test/app/views/users/distance_of_time_in_words.html.erb
231
- - test/app/views/articles
232
- - test/app/views/articles/edit.html.erb
233
- - test/app/views/articles/list_fr.html.erb
234
- - test/app/views/articles/show.html.erb
235
- - test/app/views/articles/active_form_error.html.erb
236
- - test/app/views/articles/_form_fr.html.erb
237
- - test/app/views/articles/_form.html.erb
238
- - test/app/views/articles/list.html.erb
239
- - test/app/views/articles/new.html.erb
240
- - test/app/views/mailer
122
+ - test/app/views/mailer/coverpage.html.erb
241
123
  - test/app/views/mailer/coverpage_fr.html.erb
242
124
  - test/app/views/mailer/singlepart_fr.html.erb
243
- - test/app/views/mailer/coverpage.html.erb
244
125
  - test/app/views/mailer/singlepart.html.erb
245
126
  - test/app/views/mailer/index.html.erb
246
- - test/app/views/layouts
247
- - test/app/views/layouts/users.html.erb
248
- - test/app/views/layouts/application.html.erb
249
- - test/app/views/layouts/mailers.html.erb
250
- - test/app/models
251
- - test/app/models/user.rb
252
- - test/app/models/article.rb
253
- - test/app/models/human_resources
254
- - test/app/models/human_resources/resume.rb
255
- - test/app/models/mailer.rb
256
- - test/app/models/user_observer.rb
257
- - test/app/controllers
258
- - test/app/controllers/application_controller.rb
259
- - test/app/controllers/users_controller.rb
260
- - test/app/controllers/mailers_controller.rb
261
- - test/app/controllers/articles_controller.rb
262
- - test/vendor
263
- - test/vendor/plugins
264
- - test/vendor/plugins/gettext_activerecord
265
- - test/vendor/plugins/gettext_rails
266
- - test/vendor/plugins/locale
267
- - test/vendor/plugins/gettext
268
- - test/vendor/plugins/locale_rails
269
- - test/Rakefile
270
- - sample
271
- - sample/po
272
- - sample/po/es
273
- - sample/po/es/blog.po
274
- - sample/po/el
275
- - sample/po/el/blog.po
276
- - sample/po/blog.pot
277
- - sample/po/cs
278
- - sample/po/cs/blog.po
279
- - sample/po/ko
280
- - sample/po/ko/blog.po
281
- - sample/po/sr
282
- - sample/po/sr/blog.po
283
- - sample/po/nb
284
- - sample/po/nb/blog.po
285
- - sample/po/zh
286
- - sample/po/zh/blog.po
287
- - sample/po/eo
288
- - sample/po/eo/blog.po
289
- - sample/po/eo/tmp.patch
290
- - sample/po/vi
291
- - sample/po/vi/blog.po
292
- - sample/po/nl
293
- - sample/po/nl/blog.po
294
- - sample/po/fr
295
- - sample/po/fr/blog.po
296
- - sample/po/bg
297
- - sample/po/bg/blog.po
298
- - sample/po/hu
299
- - sample/po/hu/blog.po
300
- - sample/po/ua
301
- - sample/po/ua/blog.po
302
- - sample/po/hr
303
- - sample/po/hr/blog.po
304
- - sample/po/lv
305
- - sample/po/lv/blog.po
306
- - sample/po/it
307
- - sample/po/it/blog.po
308
- - sample/po/pt_BR
309
- - sample/po/pt_BR/blog.po
310
- - sample/po/ja
311
- - sample/po/ja/blog.po
312
- - sample/po/zh_TW
313
- - sample/po/zh_TW/blog.po
314
- - sample/po/en
315
- - sample/po/en/blog.po
316
- - sample/po/ru
317
- - sample/po/ru/blog.po
318
- - sample/po/bs
319
- - sample/po/bs/blog.po
320
- - sample/po/de
321
- - sample/po/de/blog.po
322
- - sample/po/ca
323
- - sample/po/ca/blog.po
324
- - sample/script
325
- - sample/script/plugin
326
- - sample/script/about
327
- - sample/script/generate
328
- - sample/script/performance
329
- - sample/script/performance/profiler
330
- - sample/script/performance/benchmarker
331
- - sample/script/server
332
- - sample/script/console
333
- - sample/script/runner
334
- - sample/script/destroy
335
- - sample/script/dbconsole
336
- - sample/doc
337
- - sample/doc/README_FOR_APP
338
- - sample/public
339
- - sample/public/index.html
340
- - sample/public/images
341
- - sample/public/images/rails.png
342
- - sample/public/robots.txt
343
- - sample/public/favicon.ico
344
- - sample/public/500.html
345
- - sample/public/404.html
346
- - sample/public/422.html
347
- - sample/public/javascripts
348
- - sample/public/javascripts/effects.js
349
- - sample/public/javascripts/application.js
350
- - sample/public/javascripts/prototype.js
351
- - sample/public/javascripts/controls.js
352
- - sample/public/javascripts/dragdrop.js
353
- - sample/public/stylesheets
354
- - sample/public/stylesheets/scaffold.css
355
- - sample/public/stylesheets/blog.css
356
- - sample/lib
357
- - sample/lib/tasks
358
- - sample/lib/tasks/gettext.rake
359
- - sample/locale
360
- - sample/locale/es
361
- - sample/locale/es/LC_MESSAGES
362
- - sample/locale/es/LC_MESSAGES/blog.mo
363
- - sample/locale/el
364
- - sample/locale/el/LC_MESSAGES
365
- - sample/locale/el/LC_MESSAGES/blog.mo
366
- - sample/locale/cs
367
- - sample/locale/cs/LC_MESSAGES
368
- - sample/locale/cs/LC_MESSAGES/blog.mo
369
- - sample/locale/ko
370
- - sample/locale/ko/LC_MESSAGES
371
- - sample/locale/ko/LC_MESSAGES/blog.mo
372
- - sample/locale/sr
373
- - sample/locale/sr/LC_MESSAGES
374
- - sample/locale/sr/LC_MESSAGES/blog.mo
375
- - sample/locale/nb
376
- - sample/locale/nb/LC_MESSAGES
377
- - sample/locale/nb/LC_MESSAGES/blog.mo
378
- - sample/locale/zh
379
- - sample/locale/zh/LC_MESSAGES
380
- - sample/locale/zh/LC_MESSAGES/blog.mo
381
- - sample/locale/eo
382
- - sample/locale/eo/LC_MESSAGES
383
- - sample/locale/eo/LC_MESSAGES/blog.mo
384
- - sample/locale/vi
385
- - sample/locale/vi/LC_MESSAGES
386
- - sample/locale/vi/LC_MESSAGES/blog.mo
387
- - sample/locale/nl
388
- - sample/locale/nl/LC_MESSAGES
389
- - sample/locale/nl/LC_MESSAGES/blog.mo
390
- - sample/locale/fr
391
- - sample/locale/fr/LC_MESSAGES
392
- - sample/locale/fr/LC_MESSAGES/blog.mo
393
- - sample/locale/bg
394
- - sample/locale/bg/LC_MESSAGES
395
- - sample/locale/bg/LC_MESSAGES/blog.mo
396
- - sample/locale/hu
397
- - sample/locale/hu/LC_MESSAGES
398
- - sample/locale/hu/LC_MESSAGES/blog.mo
399
- - sample/locale/ua
400
- - sample/locale/ua/LC_MESSAGES
401
- - sample/locale/ua/LC_MESSAGES/blog.mo
402
- - sample/locale/hr
403
- - sample/locale/hr/LC_MESSAGES
404
- - sample/locale/hr/LC_MESSAGES/blog.mo
405
- - sample/locale/lv
406
- - sample/locale/lv/LC_MESSAGES
407
- - sample/locale/lv/LC_MESSAGES/blog.mo
408
- - sample/locale/it
409
- - sample/locale/it/LC_MESSAGES
410
- - sample/locale/it/LC_MESSAGES/blog.mo
411
- - sample/locale/pt_BR
412
- - sample/locale/pt_BR/LC_MESSAGES
413
- - sample/locale/pt_BR/LC_MESSAGES/blog.mo
414
- - sample/locale/ja
415
- - sample/locale/ja/LC_MESSAGES
416
- - sample/locale/ja/LC_MESSAGES/blog.mo
417
- - sample/locale/zh_TW
418
- - sample/locale/zh_TW/LC_MESSAGES
419
- - sample/locale/zh_TW/LC_MESSAGES/blog.mo
420
- - sample/locale/en
421
- - sample/locale/en/LC_MESSAGES
422
- - sample/locale/en/LC_MESSAGES/blog.mo
423
- - sample/locale/ru
424
- - sample/locale/ru/LC_MESSAGES
425
- - sample/locale/ru/LC_MESSAGES/blog.mo
426
- - sample/locale/bs
427
- - sample/locale/bs/LC_MESSAGES
428
- - sample/locale/bs/LC_MESSAGES/blog.mo
429
- - sample/locale/de
430
- - sample/locale/de/LC_MESSAGES
431
- - sample/locale/de/LC_MESSAGES/blog.mo
432
- - sample/locale/ca
433
- - sample/locale/ca/LC_MESSAGES
434
- - sample/locale/ca/LC_MESSAGES/blog.mo
435
- - sample/db
436
- - sample/db/schema.rb
437
- - sample/README
438
- - sample/test
439
- - sample/test/fixtures
440
- - sample/test/fixtures/articles.yml
441
- - sample/test/functional
442
- - sample/test/functional/articles_controller_test.rb
443
- - sample/test/test_helper.rb
444
- - sample/test/unit
445
- - sample/test/unit/helpers
446
- - sample/test/unit/helpers/articles_helper_test.rb
127
+ - test/app/views/articles/show.html.erb
128
+ - test/app/views/articles/list.html.erb
129
+ - test/app/views/articles/active_form_error.html.erb
130
+ - test/app/views/articles/_form_fr.html.erb
131
+ - test/app/views/articles/new.html.erb
132
+ - test/app/views/articles/list_fr.html.erb
133
+ - test/app/views/articles/edit.html.erb
134
+ - test/app/views/articles/_form.html.erb
135
+ - test/app/helpers/application_helper.rb
136
+ - test/app/helpers/articles_helper.rb
137
+ - test/locale/ja/LC_MESSAGES/rails_test.mo
138
+ - test/log/development.log
139
+ - test/log/test.log
140
+ - test/README
141
+ - test/public/stylesheets/blog.css
142
+ - test/public/stylesheets/scaffold.css
143
+ - test/public/422.html
144
+ - test/public/index.html
145
+ - test/public/404.html
146
+ - test/public/favicon.ico
147
+ - test/public/robots.txt
148
+ - test/public/javascripts/effects.js
149
+ - test/public/javascripts/dragdrop.js
150
+ - test/public/javascripts/controls.js
151
+ - test/public/javascripts/prototype.js
152
+ - test/public/javascripts/application.js
153
+ - test/public/images/rails.png
154
+ - test/public/500.html
155
+ - test/po/ja/rails_test.po
156
+ - test/po/rails_test.pot
157
+ - test/doc/README_FOR_APP
158
+ - test/config/environments/development.rb
159
+ - test/config/environments/test.rb
160
+ - test/config/environments/production.rb
161
+ - test/config/routes.rb
162
+ - test/config/boot.rb
163
+ - test/config/initializers/backtrace_silencers.rb
164
+ - test/config/initializers/new_rails_defaults.rb
165
+ - test/config/initializers/session_store.rb
166
+ - test/config/initializers/mime_types.rb
167
+ - test/config/initializers/inflections.rb
168
+ - test/config/environment.rb
169
+ - test/config/database.yml
170
+ - Rakefile
171
+ - README.rdoc
172
+ - ChangeLog
173
+ - data/locale/ru/LC_MESSAGES/gettext_rails.mo
174
+ - data/locale/el/LC_MESSAGES/gettext_rails.mo
175
+ - data/locale/ko/LC_MESSAGES/gettext_rails.mo
176
+ - data/locale/ja/LC_MESSAGES/gettext_rails.mo
177
+ - data/locale/sr/LC_MESSAGES/gettext_rails.mo
178
+ - data/locale/eo/LC_MESSAGES/gettext_rails.mo
179
+ - data/locale/bs/LC_MESSAGES/gettext_rails.mo
180
+ - data/locale/zh/LC_MESSAGES/gettext_rails.mo
181
+ - data/locale/vi/LC_MESSAGES/gettext_rails.mo
182
+ - data/locale/et/LC_MESSAGES/gettext_rails.mo
183
+ - data/locale/it/LC_MESSAGES/gettext_rails.mo
184
+ - data/locale/zh_TW/LC_MESSAGES/gettext_rails.mo
185
+ - data/locale/nb/LC_MESSAGES/gettext_rails.mo
186
+ - data/locale/ua/LC_MESSAGES/gettext_rails.mo
187
+ - data/locale/es/LC_MESSAGES/gettext_rails.mo
188
+ - data/locale/pt_BR/LC_MESSAGES/gettext_rails.mo
189
+ - data/locale/hr/LC_MESSAGES/gettext_rails.mo
190
+ - data/locale/cs/LC_MESSAGES/gettext_rails.mo
191
+ - data/locale/ca/LC_MESSAGES/gettext_rails.mo
192
+ - data/locale/hu/LC_MESSAGES/gettext_rails.mo
193
+ - data/locale/bg/LC_MESSAGES/gettext_rails.mo
194
+ - data/locale/lv/LC_MESSAGES/gettext_rails.mo
195
+ - data/locale/de/LC_MESSAGES/gettext_rails.mo
196
+ - data/locale/nl/LC_MESSAGES/gettext_rails.mo
197
+ - data/locale/fr/LC_MESSAGES/gettext_rails.mo
198
+ - COPYING
199
+ - sample/lib/tasks/gettext.rake
200
+ - sample/script/about
201
+ - sample/script/plugin
202
+ - sample/script/destroy
203
+ - sample/script/performance/profiler
204
+ - sample/script/performance/benchmarker
205
+ - sample/script/dbconsole
206
+ - sample/script/runner
207
+ - sample/script/generate
208
+ - sample/script/console
209
+ - sample/script/server
447
210
  - sample/test/unit/article_test.rb
448
- - sample/test/performance
211
+ - sample/test/unit/helpers/articles_helper_test.rb
449
212
  - sample/test/performance/browsing_test.rb
450
- - sample/config
451
- - sample/config/initializers
452
- - sample/config/initializers/session_store.rb
453
- - sample/config/initializers/backtrace_silencers.rb
454
- - sample/config/initializers/mime_types.rb
455
- - sample/config/initializers/inflections.rb
456
- - sample/config/initializers/new_rails_defaults.rb
457
- - sample/config/boot.rb
458
- - sample/config/routes.rb
459
- - sample/config/environment.rb
460
- - sample/config/database.yml
461
- - sample/config/environments
462
- - sample/config/environments/test.rb
463
- - sample/config/environments/development.rb
464
- - sample/config/environments/production.rb
465
- - sample/app
466
- - sample/app/helpers
467
- - sample/app/helpers/application_helper.rb
468
- - sample/app/helpers/articles_helper.rb
469
- - sample/app/views
470
- - sample/app/views/articles
471
- - sample/app/views/articles/edit.html.erb
472
- - sample/app/views/articles/show.html.erb
473
- - sample/app/views/articles/new.html.erb
474
- - sample/app/views/articles/index.html.erb
475
- - sample/app/views/layouts
476
- - sample/app/views/layouts/articles.html.erb
477
- - sample/app/models
478
- - sample/app/models/article.rb
479
- - sample/app/controllers
480
- - sample/app/controllers/application_controller.rb
481
- - sample/app/controllers/articles_controller.rb
482
- - sample/vendor
483
- - sample/vendor/plugins
484
- - sample/vendor/plugins/lang_helper
485
- - sample/vendor/plugins/lang_helper/po
486
- - sample/vendor/plugins/lang_helper/po/es
487
- - sample/vendor/plugins/lang_helper/po/es/lang_helper.po
488
- - sample/vendor/plugins/lang_helper/po/el
489
- - sample/vendor/plugins/lang_helper/po/el/lang_helper.po
490
- - sample/vendor/plugins/lang_helper/po/lang_helper.pot
491
- - sample/vendor/plugins/lang_helper/po/cs
492
- - sample/vendor/plugins/lang_helper/po/cs/lang_helper.po
493
- - sample/vendor/plugins/lang_helper/po/ko
494
- - sample/vendor/plugins/lang_helper/po/ko/lang_helper.po
495
- - sample/vendor/plugins/lang_helper/po/sr
496
- - sample/vendor/plugins/lang_helper/po/sr/lang_helper.po
497
- - sample/vendor/plugins/lang_helper/po/nb
498
- - sample/vendor/plugins/lang_helper/po/nb/lang_helper.po
499
- - sample/vendor/plugins/lang_helper/po/zh
500
- - sample/vendor/plugins/lang_helper/po/zh/lang_helper.po
501
- - sample/vendor/plugins/lang_helper/po/eo
502
- - sample/vendor/plugins/lang_helper/po/eo/lang_helper.po
503
- - sample/vendor/plugins/lang_helper/po/vi
504
- - sample/vendor/plugins/lang_helper/po/vi/lang_helper.po
505
- - sample/vendor/plugins/lang_helper/po/nl
506
- - sample/vendor/plugins/lang_helper/po/nl/lang_helper.po
507
- - sample/vendor/plugins/lang_helper/po/fr
508
- - sample/vendor/plugins/lang_helper/po/fr/lang_helper.po
509
- - sample/vendor/plugins/lang_helper/po/bg
510
- - sample/vendor/plugins/lang_helper/po/bg/lang_helper.po
511
- - sample/vendor/plugins/lang_helper/po/hu
512
- - sample/vendor/plugins/lang_helper/po/hu/lang_helper.po
513
- - sample/vendor/plugins/lang_helper/po/ua
514
- - sample/vendor/plugins/lang_helper/po/ua/lang_helper.po
515
- - sample/vendor/plugins/lang_helper/po/hr
516
- - sample/vendor/plugins/lang_helper/po/hr/lang_helper.po
517
- - sample/vendor/plugins/lang_helper/po/lv
518
- - sample/vendor/plugins/lang_helper/po/lv/lang_helper.po
519
- - sample/vendor/plugins/lang_helper/po/it
520
- - sample/vendor/plugins/lang_helper/po/it/lang_helper.po
521
- - sample/vendor/plugins/lang_helper/po/pt_BR
522
- - sample/vendor/plugins/lang_helper/po/pt_BR/lang_helper.po
523
- - sample/vendor/plugins/lang_helper/po/ja
524
- - sample/vendor/plugins/lang_helper/po/ja/lang_helper.po
525
- - sample/vendor/plugins/lang_helper/po/zh_TW
526
- - sample/vendor/plugins/lang_helper/po/zh_TW/lang_helper.po
527
- - sample/vendor/plugins/lang_helper/po/ru
528
- - sample/vendor/plugins/lang_helper/po/ru/lang_helper.po
529
- - sample/vendor/plugins/lang_helper/po/bs
530
- - sample/vendor/plugins/lang_helper/po/bs/lang_helper.po
531
- - sample/vendor/plugins/lang_helper/po/de
532
- - sample/vendor/plugins/lang_helper/po/de/lang_helper.po
533
- - sample/vendor/plugins/lang_helper/po/ca
534
- - sample/vendor/plugins/lang_helper/po/ca/lang_helper.po
535
- - sample/vendor/plugins/lang_helper/init.rb
536
- - sample/vendor/plugins/lang_helper/lib
213
+ - sample/test/functional/articles_controller_test.rb
214
+ - sample/test/test_helper.rb
215
+ - sample/test/fixtures/articles.yml
216
+ - sample/Rakefile
537
217
  - sample/vendor/plugins/lang_helper/lib/lang_helper.rb
538
- - sample/vendor/plugins/lang_helper/locale
539
- - sample/vendor/plugins/lang_helper/locale/es
540
- - sample/vendor/plugins/lang_helper/locale/es/LC_MESSAGES
541
- - sample/vendor/plugins/lang_helper/locale/es/LC_MESSAGES/lang_helper.mo
542
- - sample/vendor/plugins/lang_helper/locale/el
543
- - sample/vendor/plugins/lang_helper/locale/el/LC_MESSAGES
218
+ - sample/vendor/plugins/lang_helper/Rakefile
219
+ - sample/vendor/plugins/lang_helper/locale/ru/LC_MESSAGES/lang_helper.mo
544
220
  - sample/vendor/plugins/lang_helper/locale/el/LC_MESSAGES/lang_helper.mo
545
- - sample/vendor/plugins/lang_helper/locale/cs
546
- - sample/vendor/plugins/lang_helper/locale/cs/LC_MESSAGES
547
- - sample/vendor/plugins/lang_helper/locale/cs/LC_MESSAGES/lang_helper.mo
548
- - sample/vendor/plugins/lang_helper/locale/ko
549
- - sample/vendor/plugins/lang_helper/locale/ko/LC_MESSAGES
550
221
  - sample/vendor/plugins/lang_helper/locale/ko/LC_MESSAGES/lang_helper.mo
551
- - sample/vendor/plugins/lang_helper/locale/sr
552
- - sample/vendor/plugins/lang_helper/locale/sr/LC_MESSAGES
222
+ - sample/vendor/plugins/lang_helper/locale/ja/LC_MESSAGES/lang_helper.mo
553
223
  - sample/vendor/plugins/lang_helper/locale/sr/LC_MESSAGES/lang_helper.mo
554
- - sample/vendor/plugins/lang_helper/locale/nb
555
- - sample/vendor/plugins/lang_helper/locale/nb/LC_MESSAGES
556
- - sample/vendor/plugins/lang_helper/locale/nb/LC_MESSAGES/lang_helper.mo
557
- - sample/vendor/plugins/lang_helper/locale/zh
558
- - sample/vendor/plugins/lang_helper/locale/zh/LC_MESSAGES
559
- - sample/vendor/plugins/lang_helper/locale/zh/LC_MESSAGES/lang_helper.mo
560
- - sample/vendor/plugins/lang_helper/locale/eo
561
- - sample/vendor/plugins/lang_helper/locale/eo/LC_MESSAGES
562
224
  - sample/vendor/plugins/lang_helper/locale/eo/LC_MESSAGES/lang_helper.mo
563
- - sample/vendor/plugins/lang_helper/locale/vi
564
- - sample/vendor/plugins/lang_helper/locale/vi/LC_MESSAGES
225
+ - sample/vendor/plugins/lang_helper/locale/bs/LC_MESSAGES/lang_helper.mo
226
+ - sample/vendor/plugins/lang_helper/locale/zh/LC_MESSAGES/lang_helper.mo
565
227
  - sample/vendor/plugins/lang_helper/locale/vi/LC_MESSAGES/lang_helper.mo
566
- - sample/vendor/plugins/lang_helper/locale/nl
567
- - sample/vendor/plugins/lang_helper/locale/nl/LC_MESSAGES
568
- - sample/vendor/plugins/lang_helper/locale/nl/LC_MESSAGES/lang_helper.mo
569
- - sample/vendor/plugins/lang_helper/locale/fr
570
- - sample/vendor/plugins/lang_helper/locale/fr/LC_MESSAGES
571
- - sample/vendor/plugins/lang_helper/locale/fr/LC_MESSAGES/lang_helper.mo
572
- - sample/vendor/plugins/lang_helper/locale/bg
573
- - sample/vendor/plugins/lang_helper/locale/bg/LC_MESSAGES
574
- - sample/vendor/plugins/lang_helper/locale/bg/LC_MESSAGES/lang_helper.mo
575
- - sample/vendor/plugins/lang_helper/locale/hu
576
- - sample/vendor/plugins/lang_helper/locale/hu/LC_MESSAGES
577
- - sample/vendor/plugins/lang_helper/locale/hu/LC_MESSAGES/lang_helper.mo
578
- - sample/vendor/plugins/lang_helper/locale/ua
579
- - sample/vendor/plugins/lang_helper/locale/ua/LC_MESSAGES
228
+ - sample/vendor/plugins/lang_helper/locale/it/LC_MESSAGES/lang_helper.mo
229
+ - sample/vendor/plugins/lang_helper/locale/zh_TW/LC_MESSAGES/lang_helper.mo
230
+ - sample/vendor/plugins/lang_helper/locale/nb/LC_MESSAGES/lang_helper.mo
580
231
  - sample/vendor/plugins/lang_helper/locale/ua/LC_MESSAGES/lang_helper.mo
581
- - sample/vendor/plugins/lang_helper/locale/hr
582
- - sample/vendor/plugins/lang_helper/locale/hr/LC_MESSAGES
232
+ - sample/vendor/plugins/lang_helper/locale/es/LC_MESSAGES/lang_helper.mo
233
+ - sample/vendor/plugins/lang_helper/locale/pt_BR/LC_MESSAGES/lang_helper.mo
583
234
  - sample/vendor/plugins/lang_helper/locale/hr/LC_MESSAGES/lang_helper.mo
584
- - sample/vendor/plugins/lang_helper/locale/lv
585
- - sample/vendor/plugins/lang_helper/locale/lv/LC_MESSAGES
235
+ - sample/vendor/plugins/lang_helper/locale/cs/LC_MESSAGES/lang_helper.mo
236
+ - sample/vendor/plugins/lang_helper/locale/ca/LC_MESSAGES/lang_helper.mo
237
+ - sample/vendor/plugins/lang_helper/locale/hu/LC_MESSAGES/lang_helper.mo
238
+ - sample/vendor/plugins/lang_helper/locale/bg/LC_MESSAGES/lang_helper.mo
586
239
  - sample/vendor/plugins/lang_helper/locale/lv/LC_MESSAGES/lang_helper.mo
587
- - sample/vendor/plugins/lang_helper/locale/it
588
- - sample/vendor/plugins/lang_helper/locale/it/LC_MESSAGES
589
- - sample/vendor/plugins/lang_helper/locale/it/LC_MESSAGES/lang_helper.mo
590
- - sample/vendor/plugins/lang_helper/locale/pt_BR
591
- - sample/vendor/plugins/lang_helper/locale/pt_BR/LC_MESSAGES
592
- - sample/vendor/plugins/lang_helper/locale/pt_BR/LC_MESSAGES/lang_helper.mo
593
- - sample/vendor/plugins/lang_helper/locale/ja
594
- - sample/vendor/plugins/lang_helper/locale/ja/LC_MESSAGES
595
- - sample/vendor/plugins/lang_helper/locale/ja/LC_MESSAGES/lang_helper.mo
596
- - sample/vendor/plugins/lang_helper/locale/zh_TW
597
- - sample/vendor/plugins/lang_helper/locale/zh_TW/LC_MESSAGES
598
- - sample/vendor/plugins/lang_helper/locale/zh_TW/LC_MESSAGES/lang_helper.mo
599
- - sample/vendor/plugins/lang_helper/locale/ru
600
- - sample/vendor/plugins/lang_helper/locale/ru/LC_MESSAGES
601
- - sample/vendor/plugins/lang_helper/locale/ru/LC_MESSAGES/lang_helper.mo
602
- - sample/vendor/plugins/lang_helper/locale/bs
603
- - sample/vendor/plugins/lang_helper/locale/bs/LC_MESSAGES
604
- - sample/vendor/plugins/lang_helper/locale/bs/LC_MESSAGES/lang_helper.mo
605
- - sample/vendor/plugins/lang_helper/locale/de
606
- - sample/vendor/plugins/lang_helper/locale/de/LC_MESSAGES
607
240
  - sample/vendor/plugins/lang_helper/locale/de/LC_MESSAGES/lang_helper.mo
608
- - sample/vendor/plugins/lang_helper/locale/ca
609
- - sample/vendor/plugins/lang_helper/locale/ca/LC_MESSAGES
610
- - sample/vendor/plugins/lang_helper/locale/ca/LC_MESSAGES/lang_helper.mo
241
+ - sample/vendor/plugins/lang_helper/locale/nl/LC_MESSAGES/lang_helper.mo
242
+ - sample/vendor/plugins/lang_helper/locale/fr/LC_MESSAGES/lang_helper.mo
243
+ - sample/vendor/plugins/lang_helper/init.rb
611
244
  - sample/vendor/plugins/lang_helper/README
612
- - sample/vendor/plugins/lang_helper/Rakefile
613
- - sample/Rakefile
614
- - data
615
- - data/locale
616
- - data/locale/es
617
- - data/locale/es/LC_MESSAGES
618
- - data/locale/es/LC_MESSAGES/gettext_rails.mo
619
- - data/locale/el
620
- - data/locale/el/LC_MESSAGES
621
- - data/locale/el/LC_MESSAGES/gettext_rails.mo
622
- - data/locale/cs
623
- - data/locale/cs/LC_MESSAGES
624
- - data/locale/cs/LC_MESSAGES/gettext_rails.mo
625
- - data/locale/ko
626
- - data/locale/ko/LC_MESSAGES
627
- - data/locale/ko/LC_MESSAGES/gettext_rails.mo
628
- - data/locale/sr
629
- - data/locale/sr/LC_MESSAGES
630
- - data/locale/sr/LC_MESSAGES/gettext_rails.mo
631
- - data/locale/nb
632
- - data/locale/nb/LC_MESSAGES
633
- - data/locale/nb/LC_MESSAGES/gettext_rails.mo
634
- - data/locale/zh
635
- - data/locale/zh/LC_MESSAGES
636
- - data/locale/zh/LC_MESSAGES/gettext_rails.mo
637
- - data/locale/eo
638
- - data/locale/eo/LC_MESSAGES
639
- - data/locale/eo/LC_MESSAGES/gettext_rails.mo
640
- - data/locale/vi
641
- - data/locale/vi/LC_MESSAGES
642
- - data/locale/vi/LC_MESSAGES/gettext_rails.mo
643
- - data/locale/nl
644
- - data/locale/nl/LC_MESSAGES
645
- - data/locale/nl/LC_MESSAGES/gettext_rails.mo
646
- - data/locale/fr
647
- - data/locale/fr/LC_MESSAGES
648
- - data/locale/fr/LC_MESSAGES/gettext_rails.mo
649
- - data/locale/bg
650
- - data/locale/bg/LC_MESSAGES
651
- - data/locale/bg/LC_MESSAGES/gettext_rails.mo
652
- - data/locale/hu
653
- - data/locale/hu/LC_MESSAGES
654
- - data/locale/hu/LC_MESSAGES/gettext_rails.mo
655
- - data/locale/ua
656
- - data/locale/ua/LC_MESSAGES
657
- - data/locale/ua/LC_MESSAGES/gettext_rails.mo
658
- - data/locale/hr
659
- - data/locale/hr/LC_MESSAGES
660
- - data/locale/hr/LC_MESSAGES/gettext_rails.mo
661
- - data/locale/et
662
- - data/locale/et/LC_MESSAGES
663
- - data/locale/et/LC_MESSAGES/gettext_rails.mo
664
- - data/locale/lv
665
- - data/locale/lv/LC_MESSAGES
666
- - data/locale/lv/LC_MESSAGES/gettext_rails.mo
667
- - data/locale/it
668
- - data/locale/it/LC_MESSAGES
669
- - data/locale/it/LC_MESSAGES/gettext_rails.mo
670
- - data/locale/pt_BR
671
- - data/locale/pt_BR/LC_MESSAGES
672
- - data/locale/pt_BR/LC_MESSAGES/gettext_rails.mo
673
- - data/locale/ja
674
- - data/locale/ja/LC_MESSAGES
675
- - data/locale/ja/LC_MESSAGES/gettext_rails.mo
676
- - data/locale/zh_TW
677
- - data/locale/zh_TW/LC_MESSAGES
678
- - data/locale/zh_TW/LC_MESSAGES/gettext_rails.mo
679
- - data/locale/ru
680
- - data/locale/ru/LC_MESSAGES
681
- - data/locale/ru/LC_MESSAGES/gettext_rails.mo
682
- - data/locale/bs
683
- - data/locale/bs/LC_MESSAGES
684
- - data/locale/bs/LC_MESSAGES/gettext_rails.mo
685
- - data/locale/de
686
- - data/locale/de/LC_MESSAGES
687
- - data/locale/de/LC_MESSAGES/gettext_rails.mo
688
- - data/locale/ca
689
- - data/locale/ca/LC_MESSAGES
690
- - data/locale/ca/LC_MESSAGES/gettext_rails.mo
691
- - Rakefile
245
+ - sample/vendor/plugins/lang_helper/po/ru/lang_helper.po
246
+ - sample/vendor/plugins/lang_helper/po/el/lang_helper.po
247
+ - sample/vendor/plugins/lang_helper/po/ko/lang_helper.po
248
+ - sample/vendor/plugins/lang_helper/po/ja/lang_helper.po
249
+ - sample/vendor/plugins/lang_helper/po/sr/lang_helper.po
250
+ - sample/vendor/plugins/lang_helper/po/eo/lang_helper.po
251
+ - sample/vendor/plugins/lang_helper/po/bs/lang_helper.po
252
+ - sample/vendor/plugins/lang_helper/po/zh/lang_helper.po
253
+ - sample/vendor/plugins/lang_helper/po/vi/lang_helper.po
254
+ - sample/vendor/plugins/lang_helper/po/it/lang_helper.po
255
+ - sample/vendor/plugins/lang_helper/po/lang_helper.pot
256
+ - sample/vendor/plugins/lang_helper/po/zh_TW/lang_helper.po
257
+ - sample/vendor/plugins/lang_helper/po/nb/lang_helper.po
258
+ - sample/vendor/plugins/lang_helper/po/ua/lang_helper.po
259
+ - sample/vendor/plugins/lang_helper/po/es/lang_helper.po
260
+ - sample/vendor/plugins/lang_helper/po/pt_BR/lang_helper.po
261
+ - sample/vendor/plugins/lang_helper/po/hr/lang_helper.po
262
+ - sample/vendor/plugins/lang_helper/po/cs/lang_helper.po
263
+ - sample/vendor/plugins/lang_helper/po/ca/lang_helper.po
264
+ - sample/vendor/plugins/lang_helper/po/hu/lang_helper.po
265
+ - sample/vendor/plugins/lang_helper/po/bg/lang_helper.po
266
+ - sample/vendor/plugins/lang_helper/po/lv/lang_helper.po
267
+ - sample/vendor/plugins/lang_helper/po/de/lang_helper.po
268
+ - sample/vendor/plugins/lang_helper/po/nl/lang_helper.po
269
+ - sample/vendor/plugins/lang_helper/po/fr/lang_helper.po
270
+ - sample/db/development.sqlite3
271
+ - sample/db/schema.rb
272
+ - sample/app/controllers/application_controller.rb
273
+ - sample/app/controllers/articles_controller.rb
274
+ - sample/app/models/article.rb
275
+ - sample/app/views/layouts/articles.html.erb
276
+ - sample/app/views/articles/show.html.erb
277
+ - sample/app/views/articles/new.html.erb
278
+ - sample/app/views/articles/edit.html.erb
279
+ - sample/app/views/articles/index.html.erb
280
+ - sample/app/helpers/application_helper.rb
281
+ - sample/app/helpers/articles_helper.rb
282
+ - sample/locale/ru/LC_MESSAGES/blog.mo
283
+ - sample/locale/en/LC_MESSAGES/blog.mo
284
+ - sample/locale/el/LC_MESSAGES/blog.mo
285
+ - sample/locale/ko/LC_MESSAGES/blog.mo
286
+ - sample/locale/ja/LC_MESSAGES/blog.mo
287
+ - sample/locale/sr/LC_MESSAGES/blog.mo
288
+ - sample/locale/eo/LC_MESSAGES/blog.mo
289
+ - sample/locale/bs/LC_MESSAGES/blog.mo
290
+ - sample/locale/zh/LC_MESSAGES/blog.mo
291
+ - sample/locale/vi/LC_MESSAGES/blog.mo
292
+ - sample/locale/it/LC_MESSAGES/blog.mo
293
+ - sample/locale/zh_TW/LC_MESSAGES/blog.mo
294
+ - sample/locale/nb/LC_MESSAGES/blog.mo
295
+ - sample/locale/ua/LC_MESSAGES/blog.mo
296
+ - sample/locale/es/LC_MESSAGES/blog.mo
297
+ - sample/locale/pt_BR/LC_MESSAGES/blog.mo
298
+ - sample/locale/hr/LC_MESSAGES/blog.mo
299
+ - sample/locale/cs/LC_MESSAGES/blog.mo
300
+ - sample/locale/ca/LC_MESSAGES/blog.mo
301
+ - sample/locale/hu/LC_MESSAGES/blog.mo
302
+ - sample/locale/bg/LC_MESSAGES/blog.mo
303
+ - sample/locale/lv/LC_MESSAGES/blog.mo
304
+ - sample/locale/de/LC_MESSAGES/blog.mo
305
+ - sample/locale/nl/LC_MESSAGES/blog.mo
306
+ - sample/locale/fr/LC_MESSAGES/blog.mo
307
+ - sample/log/development.log
308
+ - sample/README
309
+ - sample/public/stylesheets/blog.css
310
+ - sample/public/stylesheets/scaffold.css
311
+ - sample/public/422.html
312
+ - sample/public/index.html
313
+ - sample/public/404.html
314
+ - sample/public/favicon.ico
315
+ - sample/public/robots.txt
316
+ - sample/public/javascripts/effects.js
317
+ - sample/public/javascripts/dragdrop.js
318
+ - sample/public/javascripts/controls.js
319
+ - sample/public/javascripts/prototype.js
320
+ - sample/public/javascripts/application.js
321
+ - sample/public/images/rails.png
322
+ - sample/public/500.html
323
+ - sample/po/ru/blog.po
324
+ - sample/po/en/blog.po
325
+ - sample/po/el/blog.po
326
+ - sample/po/ko/blog.po
327
+ - sample/po/ja/blog.po
328
+ - sample/po/sr/blog.po
329
+ - sample/po/eo/blog.po
330
+ - sample/po/eo/tmp.patch
331
+ - sample/po/blog.pot
332
+ - sample/po/bs/blog.po
333
+ - sample/po/zh/blog.po
334
+ - sample/po/vi/blog.po
335
+ - sample/po/it/blog.po
336
+ - sample/po/zh_TW/blog.po
337
+ - sample/po/nb/blog.po
338
+ - sample/po/ua/blog.po
339
+ - sample/po/es/blog.po
340
+ - sample/po/pt_BR/blog.po
341
+ - sample/po/hr/blog.po
342
+ - sample/po/cs/blog.po
343
+ - sample/po/ca/blog.po
344
+ - sample/po/hu/blog.po
345
+ - sample/po/bg/blog.po
346
+ - sample/po/lv/blog.po
347
+ - sample/po/de/blog.po
348
+ - sample/po/nl/blog.po
349
+ - sample/po/fr/blog.po
350
+ - sample/doc/README_FOR_APP
351
+ - sample/config/environments/development.rb
352
+ - sample/config/environments/test.rb
353
+ - sample/config/environments/production.rb
354
+ - sample/config/routes.rb
355
+ - sample/config/boot.rb
356
+ - sample/config/initializers/backtrace_silencers.rb
357
+ - sample/config/initializers/new_rails_defaults.rb
358
+ - sample/config/initializers/session_store.rb
359
+ - sample/config/initializers/mime_types.rb
360
+ - sample/config/initializers/inflections.rb
361
+ - sample/config/environment.rb
362
+ - sample/config/database.yml
363
+ - po/ru/gettext_rails.po
364
+ - po/el/gettext_rails.po
365
+ - po/ko/gettext_rails.po
366
+ - po/ja/gettext_rails.po
367
+ - po/sr/gettext_rails.po
368
+ - po/eo/gettext_rails.po
369
+ - po/bs/gettext_rails.po
370
+ - po/zh/gettext_rails.po
371
+ - po/vi/gettext_rails.po
372
+ - po/test.rb
373
+ - po/et/gettext_rails.po
374
+ - po/it/gettext_rails.po
375
+ - po/zh_TW/gettext_rails.po
376
+ - po/nb/gettext_rails.po
377
+ - po/ua/gettext_rails.po
378
+ - po/es/gettext_rails.po
379
+ - po/pt_BR/gettext_rails.po
380
+ - po/hr/gettext_rails.po
381
+ - po/cs/gettext_rails.po
382
+ - po/ca/gettext_rails.po
383
+ - po/hu/gettext_rails.po
384
+ - po/bg/gettext_rails.po
385
+ - po/lv/gettext_rails.po
386
+ - po/de/gettext_rails.po
387
+ - po/nl/gettext_rails.po
388
+ - po/gettext_rails.pot
389
+ - po/fr/gettext_rails.po
692
390
  has_rdoc: true
693
391
  homepage: http://gettext.rubyforge.org/
392
+ licenses: []
393
+
694
394
  post_install_message:
695
395
  rdoc_options: []
696
396
 
@@ -711,9 +411,9 @@ required_rubygems_version: !ruby/object:Gem::Requirement
711
411
  requirements: []
712
412
 
713
413
  rubyforge_project: gettext
714
- rubygems_version: 1.3.1
414
+ rubygems_version: 1.3.5
715
415
  signing_key:
716
- specification_version: 2
416
+ specification_version: 3
717
417
  summary: Localization support for Ruby on Rails(>=2.3) by Ruby-GetText-Package.
718
418
  test_files: []
719
419