hyper-i18n 1.0.alpha1.3 → 1.0.alpha1.4

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: fd4262dab97dd7e6fea12b5f5242c35e0c3e349dbd42b898d423369cce49f054
4
- data.tar.gz: 53b17c23cbac499f1cd6f66667c7df68fd639a7dcf7e3f3a8a266b6eb54af37e
3
+ metadata.gz: fad0f3e3004fe52f70d0ec074ed0db5f1d8f5d14172c624e1a6a59ecc2298e89
4
+ data.tar.gz: c0f98645f58980b4cd4407dd005762fc30be0f25b873fdf872d60f7bd1005bbf
5
5
  SHA512:
6
- metadata.gz: eb0922b05138f5d3e2fd26d45051439a6e95450db643668801e830b3276a3601ad868e3bbd5ad842d64fc0a2c2611aac7a73b9f04b22f14cc8eac1b8f354fb72
7
- data.tar.gz: 95e86133cabe5705d7d5d6a79705abe08b3434a4a1605f7374cba74a02beedf177feec3247442b17d3df69fc934b9e30980ac5ea707aea8e363f4dc32db7d7a5
6
+ metadata.gz: ddda836b63ee31a56aaff31d9b06ca1c699be59a4a8fe99a24c1a07a0ec658f42bd5a4bc904edcbdeb7a867939f54103adc4de44271c68e9c6c132b1d8bc88b6
7
+ data.tar.gz: e20e9b383f2666aaaebd16862f87d4b439398952331c0038fe9dd7d328f6f72a6ef270ce9abce8a067f3bf36f4313a99422520c35f5887e6d68eebec546a71d8
data/.gitignore CHANGED
@@ -7,3 +7,6 @@
7
7
  /spec/reports/
8
8
  /tmp/
9
9
  *.gem
10
+ # ignore Gemfile.locks https://yehudakatz.com/2010/12/16/clarifying-the-roles-of-the-gemspec-and-gemfile/
11
+ /spec/test_app/Gemfile.lock
12
+ /Gemfile.lock
data/hyper-i18n.gemspec CHANGED
@@ -32,5 +32,5 @@ Gem::Specification.new do |spec|
32
32
  spec.add_development_dependency 'rake', '~> 10.0'
33
33
  spec.add_development_dependency 'rspec'
34
34
  spec.add_development_dependency 'rubocop', '~> 0.51.0'
35
- spec.add_development_dependency 'sqlite3'
35
+ spec.add_development_dependency 'sqlite3', '~> 1.3.6' # see https://github.com/rails/rails/issues/35153
36
36
  end
@@ -1,3 +1,3 @@
1
1
  module HyperI18n
2
- VERSION = '1.0.alpha1.3'
2
+ VERSION = '1.0.alpha1.4'
3
3
  end
@@ -1,5 +1,5 @@
1
1
  module Hyperstack
2
2
  module I18n
3
- VERSION = '1.0.alpha1.3'
3
+ VERSION = '1.0.alpha1.4'
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: hyper-i18n
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.alpha1.3
4
+ version: 1.0.alpha1.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - adamcreekroad
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2019-01-17 00:00:00.000000000 Z
11
+ date: 2019-02-16 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: hyper-operation
@@ -16,14 +16,14 @@ dependencies:
16
16
  requirements:
17
17
  - - '='
18
18
  - !ruby/object:Gem::Version
19
- version: 1.0.alpha1.3
19
+ version: 1.0.alpha1.4
20
20
  type: :runtime
21
21
  prerelease: false
22
22
  version_requirements: !ruby/object:Gem::Requirement
23
23
  requirements:
24
24
  - - '='
25
25
  - !ruby/object:Gem::Version
26
- version: 1.0.alpha1.3
26
+ version: 1.0.alpha1.4
27
27
  - !ruby/object:Gem::Dependency
28
28
  name: i18n
29
29
  requirement: !ruby/object:Gem::Requirement
@@ -72,28 +72,28 @@ dependencies:
72
72
  requirements:
73
73
  - - '='
74
74
  - !ruby/object:Gem::Version
75
- version: 1.0.alpha1.3
75
+ version: 1.0.alpha1.4
76
76
  type: :development
77
77
  prerelease: false
78
78
  version_requirements: !ruby/object:Gem::Requirement
79
79
  requirements:
80
80
  - - '='
81
81
  - !ruby/object:Gem::Version
82
- version: 1.0.alpha1.3
82
+ version: 1.0.alpha1.4
83
83
  - !ruby/object:Gem::Dependency
84
84
  name: hyper-spec
85
85
  requirement: !ruby/object:Gem::Requirement
86
86
  requirements:
87
87
  - - '='
88
88
  - !ruby/object:Gem::Version
89
- version: 1.0.alpha1.3
89
+ version: 1.0.alpha1.4
90
90
  type: :development
91
91
  prerelease: false
92
92
  version_requirements: !ruby/object:Gem::Requirement
93
93
  requirements:
94
94
  - - '='
95
95
  - !ruby/object:Gem::Version
96
- version: 1.0.alpha1.3
96
+ version: 1.0.alpha1.4
97
97
  - !ruby/object:Gem::Dependency
98
98
  name: opal-rails
99
99
  requirement: !ruby/object:Gem::Requirement
@@ -182,16 +182,16 @@ dependencies:
182
182
  name: sqlite3
183
183
  requirement: !ruby/object:Gem::Requirement
184
184
  requirements:
185
- - - ">="
185
+ - - "~>"
186
186
  - !ruby/object:Gem::Version
187
- version: '0'
187
+ version: 1.3.6
188
188
  type: :development
189
189
  prerelease: false
190
190
  version_requirements: !ruby/object:Gem::Requirement
191
191
  requirements:
192
- - - ">="
192
+ - - "~>"
193
193
  - !ruby/object:Gem::Version
194
- version: '0'
194
+ version: 1.3.6
195
195
  description:
196
196
  email:
197
197
  - adamgeorge.31@gmail.com
@@ -203,7 +203,6 @@ files:
203
203
  - ".rubocop.yml"
204
204
  - ".travis.yml"
205
205
  - Gemfile
206
- - Gemfile.lock
207
206
  - Rakefile
208
207
  - hyper-i18n.gemspec
209
208
  - lib/hyper-i18n.rb
data/Gemfile.lock DELETED
@@ -1,395 +0,0 @@
1
- PATH
2
- remote: ../hyper-component
3
- specs:
4
- hyper-component (1.0.alpha1.3)
5
- hyper-state (= 1.0.alpha1.3)
6
- hyperstack-config (= 1.0.alpha1.3)
7
- libv8 (~> 6.7.0)
8
- mini_racer (~> 0.2.4)
9
- opal (>= 0.11.0, < 0.12.0)
10
- opal-activesupport (~> 0.3.1)
11
- react-rails (>= 2.4.0, < 2.5.0)
12
-
13
- PATH
14
- remote: ../hyper-model
15
- specs:
16
- hyper-model (1.0.alpha1.3)
17
- activemodel
18
- activerecord (>= 4.0.0)
19
- hyper-component (= 1.0.alpha1.3)
20
- hyper-operation (= 1.0.alpha1.3)
21
-
22
- PATH
23
- remote: ../hyper-operation
24
- specs:
25
- hyper-operation (1.0.alpha1.3)
26
- activerecord (>= 4.0.0)
27
- hyper-component (= 1.0.alpha1.3)
28
- mutations
29
- opal-activesupport (~> 0.3.1)
30
- tty-table
31
-
32
- PATH
33
- remote: ../hyper-spec
34
- specs:
35
- hyper-spec (1.0.alpha1.3)
36
- capybara
37
- chromedriver-helper (= 1.2.0)
38
- libv8
39
- method_source
40
- mini_racer (~> 0.2.4)
41
- opal (>= 0.11.0, < 0.12.0)
42
- parser (>= 2.3.3.1)
43
- pry
44
- rspec-rails
45
- selenium-webdriver
46
- timecop (~> 0.8.1)
47
- uglifier
48
- unparser (>= 0.2, < 0.4)
49
- webdrivers
50
-
51
- PATH
52
- remote: ../hyper-state
53
- specs:
54
- hyper-state (1.0.alpha1.3)
55
- hyperstack-config (= 1.0.alpha1.3)
56
- opal (>= 0.11.0, < 0.12.0)
57
-
58
- PATH
59
- remote: ../hyper-store
60
- specs:
61
- hyper-store (1.0.alpha1.3)
62
- hyper-state (= 1.0.alpha1.3)
63
- hyperstack-config (= 1.0.alpha1.3)
64
- opal (>= 0.11.0, < 0.12.0)
65
-
66
- PATH
67
- remote: ../hyperstack-config
68
- specs:
69
- hyperstack-config (1.0.alpha1.3)
70
- listen (~> 3.0)
71
- mini_racer (~> 0.2.4)
72
- opal (>= 0.11.0, < 0.12.0)
73
- opal-browser (~> 0.2.0)
74
- uglifier
75
- websocket
76
-
77
- PATH
78
- remote: .
79
- specs:
80
- hyper-i18n (1.0.alpha1.3)
81
- hyper-operation (= 1.0.alpha1.3)
82
- i18n
83
-
84
- GEM
85
- remote: https://rubygems.org/
86
- specs:
87
- abstract_type (0.0.7)
88
- actioncable (5.2.1)
89
- actionpack (= 5.2.1)
90
- nio4r (~> 2.0)
91
- websocket-driver (>= 0.6.1)
92
- actionmailer (5.2.1)
93
- actionpack (= 5.2.1)
94
- actionview (= 5.2.1)
95
- activejob (= 5.2.1)
96
- mail (~> 2.5, >= 2.5.4)
97
- rails-dom-testing (~> 2.0)
98
- actionpack (5.2.1)
99
- actionview (= 5.2.1)
100
- activesupport (= 5.2.1)
101
- rack (~> 2.0)
102
- rack-test (>= 0.6.3)
103
- rails-dom-testing (~> 2.0)
104
- rails-html-sanitizer (~> 1.0, >= 1.0.2)
105
- actionview (5.2.1)
106
- activesupport (= 5.2.1)
107
- builder (~> 3.1)
108
- erubi (~> 1.4)
109
- rails-dom-testing (~> 2.0)
110
- rails-html-sanitizer (~> 1.0, >= 1.0.3)
111
- activejob (5.2.1)
112
- activesupport (= 5.2.1)
113
- globalid (>= 0.3.6)
114
- activemodel (5.2.1)
115
- activesupport (= 5.2.1)
116
- activerecord (5.2.1)
117
- activemodel (= 5.2.1)
118
- activesupport (= 5.2.1)
119
- arel (>= 9.0)
120
- activestorage (5.2.1)
121
- actionpack (= 5.2.1)
122
- activerecord (= 5.2.1)
123
- marcel (~> 0.3.1)
124
- activesupport (5.2.1)
125
- concurrent-ruby (~> 1.0, >= 1.0.2)
126
- i18n (>= 0.7, < 2)
127
- minitest (~> 5.1)
128
- tzinfo (~> 1.1)
129
- adamantium (0.2.0)
130
- ice_nine (~> 0.11.0)
131
- memoizable (~> 0.4.0)
132
- addressable (2.5.2)
133
- public_suffix (>= 2.0.2, < 4.0)
134
- archive-zip (0.11.0)
135
- io-like (~> 0.3.0)
136
- arel (9.0.0)
137
- ast (2.4.0)
138
- babel-source (5.8.35)
139
- babel-transpiler (0.7.0)
140
- babel-source (>= 4.0, < 6)
141
- execjs (~> 2.0)
142
- builder (3.2.3)
143
- capybara (3.12.0)
144
- addressable
145
- mini_mime (>= 0.1.3)
146
- nokogiri (~> 1.8)
147
- rack (>= 1.6.0)
148
- rack-test (>= 0.6.3)
149
- regexp_parser (~> 1.2)
150
- xpath (~> 3.2)
151
- childprocess (0.9.0)
152
- ffi (~> 1.0, >= 1.0.11)
153
- chromedriver-helper (1.2.0)
154
- archive-zip (~> 0.10)
155
- nokogiri (~> 1.8)
156
- coderay (1.1.2)
157
- concord (0.1.5)
158
- adamantium (~> 0.2.0)
159
- equalizer (~> 0.0.9)
160
- concurrent-ruby (1.0.5)
161
- connection_pool (2.2.2)
162
- crass (1.0.4)
163
- diff-lcs (1.3)
164
- equalizer (0.0.11)
165
- equatable (0.5.0)
166
- erubi (1.7.1)
167
- execjs (2.7.0)
168
- ffi (1.10.0)
169
- globalid (0.4.1)
170
- activesupport (>= 4.2.0)
171
- hike (1.2.3)
172
- i18n (1.1.0)
173
- concurrent-ruby (~> 1.0)
174
- ice_nine (0.11.2)
175
- io-like (0.3.0)
176
- jquery-rails (4.3.3)
177
- rails-dom-testing (>= 1, < 3)
178
- railties (>= 4.2.0)
179
- thor (>= 0.14, < 2.0)
180
- libv8 (6.7.288.46.1)
181
- listen (3.1.5)
182
- rb-fsevent (~> 0.9, >= 0.9.4)
183
- rb-inotify (~> 0.9, >= 0.9.7)
184
- ruby_dep (~> 1.2)
185
- loofah (2.2.2)
186
- crass (~> 1.0.2)
187
- nokogiri (>= 1.5.9)
188
- mail (2.7.0)
189
- mini_mime (>= 0.1.1)
190
- marcel (0.3.2)
191
- mimemagic (~> 0.3.2)
192
- memoizable (0.4.2)
193
- thread_safe (~> 0.3, >= 0.3.1)
194
- method_source (0.9.0)
195
- mimemagic (0.3.2)
196
- mini_mime (1.0.1)
197
- mini_portile2 (2.3.0)
198
- mini_racer (0.2.4)
199
- libv8 (>= 6.3)
200
- minitest (5.11.3)
201
- mutations (0.8.3)
202
- activesupport
203
- necromancer (0.4.0)
204
- net_http_ssl_fix (0.0.10)
205
- nio4r (2.3.1)
206
- nokogiri (1.8.4)
207
- mini_portile2 (~> 2.3.0)
208
- opal (0.11.3)
209
- ast (>= 2.3.0)
210
- hike (~> 1.2)
211
- parser (= 2.3.3.1)
212
- sourcemap (~> 0.1.0)
213
- opal-activesupport (0.3.1)
214
- opal (>= 0.5.0, < 1.0.0)
215
- opal-browser (0.2.0)
216
- opal
217
- paggio
218
- opal-jquery (0.4.3)
219
- opal (>= 0.10.0, < 0.12.0)
220
- opal-rails (0.9.5)
221
- jquery-rails
222
- opal (>= 0.11.0, < 0.12)
223
- opal-activesupport (>= 0.0.5)
224
- opal-jquery (~> 0.4.0)
225
- opal-sprockets (~> 0.4.2)
226
- rails (>= 4.1, < 6.0)
227
- sprockets-rails (>= 2.3.3, < 4.0)
228
- opal-sprockets (0.4.2.0.11.0.3.1)
229
- opal (~> 0.11.0)
230
- sprockets (~> 3.1)
231
- tilt (>= 1.4)
232
- paggio (0.2.6)
233
- parallel (1.12.1)
234
- parser (2.3.3.1)
235
- ast (~> 2.2)
236
- pastel (0.7.2)
237
- equatable (~> 0.5.0)
238
- tty-color (~> 0.4.0)
239
- powerpack (0.1.2)
240
- procto (0.0.3)
241
- pry (0.11.3)
242
- coderay (~> 1.1.0)
243
- method_source (~> 0.9.0)
244
- public_suffix (3.0.3)
245
- puma (3.12.0)
246
- rack (2.0.5)
247
- rack-test (1.1.0)
248
- rack (>= 1.0, < 3)
249
- rails (5.2.1)
250
- actioncable (= 5.2.1)
251
- actionmailer (= 5.2.1)
252
- actionpack (= 5.2.1)
253
- actionview (= 5.2.1)
254
- activejob (= 5.2.1)
255
- activemodel (= 5.2.1)
256
- activerecord (= 5.2.1)
257
- activestorage (= 5.2.1)
258
- activesupport (= 5.2.1)
259
- bundler (>= 1.3.0)
260
- railties (= 5.2.1)
261
- sprockets-rails (>= 2.0.0)
262
- rails-dom-testing (2.0.3)
263
- activesupport (>= 4.2.0)
264
- nokogiri (>= 1.6)
265
- rails-html-sanitizer (1.0.4)
266
- loofah (~> 2.2, >= 2.2.2)
267
- railties (5.2.1)
268
- actionpack (= 5.2.1)
269
- activesupport (= 5.2.1)
270
- method_source
271
- rake (>= 0.8.7)
272
- thor (>= 0.19.0, < 2.0)
273
- rainbow (2.2.2)
274
- rake
275
- rake (10.5.0)
276
- rb-fsevent (0.10.3)
277
- rb-inotify (0.10.0)
278
- ffi (~> 1.0)
279
- react-rails (2.4.7)
280
- babel-transpiler (>= 0.7.0)
281
- connection_pool
282
- execjs
283
- railties (>= 3.2)
284
- tilt
285
- regexp_parser (1.3.0)
286
- rspec (3.8.0)
287
- rspec-core (~> 3.8.0)
288
- rspec-expectations (~> 3.8.0)
289
- rspec-mocks (~> 3.8.0)
290
- rspec-core (3.8.0)
291
- rspec-support (~> 3.8.0)
292
- rspec-expectations (3.8.1)
293
- diff-lcs (>= 1.2.0, < 2.0)
294
- rspec-support (~> 3.8.0)
295
- rspec-mocks (3.8.0)
296
- diff-lcs (>= 1.2.0, < 2.0)
297
- rspec-support (~> 3.8.0)
298
- rspec-rails (3.8.1)
299
- actionpack (>= 3.0)
300
- activesupport (>= 3.0)
301
- railties (>= 3.0)
302
- rspec-core (~> 3.8.0)
303
- rspec-expectations (~> 3.8.0)
304
- rspec-mocks (~> 3.8.0)
305
- rspec-support (~> 3.8.0)
306
- rspec-support (3.8.0)
307
- rubocop (0.51.0)
308
- parallel (~> 1.10)
309
- parser (>= 2.3.3.1, < 3.0)
310
- powerpack (~> 0.1)
311
- rainbow (>= 2.2.2, < 3.0)
312
- ruby-progressbar (~> 1.7)
313
- unicode-display_width (~> 1.0, >= 1.0.1)
314
- ruby-progressbar (1.10.0)
315
- ruby_dep (1.5.0)
316
- rubyzip (1.2.2)
317
- selenium-webdriver (3.141.0)
318
- childprocess (~> 0.5)
319
- rubyzip (~> 1.2, >= 1.2.2)
320
- sourcemap (0.1.1)
321
- sprockets (3.7.2)
322
- concurrent-ruby (~> 1.0)
323
- rack (> 1, < 3)
324
- sprockets-rails (3.2.1)
325
- actionpack (>= 4.0)
326
- activesupport (>= 4.0)
327
- sprockets (>= 3.0.0)
328
- sqlite3 (1.3.13)
329
- strings (0.1.4)
330
- strings-ansi (~> 0.1.0)
331
- unicode-display_width (~> 1.4.0)
332
- unicode_utils (~> 1.4.0)
333
- strings-ansi (0.1.0)
334
- thor (0.20.0)
335
- thread_safe (0.3.6)
336
- tilt (2.0.8)
337
- timecop (0.8.1)
338
- tty-color (0.4.3)
339
- tty-screen (0.6.5)
340
- tty-table (0.10.0)
341
- equatable (~> 0.5.0)
342
- necromancer (~> 0.4.0)
343
- pastel (~> 0.7.2)
344
- strings (~> 0.1.0)
345
- tty-screen (~> 0.6.4)
346
- tzinfo (1.2.5)
347
- thread_safe (~> 0.1)
348
- uglifier (4.1.20)
349
- execjs (>= 0.3.0, < 3)
350
- unicode-display_width (1.4.0)
351
- unicode_utils (1.4.0)
352
- unparser (0.2.8)
353
- abstract_type (~> 0.0.7)
354
- adamantium (~> 0.2.0)
355
- concord (~> 0.1.5)
356
- diff-lcs (~> 1.3)
357
- equalizer (~> 0.0.9)
358
- parser (>= 2.3.1.2, < 2.6)
359
- procto (~> 0.0.2)
360
- webdrivers (3.6.0)
361
- net_http_ssl_fix
362
- nokogiri (~> 1.6)
363
- rubyzip (~> 1.0)
364
- selenium-webdriver (~> 3.0)
365
- websocket (1.2.8)
366
- websocket-driver (0.7.0)
367
- websocket-extensions (>= 0.1.0)
368
- websocket-extensions (0.1.3)
369
- xpath (3.2.0)
370
- nokogiri (~> 1.8)
371
-
372
- PLATFORMS
373
- ruby
374
-
375
- DEPENDENCIES
376
- bundler
377
- chromedriver-helper
378
- hyper-component!
379
- hyper-i18n!
380
- hyper-model!
381
- hyper-operation!
382
- hyper-spec!
383
- hyper-state!
384
- hyper-store!
385
- hyperstack-config!
386
- opal-rails (~> 0.9.4)
387
- pry
388
- puma
389
- rake (~> 10.0)
390
- rspec
391
- rubocop (~> 0.51.0)
392
- sqlite3
393
-
394
- BUNDLED WITH
395
- 2.0.1