hyper-i18n 1.0.alpha1.1 → 1.0.alpha1.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,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 7a2046149f6dd276c182928759d38a5b50c85d9d58a199e1da18bde6fe5dad61
4
- data.tar.gz: 1b26d8d1defea62761985c914af49f660304ad270ff47ee76bcbb6f7e17cd12d
3
+ metadata.gz: b1514e33e604d17766cf5e18e1225b8140f72c2596a6c37616e8e929fa62d768
4
+ data.tar.gz: 30e9c738f193e690f1ba9e8750ae20bc8db24252a0771802e3e9ed5eeab3a76f
5
5
  SHA512:
6
- metadata.gz: abfbae89f881d9d77d9fc82813fc31a83524a24e8d8b2361e8531c32ca79357ab730d87f3f37daeacf3466d263949425fa0d13a6be1e2981de6237f6b93a5fda
7
- data.tar.gz: d5d01e5f4552221ead074e9a99a6687820a75f17c25942641c957013a986c0d365347c1e0b5bc223d25d330b818904d782c84793b2642cb297498a3c2da61a13
6
+ metadata.gz: 107c000a3994cde7a231a82a95c05076a35e58117d8ae649579b6d98ddcaf180f7971a0f5bba03c7e7f8534c65236607587f258b581c3f29bcbe95f6ab1b810f
7
+ data.tar.gz: 507b547ce54c4a2a1acf2a5f3c7dedac67d7bd1118d324a7168bee22cc394e737c81e525f02efd5af4aa5dfb6be0f9dda1b3441793bf68ae0263840ddda644eb
data/Gemfile.lock CHANGED
@@ -1,9 +1,9 @@
1
1
  PATH
2
2
  remote: ../hyper-component
3
3
  specs:
4
- hyper-component (0.1)
5
- hyper-state (= 0.1)
6
- hyperstack-config (= 0.1)
4
+ hyper-component (1.0.alpha1.2)
5
+ hyper-state (= 1.0.alpha1.2)
6
+ hyperstack-config (= 1.0.alpha1.2)
7
7
  libv8 (~> 6.3.0)
8
8
  mini_racer (~> 0.1.15)
9
9
  opal (>= 0.11.0, < 0.12.0)
@@ -13,26 +13,25 @@ PATH
13
13
  PATH
14
14
  remote: ../hyper-model
15
15
  specs:
16
- hyper-model (0.1)
16
+ hyper-model (1.0.alpha1.2)
17
17
  activemodel
18
18
  activerecord (>= 4.0.0)
19
- hyper-component (= 0.1)
20
- hyper-operation (= 0.1)
21
- hyper-store (= 0.1)
19
+ hyper-component (= 1.0.alpha1.2)
20
+ hyper-operation (= 1.0.alpha1.2)
22
21
 
23
22
  PATH
24
23
  remote: ../hyper-operation
25
24
  specs:
26
- hyper-operation (0.1)
25
+ hyper-operation (1.0.alpha1.2)
27
26
  activerecord (>= 4.0.0)
28
- hyper-component (= 0.1)
27
+ hyper-component (= 1.0.alpha1.2)
29
28
  mutations
30
29
  opal-activesupport (~> 0.3.1)
31
30
 
32
31
  PATH
33
32
  remote: ../hyper-spec
34
33
  specs:
35
- hyper-spec (0.1)
34
+ hyper-spec (1.0.alpha1.2)
36
35
  capybara
37
36
  chromedriver-helper (= 1.2.0)
38
37
  libv8 (~> 6.3.0)
@@ -51,22 +50,22 @@ PATH
51
50
  PATH
52
51
  remote: ../hyper-state
53
52
  specs:
54
- hyper-state (0.1)
55
- hyperstack-config (= 0.1)
53
+ hyper-state (1.0.alpha1.2)
54
+ hyperstack-config (= 1.0.alpha1.2)
56
55
  opal (>= 0.11.0, < 0.12.0)
57
56
 
58
57
  PATH
59
58
  remote: ../hyper-store
60
59
  specs:
61
- hyper-store (0.1)
62
- hyper-state (= 0.1)
63
- hyperstack-config (= 0.1)
60
+ hyper-store (1.0.alpha1.2)
61
+ hyper-state (= 1.0.alpha1.2)
62
+ hyperstack-config (= 1.0.alpha1.2)
64
63
  opal (>= 0.11.0, < 0.12.0)
65
64
 
66
65
  PATH
67
66
  remote: ../hyperstack-config
68
67
  specs:
69
- hyperstack-config (0.1)
68
+ hyperstack-config (1.0.alpha1.2)
70
69
  libv8 (~> 6.3.0)
71
70
  listen (~> 3.0)
72
71
  mini_racer (~> 0.1.15)
@@ -78,8 +77,8 @@ PATH
78
77
  PATH
79
78
  remote: .
80
79
  specs:
81
- hyper-i18n (0.1.0)
82
- hyper-operation (= 0.1.0)
80
+ hyper-i18n (1.0.alpha1.2)
81
+ hyper-operation (= 1.0.alpha1.2)
83
82
  i18n
84
83
 
85
84
  GEM
@@ -141,7 +140,7 @@ GEM
141
140
  babel-source (>= 4.0, < 6)
142
141
  execjs (~> 2.0)
143
142
  builder (3.2.3)
144
- capybara (3.10.1)
143
+ capybara (3.11.0)
145
144
  addressable
146
145
  mini_mime (>= 0.1.3)
147
146
  nokogiri (~> 1.8)
@@ -277,7 +276,7 @@ GEM
277
276
  execjs
278
277
  railties (>= 3.2)
279
278
  tilt
280
- regexp_parser (1.2.0)
279
+ regexp_parser (1.3.0)
281
280
  rspec (3.8.0)
282
281
  rspec-core (~> 3.8.0)
283
282
  rspec-expectations (~> 3.8.0)
@@ -1,3 +1,3 @@
1
1
  module HyperI18n
2
- VERSION = '1.0.alpha1.1'
2
+ VERSION = '1.0.alpha1.2'
3
3
  end
@@ -1,5 +1,5 @@
1
1
  module Hyperstack
2
2
  module I18n
3
- VERSION = '1.0.alpha1.1'
3
+ VERSION = '1.0.alpha1.2'
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.1
4
+ version: 1.0.alpha1.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - adamcreekroad
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2018-11-14 00:00:00.000000000 Z
11
+ date: 2018-11-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.1
19
+ version: 1.0.alpha1.2
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.1
26
+ version: 1.0.alpha1.2
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.1
75
+ version: 1.0.alpha1.2
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.1
82
+ version: 1.0.alpha1.2
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.1
89
+ version: 1.0.alpha1.2
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.1
96
+ version: 1.0.alpha1.2
97
97
  - !ruby/object:Gem::Dependency
98
98
  name: opal-rails
99
99
  requirement: !ruby/object:Gem::Requirement