hyper-d3 1.0.0.lap23 → 1.0.0.lap24

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: 45032d4f5b1d0d3cfd2219d4e6b7607ecc3e6ab3a3c7275f39779bfb5ec3331d
4
- data.tar.gz: 2e95aec56ecc220b909da3467cec07d78974b46969d83f223ffbf2aa5df98c63
3
+ metadata.gz: cf7f8fca3e3344573cc1f2506af87d7d3b2e466053589cc8e163a96d88d3f36f
4
+ data.tar.gz: 0b83f3eb27f4c97fd944dcf34b39249c185420d1003ed8305e0b9a475c27d04f
5
5
  SHA512:
6
- metadata.gz: c61a10abba99de9e6ce1076056bc060bf9b76de4bea7ef91bf3fb3fb73c03a460e22d5f64f59494a6850f9feb3632155e3ea0acb9708951154b6dcd7084f0e3c
7
- data.tar.gz: 0d907502dad346d25511a1ded0db08f8291696aea1f03f93d761283b6569677f56b0f393cabb841f2f5acd74193c56671a6c76d3c9fe57b5015962b9f00673be
6
+ metadata.gz: 0d43121a885cb575eb7295ae7c1facde28f4644fd3fa19f7ca22f914f1a5a5ac32b2aae2913683a37e8148007c9ff39b51a11f390a029c46686b2af1130bb6d6
7
+ data.tar.gz: 74b869f81d8936ec0e85c0a40ed8674a13069eb875ba05ebc893df952deb75420c038a0c85b7108b8b372e0f8b6afba8edddf29e05fc67ce91bd6ead624b5bf0
data/.gitignore CHANGED
@@ -1 +1,3 @@
1
- spec/test_app/vendor/bundle
1
+ Gemfile.lock
2
+ spec/test_app/Gemfile.lock
3
+ *.gem
@@ -45,10 +45,12 @@ module Hyperloop
45
45
  end
46
46
 
47
47
  before_receive_props do |new_props|
48
- @_data = new_props[:data] if new_props[:data]
49
- if @_dom_node && @_d3_render_block
50
- selection = ::D3.select(@_dom_node)
51
- @_d3_render_block.call(selection, @_data)
48
+ if new_props[:data] != @_data
49
+ @_data = new_props[:data]
50
+ if @_dom_node && @_d3_render_block
51
+ selection = ::D3.select(@_dom_node)
52
+ @_d3_render_block.call(selection, @_data)
53
+ end
52
54
  end
53
55
  end
54
56
  end
@@ -1,5 +1,5 @@
1
1
  module Hyperloop
2
2
  module D3
3
- VERSION = "1.0.0.lap23"
3
+ VERSION = "1.0.0.lap24"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: hyper-d3
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.0.lap23
4
+ version: 1.0.0.lap24
5
5
  platform: ruby
6
6
  authors:
7
7
  - Jan Biedermann, Tomasz Wegrzanowski
@@ -158,7 +158,6 @@ extra_rdoc_files: []
158
158
  files:
159
159
  - ".gitignore"
160
160
  - Gemfile
161
- - Gemfile.lock
162
161
  - README.md
163
162
  - Rakefile
164
163
  - hyper-d3.gemspec
@@ -254,7 +253,6 @@ files:
254
253
  - spec/statistics_spec.rb
255
254
  - spec/symbol_spec.rb
256
255
  - spec/test_app/.gitignore
257
- - spec/test_app/Gemfile
258
256
  - spec/test_app/Gemfile.lock
259
257
  - spec/test_app/README.md
260
258
  - spec/test_app/Rakefile
@@ -424,7 +422,6 @@ test_files:
424
422
  - spec/statistics_spec.rb
425
423
  - spec/symbol_spec.rb
426
424
  - spec/test_app/.gitignore
427
- - spec/test_app/Gemfile
428
425
  - spec/test_app/Gemfile.lock
429
426
  - spec/test_app/README.md
430
427
  - spec/test_app/Rakefile
@@ -1,313 +0,0 @@
1
- GIT
2
- remote: https://github.com/opal/opal-jquery.git
3
- revision: f47a9b42da366cea270f743b05acf529f3077d35
4
- branch: master
5
- specs:
6
- opal-jquery (0.4.2)
7
- opal (>= 0.10.0, < 0.12.0)
8
-
9
- PATH
10
- remote: .
11
- specs:
12
- opal-d3 (0.0.20170822)
13
- hyper-component (~> 1.0.0.lap23)
14
- hyperloop-config (~> 1.0.0.lap23)
15
- opal (~> 0.11.0)
16
- opal-activesupport (~> 0.3.1)
17
-
18
- GEM
19
- remote: https://rubygems.org/
20
- specs:
21
- abstract_type (0.0.7)
22
- actioncable (5.1.5)
23
- actionpack (= 5.1.5)
24
- nio4r (~> 2.0)
25
- websocket-driver (~> 0.6.1)
26
- actionmailer (5.1.5)
27
- actionpack (= 5.1.5)
28
- actionview (= 5.1.5)
29
- activejob (= 5.1.5)
30
- mail (~> 2.5, >= 2.5.4)
31
- rails-dom-testing (~> 2.0)
32
- actionpack (5.1.5)
33
- actionview (= 5.1.5)
34
- activesupport (= 5.1.5)
35
- rack (~> 2.0)
36
- rack-test (>= 0.6.3)
37
- rails-dom-testing (~> 2.0)
38
- rails-html-sanitizer (~> 1.0, >= 1.0.2)
39
- actionview (5.1.5)
40
- activesupport (= 5.1.5)
41
- builder (~> 3.1)
42
- erubi (~> 1.4)
43
- rails-dom-testing (~> 2.0)
44
- rails-html-sanitizer (~> 1.0, >= 1.0.3)
45
- activejob (5.1.5)
46
- activesupport (= 5.1.5)
47
- globalid (>= 0.3.6)
48
- activemodel (5.1.5)
49
- activesupport (= 5.1.5)
50
- activerecord (5.1.5)
51
- activemodel (= 5.1.5)
52
- activesupport (= 5.1.5)
53
- arel (~> 8.0)
54
- activesupport (5.1.5)
55
- concurrent-ruby (~> 1.0, >= 1.0.2)
56
- i18n (~> 0.7)
57
- minitest (~> 5.1)
58
- tzinfo (~> 1.1)
59
- adamantium (0.2.0)
60
- ice_nine (~> 0.11.0)
61
- memoizable (~> 0.4.0)
62
- addressable (2.5.2)
63
- public_suffix (>= 2.0.2, < 4.0)
64
- archive-zip (0.11.0)
65
- io-like (~> 0.3.0)
66
- arel (8.0.0)
67
- ast (2.4.0)
68
- babel-source (5.8.35)
69
- babel-transpiler (0.7.0)
70
- babel-source (>= 4.0, < 6)
71
- execjs (~> 2.0)
72
- builder (3.2.3)
73
- capybara (2.18.0)
74
- addressable
75
- mini_mime (>= 0.1.3)
76
- nokogiri (>= 1.3.3)
77
- rack (>= 1.0.0)
78
- rack-test (>= 0.5.4)
79
- xpath (>= 2.0, < 4.0)
80
- childprocess (0.8.0)
81
- ffi (~> 1.0, >= 1.0.11)
82
- chromedriver-helper (1.2.0)
83
- archive-zip (~> 0.10)
84
- nokogiri (~> 1.8)
85
- coderay (1.1.2)
86
- concord (0.1.5)
87
- adamantium (~> 0.2.0)
88
- equalizer (~> 0.0.9)
89
- concurrent-ruby (1.0.5)
90
- connection_pool (2.2.1)
91
- crass (1.0.3)
92
- diff-lcs (1.3)
93
- equalizer (0.0.11)
94
- erubi (1.7.0)
95
- execjs (2.7.0)
96
- ffi (1.9.21)
97
- globalid (0.4.1)
98
- activesupport (>= 4.2.0)
99
- hike (1.2.3)
100
- hyper-component (1.0.0.lap23)
101
- actionview (>= 4.0.0)
102
- hyper-react (= 1.0.0.lap23)
103
- hyperloop-config (= 1.0.0.lap23)
104
- opal-rails (~> 0.9.4)
105
- react-rails (>= 2.4.0, < 2.5.0)
106
- hyper-mesh (1.0.0.lap23)
107
- activerecord (>= 4.0.0)
108
- hyper-component (= 1.0.0.lap23)
109
- hyper-operation (= 1.0.0.lap23)
110
- hyper-model (1.0.0.lap23)
111
- hyper-mesh (= 1.0.0.lap23)
112
- hyper-operation (1.0.0.lap23)
113
- activerecord (>= 4.0.0)
114
- hyper-component (= 1.0.0.lap23)
115
- hyperloop-config (= 1.0.0.lap23)
116
- mutations
117
- opal-activesupport (~> 0.3.1)
118
- hyper-react (1.0.0.lap23)
119
- hyper-store (= 1.0.0.lap23)
120
- opal (>= 0.11.0, < 0.12.0)
121
- opal-activesupport (~> 0.3.1)
122
- hyper-router (4.2.6.lap23)
123
- hyper-component (= 1.0.0.lap23)
124
- hyper-react (= 1.0.0.lap23)
125
- opal-browser (~> 0.2.0)
126
- opal-rails (~> 0.9.4)
127
- react-rails (>= 2.4.0, < 2.5.0)
128
- hyper-spec (1.0.0.lap23)
129
- capybara
130
- chromedriver-helper
131
- method_source
132
- opal (>= 0.11.0, < 0.12.0)
133
- parser (>= 2.3.3.1)
134
- pry
135
- rspec-rails
136
- selenium-webdriver
137
- timecop (~> 0.8.1)
138
- uglifier
139
- unparser
140
- webdrivers
141
- hyper-store (1.0.0.lap23)
142
- hyperloop-config (= 1.0.0.lap23)
143
- opal (>= 0.11.0, < 0.12.0)
144
- hyperloop (1.0.0.lap23)
145
- hyper-model (= 1.0.0.lap23)
146
- hyper-router (= 4.2.6.lap23)
147
- hyperloop-config (= 1.0.0.lap23)
148
- mini_racer (~> 0.1.15)
149
- opal-browser (~> 0.2.0)
150
- opal-rails (~> 0.9.4)
151
- rails (>= 4.0.0)
152
- react-rails (>= 2.4.0, < 2.5.0)
153
- hyperloop-config (1.0.0.lap23)
154
- opal (>= 0.11.0, < 0.12.0)
155
- opal-browser (~> 0.2.0)
156
- uglifier
157
- i18n (0.9.5)
158
- concurrent-ruby (~> 1.0)
159
- ice_nine (0.11.2)
160
- io-like (0.3.0)
161
- jquery-rails (4.3.1)
162
- rails-dom-testing (>= 1, < 3)
163
- railties (>= 4.2.0)
164
- thor (>= 0.14, < 2.0)
165
- libv8 (6.3.292.48.1)
166
- loofah (2.2.0)
167
- crass (~> 1.0.2)
168
- nokogiri (>= 1.5.9)
169
- mail (2.7.0)
170
- mini_mime (>= 0.1.1)
171
- memoizable (0.4.2)
172
- thread_safe (~> 0.3, >= 0.3.1)
173
- method_source (0.9.0)
174
- mini_mime (1.0.0)
175
- mini_portile2 (2.3.0)
176
- mini_racer (0.1.15)
177
- libv8 (~> 6.3)
178
- minitest (5.11.3)
179
- mutations (0.8.1)
180
- activesupport
181
- nio4r (2.2.0)
182
- nokogiri (1.8.2)
183
- mini_portile2 (~> 2.3.0)
184
- opal (0.11.0)
185
- ast (>= 2.3.0)
186
- hike (~> 1.2)
187
- parser (= 2.3.3.1)
188
- sourcemap (~> 0.1.0)
189
- opal-activesupport (0.3.1)
190
- opal (>= 0.5.0, < 1.0.0)
191
- opal-browser (0.2.0)
192
- opal
193
- paggio
194
- opal-rails (0.9.4)
195
- jquery-rails
196
- opal (>= 0.10.0, < 0.12)
197
- opal-activesupport (>= 0.0.5)
198
- opal-jquery (~> 0.4.0)
199
- opal-sprockets (~> 0.4.1)
200
- rails (>= 4.1, < 6.0)
201
- sprockets-rails (>= 2.3.3, < 4.0)
202
- opal-sprockets (0.4.1.0.11.0.3.1)
203
- opal (~> 0.11.0)
204
- sprockets (~> 3.1)
205
- tilt (>= 1.4)
206
- paggio (0.2.6)
207
- parser (2.3.3.1)
208
- ast (~> 2.2)
209
- procto (0.0.3)
210
- pry (0.11.3)
211
- coderay (~> 1.1.0)
212
- method_source (~> 0.9.0)
213
- public_suffix (3.0.2)
214
- rack (2.0.4)
215
- rack-test (0.8.2)
216
- rack (>= 1.0, < 3)
217
- rails (5.1.5)
218
- actioncable (= 5.1.5)
219
- actionmailer (= 5.1.5)
220
- actionpack (= 5.1.5)
221
- actionview (= 5.1.5)
222
- activejob (= 5.1.5)
223
- activemodel (= 5.1.5)
224
- activerecord (= 5.1.5)
225
- activesupport (= 5.1.5)
226
- bundler (>= 1.3.0)
227
- railties (= 5.1.5)
228
- sprockets-rails (>= 2.0.0)
229
- rails-dom-testing (2.0.3)
230
- activesupport (>= 4.2.0)
231
- nokogiri (>= 1.6)
232
- rails-html-sanitizer (1.0.3)
233
- loofah (~> 2.0)
234
- railties (5.1.5)
235
- actionpack (= 5.1.5)
236
- activesupport (= 5.1.5)
237
- method_source
238
- rake (>= 0.8.7)
239
- thor (>= 0.18.1, < 2.0)
240
- rake (12.3.0)
241
- react-rails (2.4.4)
242
- babel-transpiler (>= 0.7.0)
243
- connection_pool
244
- execjs
245
- railties (>= 3.2)
246
- tilt
247
- rspec-core (3.7.1)
248
- rspec-support (~> 3.7.0)
249
- rspec-expectations (3.7.0)
250
- diff-lcs (>= 1.2.0, < 2.0)
251
- rspec-support (~> 3.7.0)
252
- rspec-mocks (3.7.0)
253
- diff-lcs (>= 1.2.0, < 2.0)
254
- rspec-support (~> 3.7.0)
255
- rspec-rails (3.7.2)
256
- actionpack (>= 3.0)
257
- activesupport (>= 3.0)
258
- railties (>= 3.0)
259
- rspec-core (~> 3.7.0)
260
- rspec-expectations (~> 3.7.0)
261
- rspec-mocks (~> 3.7.0)
262
- rspec-support (~> 3.7.0)
263
- rspec-support (3.7.1)
264
- rubyzip (1.2.1)
265
- selenium-webdriver (3.9.0)
266
- childprocess (~> 0.5)
267
- rubyzip (~> 1.2)
268
- sourcemap (0.1.1)
269
- sprockets (3.7.1)
270
- concurrent-ruby (~> 1.0)
271
- rack (> 1, < 3)
272
- sprockets-rails (3.2.1)
273
- actionpack (>= 4.0)
274
- activesupport (>= 4.0)
275
- sprockets (>= 3.0.0)
276
- thor (0.20.0)
277
- thread_safe (0.3.6)
278
- tilt (2.0.8)
279
- timecop (0.8.1)
280
- tzinfo (1.2.5)
281
- thread_safe (~> 0.1)
282
- uglifier (4.1.6)
283
- execjs (>= 0.3.0, < 3)
284
- unparser (0.2.6)
285
- abstract_type (~> 0.0.7)
286
- adamantium (~> 0.2.0)
287
- concord (~> 0.1.5)
288
- diff-lcs (~> 1.3)
289
- equalizer (~> 0.0.9)
290
- parser (>= 2.3.1.2, < 2.5)
291
- procto (~> 0.0.2)
292
- webdrivers (3.2.4)
293
- nokogiri (~> 1.6)
294
- rubyzip (~> 1.0)
295
- selenium-webdriver (~> 3.0)
296
- websocket-driver (0.6.5)
297
- websocket-extensions (>= 0.1.0)
298
- websocket-extensions (0.1.3)
299
- xpath (3.0.0)
300
- nokogiri (~> 1.8)
301
-
302
- PLATFORMS
303
- ruby
304
-
305
- DEPENDENCIES
306
- hyper-spec (~> 1.0.0.lap23)
307
- hyperloop (~> 1.0.0.lap23)
308
- opal-d3!
309
- opal-jquery!
310
- rake (>= 11.3.0)
311
-
312
- BUNDLED WITH
313
- 1.16.1
@@ -1,7 +0,0 @@
1
- source 'https://rubygems.org'
2
-
3
- gem "rails"
4
- gem "listen"
5
- gem 'sqlite3'
6
- gem "opal-jquery", git: "https://github.com/opal/opal-jquery.git", branch: "master"
7
- gem "hyper-d3", path: "../.."