redis_dictionary 0.9.8 → 0.9.9

Sign up to get free protection for your applications and to get access to all the features.
@@ -0,0 +1,7 @@
1
+ ---
2
+ SHA1:
3
+ metadata.gz: a81230abf55d345ef05c717340e9fc15f9a6819f
4
+ data.tar.gz: bca73f47be1fee528192a4b4e32f36f675a0e50a
5
+ SHA512:
6
+ metadata.gz: 64f70fa85529d8da91a6f5ca0a6c42a9bf44a51b70a0d8d74a93bd1e0768b1f6da7e748d8ad592bbadbaf2e2098656a6a860aa6959d85796fa00df18c7b79b99
7
+ data.tar.gz: b0ac43edd90595c2be1ca370e2ba86f39f8cd74fa7fc9b4c6dfca25894d469c4b9b1ce94e7f5e2ca3e1cea4c1087a4ee9c1e001cc74995f32be6ef4ec1e9dac3
data/README.md CHANGED
@@ -2,6 +2,7 @@
2
2
 
3
3
  [![Build Status](https://travis-ci.org/redrick/redis_dictionary.png?branch=master)](https://travis-ci.org/redrick/redis_dictionary)
4
4
  [![Coverage Status](https://coveralls.io/repos/redrick/redis_dictionary/badge.png?branch=master)](https://coveralls.io/r/redrick/redis_dictionary?branch=master)
5
+ [![Gem Version](https://badge.fury.io/rb/redis_dictionary.png)](http://badge.fury.io/rb/redis_dictionary)
5
6
 
6
7
  Rails frontend for i18n with redis backend as extended version of [fourmach/i18n_dashboard](https://github.com/fourmach/i18n_dashboard) gem.
7
8
 
@@ -1,3 +1,3 @@
1
1
  module RedisDictionary
2
- VERSION = "0.9.8"
2
+ VERSION = "0.9.9"
3
3
  end
@@ -1001,3 +1001,271 @@ Completed 200 OK in 20ms (Views: 18.8ms | ActiveRecord: 0.0ms)
1001
1001
  I18nDashboardTest: test_should_allow_developers_to_set_configurations_with_a_block
1002
1002
  ----------------------------------------------------------------------------------
1003
1003
   (0.1ms) rollback transaction
1004
+  (0.4ms) begin transaction
1005
+ -------------------------------------------------------------------------------------
1006
+ RedisDictionary::ApplicationHelperTest: test_should_know_named_routes_of_the_main_app
1007
+ -------------------------------------------------------------------------------------
1008
+  (0.1ms) rollback transaction
1009
+  (0.1ms) begin transaction
1010
+ ------------------------------------------------------------------------------------------------------
1011
+ RedisDictionary::ApplicationHelperTest: test_should_not_know_anything_but_named_routes_of_the_main_app
1012
+ ------------------------------------------------------------------------------------------------------
1013
+  (0.1ms) rollback transaction
1014
+  (0.1ms) begin transaction
1015
+ -----------------------------------------------------------------------------------------------------------
1016
+ RedisDictionary::ApplicationHelperTest: test_should_not_know_named_routes_of_the_main_app_if_not_configured
1017
+ -----------------------------------------------------------------------------------------------------------
1018
+  (0.1ms) rollback transaction
1019
+  (0.1ms) begin transaction
1020
+ -------------------------------------------------------------------------
1021
+ RedisDictionary::ApplicationHelperTest: test_should_not_know_other_routes
1022
+ -------------------------------------------------------------------------
1023
+  (0.1ms) rollback transaction
1024
+  (0.1ms) begin transaction
1025
+ ---------------------------------------------------------------------------------
1026
+ RedisDictionary::ConfigurationTest: test_should_set_:authentication_method_to_nil
1027
+ ---------------------------------------------------------------------------------
1028
+  (0.1ms) rollback transaction
1029
+  (0.1ms) begin transaction
1030
+ ------------------------------------------------------------------------------------------
1031
+ RedisDictionary::ConfigurationTest: test_should_set_:inline_main_app_named_routes_to_false
1032
+ ------------------------------------------------------------------------------------------
1033
+  (0.0ms) rollback transaction
1034
+  (0.0ms) begin transaction
1035
+ ------------------------------------------------------------------
1036
+ RedisDictionary::ConfigurationTest: test_should_set_:layout_to_nil
1037
+ ------------------------------------------------------------------
1038
+  (0.0ms) rollback transaction
1039
+  (0.1ms) begin transaction
1040
+ -------------------------------------------------------------------------
1041
+ RedisDictionary::TranslationTest: test_should_add_the_key_to_the_set_keys
1042
+ -------------------------------------------------------------------------
1043
+  (0.1ms) rollback transaction
1044
+  (0.1ms) begin transaction
1045
+ ---------------------------------------------------------------------------
1046
+ RedisDictionary::TranslationTest: test_should_be_exist_on_I18n_translations
1047
+ ---------------------------------------------------------------------------
1048
+  (0.1ms) rollback transaction
1049
+  (0.1ms) begin transaction
1050
+ ------------------------------------------------------------------------------
1051
+ RedisDictionary::TranslationTest: test_should_be_true_if_exists_in_system_keys
1052
+ ------------------------------------------------------------------------------
1053
+  (0.1ms) rollback transaction
1054
+  (0.1ms) begin transaction
1055
+ -------------------------------------------------------------------------------
1056
+ RedisDictionary::TranslationTest: test_should_be_true_if_the_translation_exists
1057
+ -------------------------------------------------------------------------------
1058
+  (0.1ms) rollback transaction
1059
+  (0.1ms) begin transaction
1060
+ -----------------------------------------------------------------
1061
+ RedisDictionary::TranslationTest: test_should_create_a_key_digest
1062
+ -----------------------------------------------------------------
1063
+  (0.1ms) rollback transaction
1064
+  (0.1ms) begin transaction
1065
+ ---------------------------------------------------------------------
1066
+ RedisDictionary::TranslationTest: test_should_remove_from_keys_digest
1067
+ ---------------------------------------------------------------------
1068
+  (0.1ms) rollback transaction
1069
+  (0.1ms) begin transaction
1070
+ ----------------------------------------------------------------------
1071
+ RedisDictionary::TranslationTest: test_should_remove_the_key_from_keys
1072
+ ----------------------------------------------------------------------
1073
+  (0.1ms) rollback transaction
1074
+  (0.1ms) begin transaction
1075
+ --------------------------------------------------------------------
1076
+ RedisDictionary::TranslationTest: test_should_remove_the_translation
1077
+ --------------------------------------------------------------------
1078
+  (0.1ms) rollback transaction
1079
+  (0.1ms) begin transaction
1080
+ ---------------------------------------------------------------
1081
+ RedisDictionary::TranslationTest: test_should_return_match_keys
1082
+ ---------------------------------------------------------------
1083
+  (0.1ms) rollback transaction
1084
+  (0.1ms) begin transaction
1085
+ -------------------------------------------------------------------------
1086
+ RedisDictionary::TranslationTest: test_should_return_sorted_array_of_keys
1087
+ -------------------------------------------------------------------------
1088
+  (0.1ms) rollback transaction
1089
+  (0.1ms) begin transaction
1090
+ --------------------------------------------------------------------------------
1091
+ RedisDictionary::TranslationTest: test_should_return_sorted_array_of_system_keys
1092
+ --------------------------------------------------------------------------------
1093
+  (0.1ms) rollback transaction
1094
+  (0.1ms) begin transaction
1095
+ -----------------------------------------------------------------------------------------
1096
+ RedisDictionary::TranslationTest: test_should_return_union_of_keys_and_system_keys_sorted
1097
+ -----------------------------------------------------------------------------------------
1098
+  (0.1ms) rollback transaction
1099
+  (0.1ms) begin transaction
1100
+ -------------------------------------------------------------------------------
1101
+ RedisDictionary::TranslationsControllerTest: test_should_delete_destroy_as_HTML
1102
+ -------------------------------------------------------------------------------
1103
+ Processing by RedisDictionary::TranslationsController#destroy as HTML
1104
+ Redirected to http://test.host/
1105
+ Completed 302 Found in 2ms (ActiveRecord: 0.0ms)
1106
+  (0.1ms) rollback transaction
1107
+  (0.1ms) begin transaction
1108
+ -----------------------------------------------------------------------------
1109
+ RedisDictionary::TranslationsControllerTest: test_should_delete_destroy_as_JS
1110
+ -----------------------------------------------------------------------------
1111
+ Processing by RedisDictionary::TranslationsController#destroy as JS
1112
+ Completed 200 OK in 59ms (Views: 57.5ms | ActiveRecord: 0.0ms)
1113
+  (0.1ms) rollback transaction
1114
+  (0.1ms) begin transaction
1115
+ ----------------------------------------------------------------------------
1116
+ RedisDictionary::TranslationsControllerTest: test_should_post_create_as_HTML
1117
+ ----------------------------------------------------------------------------
1118
+ Processing by RedisDictionary::TranslationsController#create as HTML
1119
+ Parameters: {"key"=>"test.lol", "value"=>"lol", "locale"=>"es"}
1120
+ Redirected to http://test.host/
1121
+ Completed 302 Found in 1ms (ActiveRecord: 0.0ms)
1122
+  (0.1ms) rollback transaction
1123
+  (0.1ms) begin transaction
1124
+ --------------------------------------------------------------------------
1125
+ RedisDictionary::TranslationsControllerTest: test_should_post_create_as_JS
1126
+ --------------------------------------------------------------------------
1127
+ Processing by RedisDictionary::TranslationsController#create as JS
1128
+ Parameters: {"key"=>"test.lol", "value"=>"lol", "locale"=>"es"}
1129
+ Rendered /Users/Redrick/Projects/redis_dictionary/app/views/redis_dictionary/translations/_key_translation.html.erb (8.0ms)
1130
+ Rendered /Users/Redrick/Projects/redis_dictionary/app/views/redis_dictionary/translations/_key_translation.html.erb (2.8ms)
1131
+ Completed 200 OK in 19ms (Views: 18.1ms | ActiveRecord: 0.0ms)
1132
+  (0.1ms) rollback transaction
1133
+  (0.1ms) begin transaction
1134
+ ------------------------------------------------------------------------------------
1135
+ RedisDictionaryTest: test_should_allow_developers_to_set_configurations_with_a_block
1136
+ ------------------------------------------------------------------------------------
1137
+  (0.1ms) rollback transaction
1138
+  (0.3ms) begin transaction
1139
+ -------------------------------------------------------------------------------------
1140
+ RedisDictionary::ApplicationHelperTest: test_should_know_named_routes_of_the_main_app
1141
+ -------------------------------------------------------------------------------------
1142
+  (0.2ms) rollback transaction
1143
+  (0.2ms) begin transaction
1144
+ ------------------------------------------------------------------------------------------------------
1145
+ RedisDictionary::ApplicationHelperTest: test_should_not_know_anything_but_named_routes_of_the_main_app
1146
+ ------------------------------------------------------------------------------------------------------
1147
+  (0.1ms) rollback transaction
1148
+  (0.1ms) begin transaction
1149
+ -----------------------------------------------------------------------------------------------------------
1150
+ RedisDictionary::ApplicationHelperTest: test_should_not_know_named_routes_of_the_main_app_if_not_configured
1151
+ -----------------------------------------------------------------------------------------------------------
1152
+  (0.1ms) rollback transaction
1153
+  (0.1ms) begin transaction
1154
+ -------------------------------------------------------------------------
1155
+ RedisDictionary::ApplicationHelperTest: test_should_not_know_other_routes
1156
+ -------------------------------------------------------------------------
1157
+  (0.1ms) rollback transaction
1158
+  (0.1ms) begin transaction
1159
+ ---------------------------------------------------------------------------------
1160
+ RedisDictionary::ConfigurationTest: test_should_set_:authentication_method_to_nil
1161
+ ---------------------------------------------------------------------------------
1162
+  (0.1ms) rollback transaction
1163
+  (0.0ms) begin transaction
1164
+ ------------------------------------------------------------------------------------------
1165
+ RedisDictionary::ConfigurationTest: test_should_set_:inline_main_app_named_routes_to_false
1166
+ ------------------------------------------------------------------------------------------
1167
+  (0.0ms) rollback transaction
1168
+  (0.0ms) begin transaction
1169
+ ------------------------------------------------------------------
1170
+ RedisDictionary::ConfigurationTest: test_should_set_:layout_to_nil
1171
+ ------------------------------------------------------------------
1172
+  (0.0ms) rollback transaction
1173
+  (0.0ms) begin transaction
1174
+ -------------------------------------------------------------------------
1175
+ RedisDictionary::TranslationTest: test_should_add_the_key_to_the_set_keys
1176
+ -------------------------------------------------------------------------
1177
+  (0.1ms) rollback transaction
1178
+  (0.0ms) begin transaction
1179
+ ---------------------------------------------------------------------------
1180
+ RedisDictionary::TranslationTest: test_should_be_exist_on_I18n_translations
1181
+ ---------------------------------------------------------------------------
1182
+  (0.1ms) rollback transaction
1183
+  (0.1ms) begin transaction
1184
+ ------------------------------------------------------------------------------
1185
+ RedisDictionary::TranslationTest: test_should_be_true_if_exists_in_system_keys
1186
+ ------------------------------------------------------------------------------
1187
+  (0.1ms) rollback transaction
1188
+  (0.1ms) begin transaction
1189
+ -------------------------------------------------------------------------------
1190
+ RedisDictionary::TranslationTest: test_should_be_true_if_the_translation_exists
1191
+ -------------------------------------------------------------------------------
1192
+  (0.1ms) rollback transaction
1193
+  (0.1ms) begin transaction
1194
+ -----------------------------------------------------------------
1195
+ RedisDictionary::TranslationTest: test_should_create_a_key_digest
1196
+ -----------------------------------------------------------------
1197
+  (0.1ms) rollback transaction
1198
+  (0.1ms) begin transaction
1199
+ ---------------------------------------------------------------------
1200
+ RedisDictionary::TranslationTest: test_should_remove_from_keys_digest
1201
+ ---------------------------------------------------------------------
1202
+  (0.1ms) rollback transaction
1203
+  (0.1ms) begin transaction
1204
+ ----------------------------------------------------------------------
1205
+ RedisDictionary::TranslationTest: test_should_remove_the_key_from_keys
1206
+ ----------------------------------------------------------------------
1207
+  (0.1ms) rollback transaction
1208
+  (0.1ms) begin transaction
1209
+ --------------------------------------------------------------------
1210
+ RedisDictionary::TranslationTest: test_should_remove_the_translation
1211
+ --------------------------------------------------------------------
1212
+  (0.1ms) rollback transaction
1213
+  (0.0ms) begin transaction
1214
+ ---------------------------------------------------------------
1215
+ RedisDictionary::TranslationTest: test_should_return_match_keys
1216
+ ---------------------------------------------------------------
1217
+  (0.1ms) rollback transaction
1218
+  (0.1ms) begin transaction
1219
+ -------------------------------------------------------------------------
1220
+ RedisDictionary::TranslationTest: test_should_return_sorted_array_of_keys
1221
+ -------------------------------------------------------------------------
1222
+  (0.1ms) rollback transaction
1223
+  (0.1ms) begin transaction
1224
+ --------------------------------------------------------------------------------
1225
+ RedisDictionary::TranslationTest: test_should_return_sorted_array_of_system_keys
1226
+ --------------------------------------------------------------------------------
1227
+  (0.1ms) rollback transaction
1228
+  (0.1ms) begin transaction
1229
+ -----------------------------------------------------------------------------------------
1230
+ RedisDictionary::TranslationTest: test_should_return_union_of_keys_and_system_keys_sorted
1231
+ -----------------------------------------------------------------------------------------
1232
+  (0.1ms) rollback transaction
1233
+  (0.1ms) begin transaction
1234
+ -------------------------------------------------------------------------------
1235
+ RedisDictionary::TranslationsControllerTest: test_should_delete_destroy_as_HTML
1236
+ -------------------------------------------------------------------------------
1237
+ Processing by RedisDictionary::TranslationsController#destroy as HTML
1238
+ Redirected to http://test.host/
1239
+ Completed 302 Found in 2ms (ActiveRecord: 0.0ms)
1240
+  (0.1ms) rollback transaction
1241
+  (0.1ms) begin transaction
1242
+ -----------------------------------------------------------------------------
1243
+ RedisDictionary::TranslationsControllerTest: test_should_delete_destroy_as_JS
1244
+ -----------------------------------------------------------------------------
1245
+ Processing by RedisDictionary::TranslationsController#destroy as JS
1246
+ Completed 200 OK in 10ms (Views: 9.0ms | ActiveRecord: 0.0ms)
1247
+  (0.1ms) rollback transaction
1248
+  (0.1ms) begin transaction
1249
+ ----------------------------------------------------------------------------
1250
+ RedisDictionary::TranslationsControllerTest: test_should_post_create_as_HTML
1251
+ ----------------------------------------------------------------------------
1252
+ Processing by RedisDictionary::TranslationsController#create as HTML
1253
+ Parameters: {"key"=>"test.lol", "value"=>"lol", "locale"=>"es"}
1254
+ Redirected to http://test.host/
1255
+ Completed 302 Found in 1ms (ActiveRecord: 0.0ms)
1256
+  (0.1ms) rollback transaction
1257
+  (0.1ms) begin transaction
1258
+ --------------------------------------------------------------------------
1259
+ RedisDictionary::TranslationsControllerTest: test_should_post_create_as_JS
1260
+ --------------------------------------------------------------------------
1261
+ Processing by RedisDictionary::TranslationsController#create as JS
1262
+ Parameters: {"key"=>"test.lol", "value"=>"lol", "locale"=>"es"}
1263
+ Rendered /Users/Redrick/Projects/redis_dictionary/app/views/redis_dictionary/translations/_key_translation.html.erb (7.1ms)
1264
+ Rendered /Users/Redrick/Projects/redis_dictionary/app/views/redis_dictionary/translations/_key_translation.html.erb (2.4ms)
1265
+ Completed 200 OK in 16ms (Views: 14.9ms | ActiveRecord: 0.0ms)
1266
+  (0.1ms) rollback transaction
1267
+  (0.0ms) begin transaction
1268
+ ------------------------------------------------------------------------------------
1269
+ RedisDictionaryTest: test_should_allow_developers_to_set_configurations_with_a_block
1270
+ ------------------------------------------------------------------------------------
1271
+  (0.1ms) rollback transaction
@@ -18,5 +18,4 @@ class RedisDictionaryTest < ActiveSupport::TestCase
18
18
  end
19
19
  end
20
20
 
21
- end
22
- §
21
+ end
metadata CHANGED
@@ -1,8 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: redis_dictionary
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.9.8
5
- prerelease:
4
+ version: 0.9.9
6
5
  platform: ruby
7
6
  authors:
8
7
  - Fourmach
@@ -11,214 +10,188 @@ authors:
11
10
  autorequire:
12
11
  bindir: bin
13
12
  cert_chain: []
14
- date: 2013-10-01 00:00:00.000000000 Z
13
+ date: 2013-10-04 00:00:00.000000000 Z
15
14
  dependencies:
16
15
  - !ruby/object:Gem::Dependency
17
16
  name: rails
18
17
  requirement: !ruby/object:Gem::Requirement
19
- none: false
20
18
  requirements:
21
- - - ! '>='
19
+ - - '>='
22
20
  - !ruby/object:Gem::Version
23
21
  version: '0'
24
22
  type: :runtime
25
23
  prerelease: false
26
24
  version_requirements: !ruby/object:Gem::Requirement
27
- none: false
28
25
  requirements:
29
- - - ! '>='
26
+ - - '>='
30
27
  - !ruby/object:Gem::Version
31
28
  version: '0'
32
29
  - !ruby/object:Gem::Dependency
33
30
  name: jquery-rails
34
31
  requirement: !ruby/object:Gem::Requirement
35
- none: false
36
32
  requirements:
37
- - - ! '>='
33
+ - - '>='
38
34
  - !ruby/object:Gem::Version
39
35
  version: '0'
40
36
  type: :runtime
41
37
  prerelease: false
42
38
  version_requirements: !ruby/object:Gem::Requirement
43
- none: false
44
39
  requirements:
45
- - - ! '>='
40
+ - - '>='
46
41
  - !ruby/object:Gem::Version
47
42
  version: '0'
48
43
  - !ruby/object:Gem::Dependency
49
44
  name: jquery-ui-rails
50
45
  requirement: !ruby/object:Gem::Requirement
51
- none: false
52
46
  requirements:
53
- - - ! '>='
47
+ - - '>='
54
48
  - !ruby/object:Gem::Version
55
49
  version: '0'
56
50
  type: :runtime
57
51
  prerelease: false
58
52
  version_requirements: !ruby/object:Gem::Requirement
59
- none: false
60
53
  requirements:
61
- - - ! '>='
54
+ - - '>='
62
55
  - !ruby/object:Gem::Version
63
56
  version: '0'
64
57
  - !ruby/object:Gem::Dependency
65
58
  name: redis
66
59
  requirement: !ruby/object:Gem::Requirement
67
- none: false
68
60
  requirements:
69
- - - ! '>='
61
+ - - '>='
70
62
  - !ruby/object:Gem::Version
71
63
  version: '0'
72
64
  type: :runtime
73
65
  prerelease: false
74
66
  version_requirements: !ruby/object:Gem::Requirement
75
- none: false
76
67
  requirements:
77
- - - ! '>='
68
+ - - '>='
78
69
  - !ruby/object:Gem::Version
79
70
  version: '0'
80
71
  - !ruby/object:Gem::Dependency
81
72
  name: uglifier
82
73
  requirement: !ruby/object:Gem::Requirement
83
- none: false
84
74
  requirements:
85
- - - ! '>='
75
+ - - '>='
86
76
  - !ruby/object:Gem::Version
87
77
  version: '0'
88
78
  type: :runtime
89
79
  prerelease: false
90
80
  version_requirements: !ruby/object:Gem::Requirement
91
- none: false
92
81
  requirements:
93
- - - ! '>='
82
+ - - '>='
94
83
  - !ruby/object:Gem::Version
95
84
  version: '0'
96
85
  - !ruby/object:Gem::Dependency
97
86
  name: will_paginate
98
87
  requirement: !ruby/object:Gem::Requirement
99
- none: false
100
88
  requirements:
101
- - - ! '>='
89
+ - - '>='
102
90
  - !ruby/object:Gem::Version
103
91
  version: '0'
104
92
  type: :runtime
105
93
  prerelease: false
106
94
  version_requirements: !ruby/object:Gem::Requirement
107
- none: false
108
95
  requirements:
109
- - - ! '>='
96
+ - - '>='
110
97
  - !ruby/object:Gem::Version
111
98
  version: '0'
112
99
  - !ruby/object:Gem::Dependency
113
100
  name: less-rails
114
101
  requirement: !ruby/object:Gem::Requirement
115
- none: false
116
102
  requirements:
117
- - - ! '>='
103
+ - - '>='
118
104
  - !ruby/object:Gem::Version
119
105
  version: '0'
120
106
  type: :runtime
121
107
  prerelease: false
122
108
  version_requirements: !ruby/object:Gem::Requirement
123
- none: false
124
109
  requirements:
125
- - - ! '>='
110
+ - - '>='
126
111
  - !ruby/object:Gem::Version
127
112
  version: '0'
128
113
  - !ruby/object:Gem::Dependency
129
114
  name: twitter-bootstrap-rails
130
115
  requirement: !ruby/object:Gem::Requirement
131
- none: false
132
116
  requirements:
133
- - - ! '>='
117
+ - - '>='
134
118
  - !ruby/object:Gem::Version
135
119
  version: '0'
136
120
  type: :runtime
137
121
  prerelease: false
138
122
  version_requirements: !ruby/object:Gem::Requirement
139
- none: false
140
123
  requirements:
141
- - - ! '>='
124
+ - - '>='
142
125
  - !ruby/object:Gem::Version
143
126
  version: '0'
144
127
  - !ruby/object:Gem::Dependency
145
128
  name: simplecov
146
129
  requirement: !ruby/object:Gem::Requirement
147
- none: false
148
130
  requirements:
149
- - - ! '>='
131
+ - - '>='
150
132
  - !ruby/object:Gem::Version
151
133
  version: '0'
152
134
  type: :development
153
135
  prerelease: false
154
136
  version_requirements: !ruby/object:Gem::Requirement
155
- none: false
156
137
  requirements:
157
- - - ! '>='
138
+ - - '>='
158
139
  - !ruby/object:Gem::Version
159
140
  version: '0'
160
141
  - !ruby/object:Gem::Dependency
161
142
  name: coveralls
162
143
  requirement: !ruby/object:Gem::Requirement
163
- none: false
164
144
  requirements:
165
- - - ! '>='
145
+ - - '>='
166
146
  - !ruby/object:Gem::Version
167
147
  version: '0'
168
148
  type: :development
169
149
  prerelease: false
170
150
  version_requirements: !ruby/object:Gem::Requirement
171
- none: false
172
151
  requirements:
173
- - - ! '>='
152
+ - - '>='
174
153
  - !ruby/object:Gem::Version
175
154
  version: '0'
176
155
  - !ruby/object:Gem::Dependency
177
156
  name: capybara
178
157
  requirement: !ruby/object:Gem::Requirement
179
- none: false
180
158
  requirements:
181
- - - ! '>='
159
+ - - '>='
182
160
  - !ruby/object:Gem::Version
183
161
  version: '0'
184
162
  type: :development
185
163
  prerelease: false
186
164
  version_requirements: !ruby/object:Gem::Requirement
187
- none: false
188
165
  requirements:
189
- - - ! '>='
166
+ - - '>='
190
167
  - !ruby/object:Gem::Version
191
168
  version: '0'
192
169
  - !ruby/object:Gem::Dependency
193
170
  name: poltergeist
194
171
  requirement: !ruby/object:Gem::Requirement
195
- none: false
196
172
  requirements:
197
- - - ! '>='
173
+ - - '>='
198
174
  - !ruby/object:Gem::Version
199
175
  version: '0'
200
176
  type: :development
201
177
  prerelease: false
202
178
  version_requirements: !ruby/object:Gem::Requirement
203
- none: false
204
179
  requirements:
205
- - - ! '>='
180
+ - - '>='
206
181
  - !ruby/object:Gem::Version
207
182
  version: '0'
208
183
  - !ruby/object:Gem::Dependency
209
184
  name: sqlite3
210
185
  requirement: !ruby/object:Gem::Requirement
211
- none: false
212
186
  requirements:
213
- - - ! '>='
187
+ - - '>='
214
188
  - !ruby/object:Gem::Version
215
189
  version: '0'
216
190
  type: :development
217
191
  prerelease: false
218
192
  version_requirements: !ruby/object:Gem::Requirement
219
- none: false
220
193
  requirements:
221
- - - ! '>='
194
+ - - '>='
222
195
  - !ruby/object:Gem::Version
223
196
  version: '0'
224
197
  description:
@@ -294,28 +267,28 @@ files:
294
267
  - test/unit/helpers/redis_dictionary/application_helper_test.rb
295
268
  - test/unit/redis_dictionary/translation_test.rb
296
269
  homepage: https://github.com/redrick/redis_dictionary
297
- licenses: []
270
+ licenses:
271
+ - MIT
272
+ metadata: {}
298
273
  post_install_message:
299
274
  rdoc_options: []
300
275
  require_paths:
301
276
  - lib
302
277
  required_ruby_version: !ruby/object:Gem::Requirement
303
- none: false
304
278
  requirements:
305
- - - ! '>='
279
+ - - '>='
306
280
  - !ruby/object:Gem::Version
307
281
  version: 1.9.3
308
282
  required_rubygems_version: !ruby/object:Gem::Requirement
309
- none: false
310
283
  requirements:
311
- - - ! '>='
284
+ - - '>='
312
285
  - !ruby/object:Gem::Version
313
286
  version: '0'
314
287
  requirements: []
315
288
  rubyforge_project:
316
- rubygems_version: 1.8.25
289
+ rubygems_version: 2.0.6
317
290
  signing_key:
318
- specification_version: 3
291
+ specification_version: 4
319
292
  summary: Rails frontend for i18n with redis backend as extended version of fourmach/i18n_dashboard
320
293
  gem.
321
294
  test_files: