translation_center 1.7.1 → 1.7.2

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.
checksums.yaml CHANGED
@@ -1,15 +1,7 @@
1
1
  ---
2
- !binary "U0hBMQ==":
3
- metadata.gz: !binary |-
4
- N2ZhNGE3ZmQ1ZGZjYjQ1NWRjNzk5ZDdmZmU2ZDIxY2MxZTY2ODVkOA==
5
- data.tar.gz: !binary |-
6
- NzNmYWFiZDU3MGJiM2ExNmQwNTM4OWI1NDE5NzY5MTIyMzIyN2YyZA==
7
- !binary "U0hBNTEy":
8
- metadata.gz: !binary |-
9
- Y2Y2MmNmMTlkNmUxMzZlZGJlZTgyZTNjODg5MjEyNjU5NjkwMDY4MzIyNjg4
10
- YWZhMGJlODEwMGYxMmQ4MzNjZTRjYjVlZTIxMDkyNzcwYThkMTU1ZjFlNTY3
11
- MzVlZWI1NzZkMThhYjVhMjYzNWI1NGYxNGQzZjcxNzAzNTZkNWY=
12
- data.tar.gz: !binary |-
13
- NzQ3ZjI4YzlmMjI3N2I2NTNiYTlkMTE5NzkxYjRiYTliMTY1M2ZiODIyMTI2
14
- ZWFlMzYyYjRhMTcxYTVlNDU4ZTQ4OTgzZWJkZWE4ZmExYTVjNjI2NTllYjg5
15
- YjJjN2RiMzE4ZTIxY2JiYTJhYjhhMTI0YjNjYmRjMDUwYzExNzM=
2
+ SHA1:
3
+ metadata.gz: 8e4abb561664f8d78d8a31df030415a8201bfd5f
4
+ data.tar.gz: 165949a1ad4ede3782f45b221c56f536e19ae2ba
5
+ SHA512:
6
+ metadata.gz: e321ff0bf63b43f3e55c7f4a39a17bd66c243526f53736069e663a5ae43c176d9bc9fd03dce2fc9001a701e8869f299fd3fd2df800503c1e395984e4a6b4c239
7
+ data.tar.gz: ba4c021ca164d611732ed14ce6f31c41300447efd05ee2cd69dda0e949b4079c8c17ebc61816bb31de79c194427d4ec00465c9b7f6b0efd0b0d2f016545abc8e
data/README.md CHANGED
@@ -277,16 +277,6 @@ or monitor activity of changes to translations.
277
277
  Watch it on YouTube.
278
278
  http://www.youtube.com/watch?v=BTy6ZI31JmU
279
279
 
280
- ##Demo
281
-
282
- We have added translation_center to the [Tracks][1] app:
283
-
284
- * You can play with the demo here: http://translation-center.herokuapp.com/translation_center/
285
-
286
- * Visit the Tracks app at http://translation-center.herokuapp.com
287
-
288
-
289
- [1]: https://github.com/TracksApp/tracks
290
280
 
291
281
 
292
282
  ## Credits
@@ -22,7 +22,7 @@
22
22
  = render 'translation_center/translations/accept_translation', translation: translation
23
23
  .votes_count.badge.badge-success.pull-right
24
24
  %span.count{ 'data-translation-id' => translation.id }
25
- = translation.votes.count
25
+ = translation.count_votes_total
26
26
  = t('.votings')
27
27
  %a.pull-right{href: '#'}
28
28
  - voted = current_user.voted_on?(translation)
@@ -1,3 +1,3 @@
1
1
  module TranslationCenter
2
- VERSION = "1.7.1"
2
+ VERSION = "1.7.2"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: translation_center
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.7.1
4
+ version: 1.7.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - BadrIT
@@ -10,138 +10,138 @@ authors:
10
10
  autorequire:
11
11
  bindir: bin
12
12
  cert_chain: []
13
- date: 2013-08-26 00:00:00.000000000 Z
13
+ date: 2014-12-24 00:00:00.000000000 Z
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency
16
16
  name: rails
17
17
  requirement: !ruby/object:Gem::Requirement
18
18
  requirements:
19
- - - ! '>='
19
+ - - ">="
20
20
  - !ruby/object:Gem::Version
21
21
  version: 3.1.0
22
- - - <=
22
+ - - "<="
23
23
  - !ruby/object:Gem::Version
24
24
  version: 3.2.12
25
25
  type: :runtime
26
26
  prerelease: false
27
27
  version_requirements: !ruby/object:Gem::Requirement
28
28
  requirements:
29
- - - ! '>='
29
+ - - ">="
30
30
  - !ruby/object:Gem::Version
31
31
  version: 3.1.0
32
- - - <=
32
+ - - "<="
33
33
  - !ruby/object:Gem::Version
34
34
  version: 3.2.12
35
35
  - !ruby/object:Gem::Dependency
36
36
  name: jquery-rails
37
37
  requirement: !ruby/object:Gem::Requirement
38
38
  requirements:
39
- - - ! '>='
39
+ - - ">="
40
40
  - !ruby/object:Gem::Version
41
41
  version: '0'
42
42
  type: :runtime
43
43
  prerelease: false
44
44
  version_requirements: !ruby/object:Gem::Requirement
45
45
  requirements:
46
- - - ! '>='
46
+ - - ">="
47
47
  - !ruby/object:Gem::Version
48
48
  version: '0'
49
49
  - !ruby/object:Gem::Dependency
50
50
  name: haml
51
51
  requirement: !ruby/object:Gem::Requirement
52
52
  requirements:
53
- - - ! '>='
53
+ - - ">="
54
54
  - !ruby/object:Gem::Version
55
55
  version: '0'
56
56
  type: :runtime
57
57
  prerelease: false
58
58
  version_requirements: !ruby/object:Gem::Requirement
59
59
  requirements:
60
- - - ! '>='
60
+ - - ">="
61
61
  - !ruby/object:Gem::Version
62
62
  version: '0'
63
63
  - !ruby/object:Gem::Dependency
64
64
  name: haml-rails
65
65
  requirement: !ruby/object:Gem::Requirement
66
66
  requirements:
67
- - - ! '>='
67
+ - - ">="
68
68
  - !ruby/object:Gem::Version
69
69
  version: '0'
70
70
  type: :runtime
71
71
  prerelease: false
72
72
  version_requirements: !ruby/object:Gem::Requirement
73
73
  requirements:
74
- - - ! '>='
74
+ - - ">="
75
75
  - !ruby/object:Gem::Version
76
76
  version: '0'
77
77
  - !ruby/object:Gem::Dependency
78
78
  name: acts_as_votable
79
79
  requirement: !ruby/object:Gem::Requirement
80
80
  requirements:
81
- - - ! '>='
81
+ - - ">="
82
82
  - !ruby/object:Gem::Version
83
83
  version: '0'
84
84
  type: :runtime
85
85
  prerelease: false
86
86
  version_requirements: !ruby/object:Gem::Requirement
87
87
  requirements:
88
- - - ! '>='
88
+ - - ">="
89
89
  - !ruby/object:Gem::Version
90
90
  version: '0'
91
91
  - !ruby/object:Gem::Dependency
92
92
  name: ya2yaml
93
93
  requirement: !ruby/object:Gem::Requirement
94
94
  requirements:
95
- - - ! '>='
95
+ - - ">="
96
96
  - !ruby/object:Gem::Version
97
97
  version: '0'
98
98
  type: :runtime
99
99
  prerelease: false
100
100
  version_requirements: !ruby/object:Gem::Requirement
101
101
  requirements:
102
- - - ! '>='
102
+ - - ">="
103
103
  - !ruby/object:Gem::Version
104
104
  version: '0'
105
105
  - !ruby/object:Gem::Dependency
106
106
  name: font-awesome-rails
107
107
  requirement: !ruby/object:Gem::Requirement
108
108
  requirements:
109
- - - ! '>='
109
+ - - ">="
110
110
  - !ruby/object:Gem::Version
111
111
  version: '0'
112
112
  type: :runtime
113
113
  prerelease: false
114
114
  version_requirements: !ruby/object:Gem::Requirement
115
115
  requirements:
116
- - - ! '>='
116
+ - - ">="
117
117
  - !ruby/object:Gem::Version
118
118
  version: '0'
119
119
  - !ruby/object:Gem::Dependency
120
120
  name: audited-activerecord
121
121
  requirement: !ruby/object:Gem::Requirement
122
122
  requirements:
123
- - - ! '>='
123
+ - - ">="
124
124
  - !ruby/object:Gem::Version
125
125
  version: '0'
126
126
  type: :runtime
127
127
  prerelease: false
128
128
  version_requirements: !ruby/object:Gem::Requirement
129
129
  requirements:
130
- - - ! '>='
130
+ - - ">="
131
131
  - !ruby/object:Gem::Version
132
132
  version: '0'
133
133
  - !ruby/object:Gem::Dependency
134
134
  name: jquery-ui-rails
135
135
  requirement: !ruby/object:Gem::Requirement
136
136
  requirements:
137
- - - ! '>='
137
+ - - ">="
138
138
  - !ruby/object:Gem::Version
139
139
  version: '0'
140
140
  type: :runtime
141
141
  prerelease: false
142
142
  version_requirements: !ruby/object:Gem::Requirement
143
143
  requirements:
144
- - - ! '>='
144
+ - - ">="
145
145
  - !ruby/object:Gem::Version
146
146
  version: '0'
147
147
  description: Translation Center is a multi lingual web engine for Rails 3 apps. It
@@ -153,177 +153,177 @@ executables: []
153
153
  extensions: []
154
154
  extra_rdoc_files: []
155
155
  files:
156
- - app/helpers/translation_center/center_helper.rb
157
- - app/helpers/translation_center/application_helper.rb
158
- - app/helpers/translation_center/categories_helper.rb
159
- - app/helpers/translation_center/translations_helper.rb
160
- - app/helpers/translation_center/translation_keys_helper.rb
161
- - app/controllers/translation_center/translation_keys_controller.rb
162
- - app/controllers/translation_center/categories_controller.rb
163
- - app/controllers/translation_center/center_controller.rb
164
- - app/controllers/translation_center/translations_controller.rb
165
- - app/controllers/translation_center/application_controller.rb
166
- - app/models/translation_center/activity_query.rb
167
- - app/models/translation_center/translation_key.rb
168
- - app/models/translation_center/category.rb
169
- - app/models/translation_center/translation.rb
170
- - app/assets/javascripts/translation_center/translations.js
156
+ - MIT-LICENSE
157
+ - README.md
158
+ - Rakefile
159
+ - app/assets/images/translation_center/badr_it.png
160
+ - app/assets/images/translation_center/loading.gif
161
+ - app/assets/images/translation_center/translation_center_logo.png
171
162
  - app/assets/javascripts/translation_center/application.js
172
- - app/assets/javascripts/translation_center/inspector.js.erb
173
163
  - app/assets/javascripts/translation_center/bootstrap.js
174
- - app/assets/javascripts/translation_center/center.js
175
- - app/assets/javascripts/translation_center/translation_keys.js
176
- - app/assets/javascripts/translation_center/jquery.jeditable.mini.js
177
164
  - app/assets/javascripts/translation_center/categories.js
178
- - app/assets/javascripts/translation_center/spin.min.js
165
+ - app/assets/javascripts/translation_center/center.js
166
+ - app/assets/javascripts/translation_center/inspector.js.erb
179
167
  - app/assets/javascripts/translation_center/jquery-ui.js
168
+ - app/assets/javascripts/translation_center/jquery.jeditable.mini.js
180
169
  - app/assets/javascripts/translation_center/routes.js
170
+ - app/assets/javascripts/translation_center/spin.min.js
171
+ - app/assets/javascripts/translation_center/translation_keys.js
172
+ - app/assets/javascripts/translation_center/translations.js
173
+ - app/assets/stylesheets/translation_center/application.css
174
+ - app/assets/stylesheets/translation_center/bootstrap.css
175
+ - app/assets/stylesheets/translation_center/categories.css
176
+ - app/assets/stylesheets/translation_center/center.css
181
177
  - app/assets/stylesheets/translation_center/inspector.css
182
178
  - app/assets/stylesheets/translation_center/translation_keys.css
183
- - app/assets/stylesheets/translation_center/categories.css
184
179
  - app/assets/stylesheets/translation_center/translations.css
185
- - app/assets/stylesheets/translation_center/bootstrap.css
186
- - app/assets/stylesheets/translation_center/center.css
187
- - app/assets/stylesheets/translation_center/application.css
188
- - app/assets/images/translation_center/loading.gif
189
- - app/assets/images/translation_center/badr_it.png
190
- - app/assets/images/translation_center/translation_center_logo.png
180
+ - app/controllers/translation_center/application_controller.rb
181
+ - app/controllers/translation_center/categories_controller.rb
182
+ - app/controllers/translation_center/center_controller.rb
183
+ - app/controllers/translation_center/translation_keys_controller.rb
184
+ - app/controllers/translation_center/translations_controller.rb
185
+ - app/helpers/translation_center/application_helper.rb
186
+ - app/helpers/translation_center/categories_helper.rb
187
+ - app/helpers/translation_center/center_helper.rb
188
+ - app/helpers/translation_center/translation_keys_helper.rb
189
+ - app/helpers/translation_center/translations_helper.rb
190
+ - app/models/translation_center/activity_query.rb
191
+ - app/models/translation_center/category.rb
192
+ - app/models/translation_center/translation.rb
193
+ - app/models/translation_center/translation_key.rb
191
194
  - app/views/layouts/translation_center/application.html.haml
192
- - app/views/translation_center/errors/exception.html.haml
193
- - app/views/translation_center/translations/_search_results.html.haml
194
- - app/views/translation_center/translations/unvote.js.haml
195
- - app/views/translation_center/translations/_index.html.haml
196
- - app/views/translation_center/translations/accept.js.haml
197
- - app/views/translation_center/translations/destroy.js.haml
198
- - app/views/translation_center/translations/_show.html.haml
199
- - app/views/translation_center/translations/search.html.haml
200
- - app/views/translation_center/translations/vote.js.haml
201
- - app/views/translation_center/translations/unaccept.js.haml
202
- - app/views/translation_center/translations/_accept_translation.html.haml
203
- - app/views/translation_center/translations/search.js.haml
204
- - app/views/translation_center/categories/index.html.haml
205
195
  - app/views/translation_center/categories/_category.html.haml
206
- - app/views/translation_center/categories/show.js.haml
207
- - app/views/translation_center/categories/show.html.haml
196
+ - app/views/translation_center/categories/index.html.haml
208
197
  - app/views/translation_center/categories/keys.js.haml
198
+ - app/views/translation_center/categories/show.html.haml
199
+ - app/views/translation_center/categories/show.js.haml
200
+ - app/views/translation_center/center/_activity.html.haml
201
+ - app/views/translation_center/center/dashboard.html.haml
202
+ - app/views/translation_center/center/manage.js.haml
203
+ - app/views/translation_center/center/search_activity.js.haml
204
+ - app/views/translation_center/errors/exception.html.haml
209
205
  - app/views/translation_center/translation_keys/_form.html.haml
210
- - app/views/translation_center/translation_keys/destroy.js.haml
211
206
  - app/views/translation_center/translation_keys/_show.html.haml
207
+ - app/views/translation_center/translation_keys/_show_keys.html.haml
212
208
  - app/views/translation_center/translation_keys/_translation_keys.html.haml
209
+ - app/views/translation_center/translation_keys/destroy.js.haml
213
210
  - app/views/translation_center/translation_keys/show.html.haml
214
- - app/views/translation_center/translation_keys/_show_keys.html.haml
215
211
  - app/views/translation_center/translation_keys/translations.js.haml
216
- - app/views/translation_center/center/search_activity.js.haml
217
- - app/views/translation_center/center/dashboard.html.haml
218
- - app/views/translation_center/center/manage.js.haml
219
- - app/views/translation_center/center/_activity.html.haml
212
+ - app/views/translation_center/translations/_accept_translation.html.haml
213
+ - app/views/translation_center/translations/_index.html.haml
214
+ - app/views/translation_center/translations/_search_results.html.haml
215
+ - app/views/translation_center/translations/_show.html.haml
216
+ - app/views/translation_center/translations/accept.js.haml
217
+ - app/views/translation_center/translations/destroy.js.haml
218
+ - app/views/translation_center/translations/search.html.haml
219
+ - app/views/translation_center/translations/search.js.haml
220
+ - app/views/translation_center/translations/unaccept.js.haml
221
+ - app/views/translation_center/translations/unvote.js.haml
222
+ - app/views/translation_center/translations/vote.js.haml
220
223
  - config/routes.rb
221
- - lib/generators/translation_center/install/templates/config/translation_center.yml
224
+ - lib/generators/translation_center/USAGE
225
+ - lib/generators/translation_center/add_lang/add_lang_generator.rb
226
+ - lib/generators/translation_center/add_lang/templates/migrations/add_lang_status_translation_keys.rb
227
+ - lib/generators/translation_center/install/install_generator.rb
222
228
  - lib/generators/translation_center/install/templates/assets/translation_center_logo.png
223
- - lib/generators/translation_center/install/templates/migrations/create_translation_center_translation_keys.rb
229
+ - lib/generators/translation_center/install/templates/config/translation_center.yml
224
230
  - lib/generators/translation_center/install/templates/migrations/create_translation_center_categories.rb
231
+ - lib/generators/translation_center/install/templates/migrations/create_translation_center_translation_keys.rb
225
232
  - lib/generators/translation_center/install/templates/migrations/create_translation_center_translations.rb
226
- - lib/generators/translation_center/install/install_generator.rb
227
- - lib/generators/translation_center/USAGE
228
- - lib/generators/translation_center/add_lang/templates/migrations/add_lang_status_translation_keys.rb
229
- - lib/generators/translation_center/add_lang/add_lang_generator.rb
230
- - lib/translation_center/translations_transfer.rb
233
+ - lib/tasks/translation_center.rake
234
+ - lib/translation_center.rb
231
235
  - lib/translation_center/acts_as_translator.rb
232
236
  - lib/translation_center/engine.rb
233
- - lib/translation_center/version.rb
234
237
  - lib/translation_center/locale/en.yml
235
238
  - lib/translation_center/translation_helpers.rb
236
- - lib/tasks/translation_center.rake
237
- - lib/translation_center.rb
238
- - MIT-LICENSE
239
- - Rakefile
240
- - README.md
241
- - test/unit/translation_center/translation_key_test.rb
242
- - test/unit/translation_center/translation_test.rb
243
- - test/unit/translation_center/category_test.rb
244
- - test/unit/helpers/translation_center/translation_keys_helper_test.rb
245
- - test/unit/helpers/translation_center/categories_helper_test.rb
246
- - test/unit/helpers/translation_center/translations_helper_test.rb
247
- - test/unit/helpers/translation_center/center_helper_test.rb
248
- - test/integration/navigation_test.rb
249
- - test/dummy/config.ru
250
- - test/dummy/db/schema.rb
251
- - test/dummy/db/migrate/20130410082611_devise_create_users.rb
252
- - test/dummy/db/migrate/20130410084711_acts_as_votable_migration.rb
253
- - test/dummy/db/migrate/20130506103956_fix_translation_user_relation.rb
254
- - test/dummy/db/migrate/20130410084711235601_create_translation_center_translations.rb
255
- - test/dummy/db/migrate/20130410084711235602_install_audited.rb
256
- - test/dummy/db/migrate/20130410084711234392_create_translation_center_categories.rb
257
- - test/dummy/db/migrate/20130410082701_create_articles.rb
258
- - test/dummy/db/migrate/20130410084711235054_create_translation_center_translation_keys.rb
259
- - test/dummy/db/migrate/20130410113111070575_add_de_status_translation_center_translation_keys.rb
260
- - test/dummy/db/migrate/20130801102022_add_indicies.rb
261
- - test/dummy/db/migrate/20130417134539377014_add_ar_status_translation_center_translation_keys.rb
262
- - test/dummy/public/404.html
263
- - test/dummy/public/500.html
264
- - test/dummy/public/422.html
265
- - test/dummy/public/favicon.ico
239
+ - lib/translation_center/translations_transfer.rb
240
+ - lib/translation_center/version.rb
266
241
  - test/dummy/README.rdoc
267
- - test/dummy/script/rails
268
- - test/dummy/spec/spec_helper.rb
269
242
  - test/dummy/Rakefile
270
- - test/dummy/app/helpers/articles_helper.rb
271
- - test/dummy/app/helpers/application_helper.rb
272
- - test/dummy/app/controllers/articles_controller.rb
273
- - test/dummy/app/controllers/application_controller.rb
274
- - test/dummy/app/models/article.rb
275
- - test/dummy/app/models/user.rb
243
+ - test/dummy/app/assets/images/translation_center_logo.png
276
244
  - test/dummy/app/assets/javascripts/application.js
277
245
  - test/dummy/app/assets/javascripts/articles.js
278
- - test/dummy/app/assets/stylesheets/scaffold.css
279
- - test/dummy/app/assets/stylesheets/articles.css
280
246
  - test/dummy/app/assets/stylesheets/application.css
281
- - test/dummy/app/assets/images/translation_center_logo.png
282
- - test/dummy/app/views/layouts/application.html.erb
247
+ - test/dummy/app/assets/stylesheets/articles.css
248
+ - test/dummy/app/assets/stylesheets/scaffold.css
249
+ - test/dummy/app/controllers/application_controller.rb
250
+ - test/dummy/app/controllers/articles_controller.rb
251
+ - test/dummy/app/helpers/application_helper.rb
252
+ - test/dummy/app/helpers/articles_helper.rb
253
+ - test/dummy/app/models/article.rb
254
+ - test/dummy/app/models/user.rb
283
255
  - test/dummy/app/views/articles/_form.html.haml
284
- - test/dummy/app/views/articles/index.html.haml
285
- - test/dummy/app/views/articles/show.html.haml
286
256
  - test/dummy/app/views/articles/edit.html.haml
257
+ - test/dummy/app/views/articles/index.html.haml
287
258
  - test/dummy/app/views/articles/new.html.haml
288
- - test/dummy/config/environments/test.rb
289
- - test/dummy/config/environments/development.rb
290
- - test/dummy/config/environments/production.rb
291
- - test/dummy/config/environment.rb
292
- - test/dummy/config/locales/en.yml
293
- - test/dummy/config/locales/devise.en.yml
294
- - test/dummy/config/locales/de.yml
295
- - test/dummy/config/locales/ar.yml
259
+ - test/dummy/app/views/articles/show.html.haml
260
+ - test/dummy/app/views/layouts/application.html.erb
261
+ - test/dummy/config.ru
262
+ - test/dummy/config/application.rb
296
263
  - test/dummy/config/boot.rb
297
264
  - test/dummy/config/database.yml
298
- - test/dummy/config/routes.rb
299
- - test/dummy/config/application.rb
300
- - test/dummy/config/initializers/mime_types.rb
265
+ - test/dummy/config/environment.rb
266
+ - test/dummy/config/environments/development.rb
267
+ - test/dummy/config/environments/production.rb
268
+ - test/dummy/config/environments/test.rb
269
+ - test/dummy/config/initializers/backtrace_silencers.rb
301
270
  - test/dummy/config/initializers/devise.rb
302
- - test/dummy/config/initializers/wrap_parameters.rb
271
+ - test/dummy/config/initializers/inflections.rb
272
+ - test/dummy/config/initializers/mime_types.rb
303
273
  - test/dummy/config/initializers/secret_token.rb
304
274
  - test/dummy/config/initializers/session_store.rb
305
- - test/dummy/config/initializers/backtrace_silencers.rb
306
- - test/dummy/config/initializers/inflections.rb
275
+ - test/dummy/config/initializers/wrap_parameters.rb
276
+ - test/dummy/config/locales/ar.yml
277
+ - test/dummy/config/locales/de.yml
278
+ - test/dummy/config/locales/devise.en.yml
279
+ - test/dummy/config/locales/en.yml
280
+ - test/dummy/config/routes.rb
307
281
  - test/dummy/config/translation_center.yml
308
- - test/dummy/test/unit/post_test.rb
309
- - test/dummy/test/unit/helpers/posts_helper_test.rb
310
- - test/dummy/test/unit/helpers/articles_helper_test.rb
311
- - test/dummy/test/unit/article_test.rb
312
- - test/dummy/test/unit/user_test.rb
282
+ - test/dummy/db/migrate/20130410082611_devise_create_users.rb
283
+ - test/dummy/db/migrate/20130410082701_create_articles.rb
284
+ - test/dummy/db/migrate/20130410084711234392_create_translation_center_categories.rb
285
+ - test/dummy/db/migrate/20130410084711235054_create_translation_center_translation_keys.rb
286
+ - test/dummy/db/migrate/20130410084711235601_create_translation_center_translations.rb
287
+ - test/dummy/db/migrate/20130410084711235602_install_audited.rb
288
+ - test/dummy/db/migrate/20130410084711_acts_as_votable_migration.rb
289
+ - test/dummy/db/migrate/20130410113111070575_add_de_status_translation_center_translation_keys.rb
290
+ - test/dummy/db/migrate/20130417134539377014_add_ar_status_translation_center_translation_keys.rb
291
+ - test/dummy/db/migrate/20130506103956_fix_translation_user_relation.rb
292
+ - test/dummy/db/migrate/20130801102022_add_indicies.rb
293
+ - test/dummy/db/schema.rb
294
+ - test/dummy/public/404.html
295
+ - test/dummy/public/422.html
296
+ - test/dummy/public/500.html
297
+ - test/dummy/public/favicon.ico
298
+ - test/dummy/script/rails
299
+ - test/dummy/spec/spec_helper.rb
313
300
  - test/dummy/test/fixtures/articles.yml
314
- - test/dummy/test/fixtures/users.yml
315
301
  - test/dummy/test/fixtures/posts.yml
302
+ - test/dummy/test/fixtures/users.yml
316
303
  - test/dummy/test/functional/articles_controller_test.rb
317
304
  - test/dummy/test/functional/posts_controller_test.rb
318
- - test/fixtures/translation_center/translations.yml
305
+ - test/dummy/test/unit/article_test.rb
306
+ - test/dummy/test/unit/helpers/articles_helper_test.rb
307
+ - test/dummy/test/unit/helpers/posts_helper_test.rb
308
+ - test/dummy/test/unit/post_test.rb
309
+ - test/dummy/test/unit/user_test.rb
319
310
  - test/fixtures/translation_center/categories.yml
320
311
  - test/fixtures/translation_center/translation_keys.yml
321
- - test/test_helper.rb
322
- - test/translation_center_test.rb
323
- - test/functional/translation_center/translation_keys_controller_test.rb
312
+ - test/fixtures/translation_center/translations.yml
324
313
  - test/functional/translation_center/categories_controller_test.rb
325
314
  - test/functional/translation_center/center_controller_test.rb
315
+ - test/functional/translation_center/translation_keys_controller_test.rb
326
316
  - test/functional/translation_center/translations_controller_test.rb
317
+ - test/integration/navigation_test.rb
318
+ - test/test_helper.rb
319
+ - test/translation_center_test.rb
320
+ - test/unit/helpers/translation_center/categories_helper_test.rb
321
+ - test/unit/helpers/translation_center/center_helper_test.rb
322
+ - test/unit/helpers/translation_center/translation_keys_helper_test.rb
323
+ - test/unit/helpers/translation_center/translations_helper_test.rb
324
+ - test/unit/translation_center/category_test.rb
325
+ - test/unit/translation_center/translation_key_test.rb
326
+ - test/unit/translation_center/translation_test.rb
327
327
  homepage: http://github.com/BadrIT/translation_center
328
328
  licenses:
329
329
  - MIT
@@ -334,104 +334,104 @@ require_paths:
334
334
  - lib
335
335
  required_ruby_version: !ruby/object:Gem::Requirement
336
336
  requirements:
337
- - - ! '>='
337
+ - - ">="
338
338
  - !ruby/object:Gem::Version
339
339
  version: '0'
340
340
  required_rubygems_version: !ruby/object:Gem::Requirement
341
341
  requirements:
342
- - - ! '>='
342
+ - - ">="
343
343
  - !ruby/object:Gem::Version
344
344
  version: '0'
345
345
  requirements: []
346
346
  rubyforge_project:
347
- rubygems_version: 2.0.7
347
+ rubygems_version: 2.2.2
348
348
  signing_key:
349
349
  specification_version: 4
350
350
  summary: Multi lingual web Translation Center community for Rails 3 apps
351
351
  test_files:
352
- - test/unit/translation_center/translation_key_test.rb
353
- - test/unit/translation_center/translation_test.rb
354
- - test/unit/translation_center/category_test.rb
355
- - test/unit/helpers/translation_center/translation_keys_helper_test.rb
356
- - test/unit/helpers/translation_center/categories_helper_test.rb
357
- - test/unit/helpers/translation_center/translations_helper_test.rb
358
- - test/unit/helpers/translation_center/center_helper_test.rb
359
- - test/integration/navigation_test.rb
352
+ - test/translation_center_test.rb
360
353
  - test/dummy/config.ru
361
- - test/dummy/db/schema.rb
354
+ - test/dummy/spec/spec_helper.rb
355
+ - test/dummy/config/initializers/mime_types.rb
356
+ - test/dummy/config/initializers/session_store.rb
357
+ - test/dummy/config/initializers/devise.rb
358
+ - test/dummy/config/initializers/secret_token.rb
359
+ - test/dummy/config/initializers/backtrace_silencers.rb
360
+ - test/dummy/config/initializers/wrap_parameters.rb
361
+ - test/dummy/config/initializers/inflections.rb
362
+ - test/dummy/config/routes.rb
363
+ - test/dummy/config/application.rb
364
+ - test/dummy/config/database.yml
365
+ - test/dummy/config/translation_center.yml
366
+ - test/dummy/config/environment.rb
367
+ - test/dummy/config/boot.rb
368
+ - test/dummy/config/locales/de.yml
369
+ - test/dummy/config/locales/devise.en.yml
370
+ - test/dummy/config/locales/en.yml
371
+ - test/dummy/config/locales/ar.yml
372
+ - test/dummy/config/environments/development.rb
373
+ - test/dummy/config/environments/test.rb
374
+ - test/dummy/config/environments/production.rb
375
+ - test/dummy/README.rdoc
376
+ - test/dummy/Rakefile
377
+ - test/dummy/script/rails
378
+ - test/dummy/public/500.html
379
+ - test/dummy/public/favicon.ico
380
+ - test/dummy/public/422.html
381
+ - test/dummy/public/404.html
362
382
  - test/dummy/db/migrate/20130410082611_devise_create_users.rb
363
- - test/dummy/db/migrate/20130410084711_acts_as_votable_migration.rb
383
+ - test/dummy/db/migrate/20130801102022_add_indicies.rb
364
384
  - test/dummy/db/migrate/20130506103956_fix_translation_user_relation.rb
365
- - test/dummy/db/migrate/20130410084711235601_create_translation_center_translations.rb
366
- - test/dummy/db/migrate/20130410084711235602_install_audited.rb
367
- - test/dummy/db/migrate/20130410084711234392_create_translation_center_categories.rb
368
385
  - test/dummy/db/migrate/20130410082701_create_articles.rb
369
386
  - test/dummy/db/migrate/20130410084711235054_create_translation_center_translation_keys.rb
370
387
  - test/dummy/db/migrate/20130410113111070575_add_de_status_translation_center_translation_keys.rb
371
- - test/dummy/db/migrate/20130801102022_add_indicies.rb
372
388
  - test/dummy/db/migrate/20130417134539377014_add_ar_status_translation_center_translation_keys.rb
373
- - test/dummy/public/404.html
374
- - test/dummy/public/500.html
375
- - test/dummy/public/422.html
376
- - test/dummy/public/favicon.ico
377
- - test/dummy/README.rdoc
378
- - test/dummy/script/rails
379
- - test/dummy/spec/spec_helper.rb
380
- - test/dummy/Rakefile
381
- - test/dummy/app/helpers/articles_helper.rb
382
- - test/dummy/app/helpers/application_helper.rb
389
+ - test/dummy/db/migrate/20130410084711234392_create_translation_center_categories.rb
390
+ - test/dummy/db/migrate/20130410084711235602_install_audited.rb
391
+ - test/dummy/db/migrate/20130410084711235601_create_translation_center_translations.rb
392
+ - test/dummy/db/migrate/20130410084711_acts_as_votable_migration.rb
393
+ - test/dummy/db/schema.rb
383
394
  - test/dummy/app/controllers/articles_controller.rb
384
395
  - test/dummy/app/controllers/application_controller.rb
385
- - test/dummy/app/models/article.rb
386
- - test/dummy/app/models/user.rb
387
- - test/dummy/app/assets/javascripts/application.js
388
- - test/dummy/app/assets/javascripts/articles.js
389
- - test/dummy/app/assets/stylesheets/scaffold.css
390
396
  - test/dummy/app/assets/stylesheets/articles.css
397
+ - test/dummy/app/assets/stylesheets/scaffold.css
391
398
  - test/dummy/app/assets/stylesheets/application.css
392
399
  - test/dummy/app/assets/images/translation_center_logo.png
400
+ - test/dummy/app/assets/javascripts/application.js
401
+ - test/dummy/app/assets/javascripts/articles.js
402
+ - test/dummy/app/helpers/articles_helper.rb
403
+ - test/dummy/app/helpers/application_helper.rb
393
404
  - test/dummy/app/views/layouts/application.html.erb
394
- - test/dummy/app/views/articles/_form.html.haml
395
- - test/dummy/app/views/articles/index.html.haml
405
+ - test/dummy/app/views/articles/new.html.haml
396
406
  - test/dummy/app/views/articles/show.html.haml
407
+ - test/dummy/app/views/articles/_form.html.haml
397
408
  - test/dummy/app/views/articles/edit.html.haml
398
- - test/dummy/app/views/articles/new.html.haml
399
- - test/dummy/config/environments/test.rb
400
- - test/dummy/config/environments/development.rb
401
- - test/dummy/config/environments/production.rb
402
- - test/dummy/config/environment.rb
403
- - test/dummy/config/locales/en.yml
404
- - test/dummy/config/locales/devise.en.yml
405
- - test/dummy/config/locales/de.yml
406
- - test/dummy/config/locales/ar.yml
407
- - test/dummy/config/boot.rb
408
- - test/dummy/config/database.yml
409
- - test/dummy/config/routes.rb
410
- - test/dummy/config/application.rb
411
- - test/dummy/config/initializers/mime_types.rb
412
- - test/dummy/config/initializers/devise.rb
413
- - test/dummy/config/initializers/wrap_parameters.rb
414
- - test/dummy/config/initializers/secret_token.rb
415
- - test/dummy/config/initializers/session_store.rb
416
- - test/dummy/config/initializers/backtrace_silencers.rb
417
- - test/dummy/config/initializers/inflections.rb
418
- - test/dummy/config/translation_center.yml
419
- - test/dummy/test/unit/post_test.rb
420
- - test/dummy/test/unit/helpers/posts_helper_test.rb
421
- - test/dummy/test/unit/helpers/articles_helper_test.rb
422
- - test/dummy/test/unit/article_test.rb
423
- - test/dummy/test/unit/user_test.rb
409
+ - test/dummy/app/views/articles/index.html.haml
410
+ - test/dummy/app/models/user.rb
411
+ - test/dummy/app/models/article.rb
412
+ - test/dummy/test/fixtures/posts.yml
424
413
  - test/dummy/test/fixtures/articles.yml
425
414
  - test/dummy/test/fixtures/users.yml
426
- - test/dummy/test/fixtures/posts.yml
415
+ - test/dummy/test/unit/article_test.rb
416
+ - test/dummy/test/unit/user_test.rb
417
+ - test/dummy/test/unit/post_test.rb
418
+ - test/dummy/test/unit/helpers/articles_helper_test.rb
419
+ - test/dummy/test/unit/helpers/posts_helper_test.rb
427
420
  - test/dummy/test/functional/articles_controller_test.rb
428
421
  - test/dummy/test/functional/posts_controller_test.rb
429
- - test/fixtures/translation_center/translations.yml
430
422
  - test/fixtures/translation_center/categories.yml
423
+ - test/fixtures/translation_center/translations.yml
431
424
  - test/fixtures/translation_center/translation_keys.yml
432
- - test/test_helper.rb
433
- - test/translation_center_test.rb
425
+ - test/unit/translation_center/translation_key_test.rb
426
+ - test/unit/translation_center/translation_test.rb
427
+ - test/unit/translation_center/category_test.rb
428
+ - test/unit/helpers/translation_center/translation_keys_helper_test.rb
429
+ - test/unit/helpers/translation_center/center_helper_test.rb
430
+ - test/unit/helpers/translation_center/categories_helper_test.rb
431
+ - test/unit/helpers/translation_center/translations_helper_test.rb
432
+ - test/functional/translation_center/translations_controller_test.rb
434
433
  - test/functional/translation_center/translation_keys_controller_test.rb
435
434
  - test/functional/translation_center/categories_controller_test.rb
436
435
  - test/functional/translation_center/center_controller_test.rb
437
- - test/functional/translation_center/translations_controller_test.rb
436
+ - test/test_helper.rb
437
+ - test/integration/navigation_test.rb