hyper-store 0.2.0 → 0.2.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/Gemfile.lock +45 -56
- data/hyper-store.gemspec +2 -2
- data/lib/hyper-store.rb +1 -1
- data/lib/hyper-store/version.rb +1 -1
- data/lib/react/state.rb +1 -1
- metadata +4 -18
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 93d5b0d7eb268b027273efe9f66096179d6aa290
|
4
|
+
data.tar.gz: 6565ff13c39ab24c8b8d97c4f7919e3feef70750
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: d6e778a8736004ead631296bd81c316f50d3ea92743c85fb37bdbd35488f05fe1d484208a2353c0b7a87e62a0d7708e94caaecab894f6de24f20bada6af0e228
|
7
|
+
data.tar.gz: a0602c617f7a6746f2e7bcde5999f78176e39d743deb7498347ff9a17e0b29af760c1d3dd1e7b9c24983506e18ad01b69f47a0ccaeb6abaa6cca3c86187428fe
|
data/Gemfile.lock
CHANGED
@@ -1,56 +1,46 @@
|
|
1
|
-
PATH
|
2
|
-
remote: ../hyper-react
|
3
|
-
specs:
|
4
|
-
hyper-react (0.12.0)
|
5
|
-
hyper-store
|
6
|
-
hyperloop-config
|
7
|
-
opal (>= 0.8.0)
|
8
|
-
opal-activesupport (>= 0.2.0)
|
9
|
-
react-rails
|
10
|
-
|
11
1
|
PATH
|
12
2
|
remote: .
|
13
3
|
specs:
|
14
|
-
hyper-store (0.2.
|
15
|
-
hyperloop-config
|
4
|
+
hyper-store (0.2.1)
|
5
|
+
hyperloop-config (>= 0.9.2)
|
16
6
|
|
17
7
|
GEM
|
18
8
|
remote: https://rubygems.org/
|
19
9
|
specs:
|
20
10
|
abstract_type (0.0.7)
|
21
|
-
actioncable (5.0.
|
22
|
-
actionpack (= 5.0.
|
23
|
-
nio4r (
|
11
|
+
actioncable (5.0.2)
|
12
|
+
actionpack (= 5.0.2)
|
13
|
+
nio4r (>= 1.2, < 3.0)
|
24
14
|
websocket-driver (~> 0.6.1)
|
25
|
-
actionmailer (5.0.
|
26
|
-
actionpack (= 5.0.
|
27
|
-
actionview (= 5.0.
|
28
|
-
activejob (= 5.0.
|
15
|
+
actionmailer (5.0.2)
|
16
|
+
actionpack (= 5.0.2)
|
17
|
+
actionview (= 5.0.2)
|
18
|
+
activejob (= 5.0.2)
|
29
19
|
mail (~> 2.5, >= 2.5.4)
|
30
20
|
rails-dom-testing (~> 2.0)
|
31
|
-
actionpack (5.0.
|
32
|
-
actionview (= 5.0.
|
33
|
-
activesupport (= 5.0.
|
21
|
+
actionpack (5.0.2)
|
22
|
+
actionview (= 5.0.2)
|
23
|
+
activesupport (= 5.0.2)
|
34
24
|
rack (~> 2.0)
|
35
25
|
rack-test (~> 0.6.3)
|
36
26
|
rails-dom-testing (~> 2.0)
|
37
27
|
rails-html-sanitizer (~> 1.0, >= 1.0.2)
|
38
|
-
actionview (5.0.
|
39
|
-
activesupport (= 5.0.
|
28
|
+
actionview (5.0.2)
|
29
|
+
activesupport (= 5.0.2)
|
40
30
|
builder (~> 3.1)
|
41
31
|
erubis (~> 2.7.0)
|
42
32
|
rails-dom-testing (~> 2.0)
|
43
|
-
rails-html-sanitizer (~> 1.0, >= 1.0.
|
44
|
-
activejob (5.0.
|
45
|
-
activesupport (= 5.0.
|
33
|
+
rails-html-sanitizer (~> 1.0, >= 1.0.3)
|
34
|
+
activejob (5.0.2)
|
35
|
+
activesupport (= 5.0.2)
|
46
36
|
globalid (>= 0.3.6)
|
47
|
-
activemodel (5.0.
|
48
|
-
activesupport (= 5.0.
|
49
|
-
activerecord (5.0.
|
50
|
-
activemodel (= 5.0.
|
51
|
-
activesupport (= 5.0.
|
37
|
+
activemodel (5.0.2)
|
38
|
+
activesupport (= 5.0.2)
|
39
|
+
activerecord (5.0.2)
|
40
|
+
activemodel (= 5.0.2)
|
41
|
+
activesupport (= 5.0.2)
|
52
42
|
arel (~> 7.0)
|
53
|
-
activesupport (5.0.
|
43
|
+
activesupport (5.0.2)
|
54
44
|
concurrent-ruby (~> 1.0, >= 1.0.2)
|
55
45
|
i18n (~> 0.7)
|
56
46
|
minitest (~> 5.1)
|
@@ -68,14 +58,14 @@ GEM
|
|
68
58
|
execjs (~> 2.0)
|
69
59
|
builder (3.2.3)
|
70
60
|
byebug (9.0.6)
|
71
|
-
capybara (2.12.
|
61
|
+
capybara (2.12.1)
|
72
62
|
addressable
|
73
63
|
mime-types (>= 1.16)
|
74
64
|
nokogiri (>= 1.3.3)
|
75
65
|
rack (>= 1.0.0)
|
76
66
|
rack-test (>= 0.5.4)
|
77
67
|
xpath (~> 2.0)
|
78
|
-
childprocess (0.6.
|
68
|
+
childprocess (0.6.2)
|
79
69
|
ffi (~> 1.0, >= 1.0.11)
|
80
70
|
cliver (0.3.2)
|
81
71
|
coderay (1.1.1)
|
@@ -89,7 +79,7 @@ GEM
|
|
89
79
|
equalizer (0.0.11)
|
90
80
|
erubis (2.7.0)
|
91
81
|
execjs (2.7.0)
|
92
|
-
ffi (1.9.
|
82
|
+
ffi (1.9.18)
|
93
83
|
globalid (0.3.7)
|
94
84
|
activesupport (>= 4.1.0)
|
95
85
|
hike (1.2.3)
|
@@ -103,9 +93,9 @@ GEM
|
|
103
93
|
selenium-webdriver (= 2.53.4)
|
104
94
|
timecop
|
105
95
|
unparser (= 0.2.5)
|
106
|
-
hyperloop-config (0.9.
|
96
|
+
hyperloop-config (0.9.2)
|
107
97
|
opal
|
108
|
-
i18n (0.8.
|
98
|
+
i18n (0.8.1)
|
109
99
|
ice_nine (0.11.2)
|
110
100
|
jquery-rails (4.2.2)
|
111
101
|
rails-dom-testing (>= 1, < 3)
|
@@ -127,7 +117,7 @@ GEM
|
|
127
117
|
mime-types-data (3.2016.0521)
|
128
118
|
mini_portile2 (2.1.0)
|
129
119
|
minitest (5.10.1)
|
130
|
-
nio4r (
|
120
|
+
nio4r (2.0.0)
|
131
121
|
nokogiri (1.7.0.1)
|
132
122
|
mini_portile2 (~> 2.1.0)
|
133
123
|
opal (0.10.3)
|
@@ -167,33 +157,33 @@ GEM
|
|
167
157
|
coderay (~> 1.1.0)
|
168
158
|
method_source (~> 0.8.1)
|
169
159
|
slop (~> 3.4)
|
170
|
-
pry-byebug (3.4.
|
160
|
+
pry-byebug (3.4.2)
|
171
161
|
byebug (~> 9.0)
|
172
162
|
pry (~> 0.10)
|
173
163
|
public_suffix (2.0.5)
|
174
164
|
rack (2.0.1)
|
175
165
|
rack-test (0.6.3)
|
176
166
|
rack (>= 1.0)
|
177
|
-
rails (5.0.
|
178
|
-
actioncable (= 5.0.
|
179
|
-
actionmailer (= 5.0.
|
180
|
-
actionpack (= 5.0.
|
181
|
-
actionview (= 5.0.
|
182
|
-
activejob (= 5.0.
|
183
|
-
activemodel (= 5.0.
|
184
|
-
activerecord (= 5.0.
|
185
|
-
activesupport (= 5.0.
|
167
|
+
rails (5.0.2)
|
168
|
+
actioncable (= 5.0.2)
|
169
|
+
actionmailer (= 5.0.2)
|
170
|
+
actionpack (= 5.0.2)
|
171
|
+
actionview (= 5.0.2)
|
172
|
+
activejob (= 5.0.2)
|
173
|
+
activemodel (= 5.0.2)
|
174
|
+
activerecord (= 5.0.2)
|
175
|
+
activesupport (= 5.0.2)
|
186
176
|
bundler (>= 1.3.0, < 2.0)
|
187
|
-
railties (= 5.0.
|
177
|
+
railties (= 5.0.2)
|
188
178
|
sprockets-rails (>= 2.0.0)
|
189
179
|
rails-dom-testing (2.0.2)
|
190
180
|
activesupport (>= 4.2.0, < 6.0)
|
191
181
|
nokogiri (~> 1.6)
|
192
182
|
rails-html-sanitizer (1.0.3)
|
193
183
|
loofah (~> 2.0)
|
194
|
-
railties (5.0.
|
195
|
-
actionpack (= 5.0.
|
196
|
-
activesupport (= 5.0.
|
184
|
+
railties (5.0.2)
|
185
|
+
actionpack (= 5.0.2)
|
186
|
+
activesupport (= 5.0.2)
|
197
187
|
method_source
|
198
188
|
rake (>= 0.8.7)
|
199
189
|
thor (>= 0.18.1, < 2.0)
|
@@ -239,7 +229,7 @@ GEM
|
|
239
229
|
ruby-progressbar (~> 1.7)
|
240
230
|
unicode-display_width (~> 1.0, >= 1.0.1)
|
241
231
|
ruby-progressbar (1.8.1)
|
242
|
-
ruby_dep (1.
|
232
|
+
ruby_dep (1.5.0)
|
243
233
|
rubyzip (1.2.1)
|
244
234
|
selenium-webdriver (2.53.4)
|
245
235
|
childprocess (~> 0.5)
|
@@ -256,7 +246,7 @@ GEM
|
|
256
246
|
sprockets (>= 2.8, < 4.0)
|
257
247
|
sqlite3 (1.3.13)
|
258
248
|
thor (0.19.4)
|
259
|
-
thread_safe (0.3.
|
249
|
+
thread_safe (0.3.6)
|
260
250
|
tilt (2.0.6)
|
261
251
|
timecop (0.8.1)
|
262
252
|
tzinfo (1.2.2)
|
@@ -282,7 +272,6 @@ PLATFORMS
|
|
282
272
|
|
283
273
|
DEPENDENCIES
|
284
274
|
bundler (~> 1.12)
|
285
|
-
hyper-react!
|
286
275
|
hyper-spec
|
287
276
|
hyper-store!
|
288
277
|
listen
|
data/hyper-store.gemspec
CHANGED
@@ -19,9 +19,9 @@ Gem::Specification.new do |spec|
|
|
19
19
|
spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
|
20
20
|
spec.require_paths = ['lib']
|
21
21
|
|
22
|
-
spec.add_dependency 'hyperloop-config'
|
22
|
+
spec.add_dependency 'hyperloop-config', '>= 0.9.2'
|
23
23
|
spec.add_development_dependency 'bundler', '~> 1.12'
|
24
|
-
spec.add_development_dependency 'hyper-react', '>= 0.12.0'
|
24
|
+
#spec.add_development_dependency 'hyper-react', '>= 0.12.0'
|
25
25
|
spec.add_development_dependency 'hyper-spec'
|
26
26
|
spec.add_development_dependency 'listen'
|
27
27
|
spec.add_development_dependency 'opal'
|
data/lib/hyper-store.rb
CHANGED
data/lib/hyper-store/version.rb
CHANGED
data/lib/react/state.rb
CHANGED
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: hyper-store
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.2.
|
4
|
+
version: 0.2.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- catmando
|
@@ -9,7 +9,7 @@ authors:
|
|
9
9
|
autorequire:
|
10
10
|
bindir: exe
|
11
11
|
cert_chain: []
|
12
|
-
date: 2017-03-
|
12
|
+
date: 2017-03-14 00:00:00.000000000 Z
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: hyperloop-config
|
@@ -17,14 +17,14 @@ dependencies:
|
|
17
17
|
requirements:
|
18
18
|
- - ">="
|
19
19
|
- !ruby/object:Gem::Version
|
20
|
-
version:
|
20
|
+
version: 0.9.2
|
21
21
|
type: :runtime
|
22
22
|
prerelease: false
|
23
23
|
version_requirements: !ruby/object:Gem::Requirement
|
24
24
|
requirements:
|
25
25
|
- - ">="
|
26
26
|
- !ruby/object:Gem::Version
|
27
|
-
version:
|
27
|
+
version: 0.9.2
|
28
28
|
- !ruby/object:Gem::Dependency
|
29
29
|
name: bundler
|
30
30
|
requirement: !ruby/object:Gem::Requirement
|
@@ -39,20 +39,6 @@ dependencies:
|
|
39
39
|
- - "~>"
|
40
40
|
- !ruby/object:Gem::Version
|
41
41
|
version: '1.12'
|
42
|
-
- !ruby/object:Gem::Dependency
|
43
|
-
name: hyper-react
|
44
|
-
requirement: !ruby/object:Gem::Requirement
|
45
|
-
requirements:
|
46
|
-
- - ">="
|
47
|
-
- !ruby/object:Gem::Version
|
48
|
-
version: 0.12.0
|
49
|
-
type: :development
|
50
|
-
prerelease: false
|
51
|
-
version_requirements: !ruby/object:Gem::Requirement
|
52
|
-
requirements:
|
53
|
-
- - ">="
|
54
|
-
- !ruby/object:Gem::Version
|
55
|
-
version: 0.12.0
|
56
42
|
- !ruby/object:Gem::Dependency
|
57
43
|
name: hyper-spec
|
58
44
|
requirement: !ruby/object:Gem::Requirement
|