opal-browser 0.3.0 → 0.3.1
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 +4 -4
- data/.gitignore +2 -1
- data/examples/2048/Gemfile +0 -1
- data/examples/canvas/Gemfile +0 -1
- data/examples/component/Gemfile +0 -1
- data/examples/integrations/dynamic-rack-opal-sprockets-server/Gemfile +0 -1
- data/examples/integrations/dynamic-roda-roda-sprockets/Gemfile +0 -1
- data/examples/integrations/dynamic-roda-tilt/Gemfile +0 -1
- data/examples/integrations/dynamic-sinatra-opal-sprockets-server/Gemfile +0 -1
- data/examples/integrations/static-bash/Gemfile +0 -1
- data/examples/integrations/static-bash-opal-parser/Gemfile +0 -1
- data/examples/integrations/static-rake/Gemfile +0 -1
- data/examples/integrations/static-rake-guard/Gemfile +0 -1
- data/examples/svg/Gemfile +0 -1
- data/opal/browser/dom/element.rb +2 -3
- data/opal/browser/dom/node_set.rb +2 -0
- data/opal/browser/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 0a728e0d53d58c89018baa0d46dbc4731da85966b7fb5b7b312f4bb24d9dc23f
|
|
4
|
+
data.tar.gz: 7219cd2463a99d60f4f39b19045ab3ebf22b254a62f82c4684bd3023ad7548e4
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: a04d4225b59e9e3d244bfa748d931bc3954946c9de3e6f4623115494e00e54a8a5c3e90bf7fe679b71d1ebc74b7318c18f422014775059ca457bcd1cf872f250
|
|
7
|
+
data.tar.gz: 194e860d12c4e737593bc1888cff156fccfc94d13b20faf8ec26b12ed9a1d26d43ad960b21fb88a6605a5b8c20b8b2d4c239dec4a52013b87d1ab7ec9649c372
|
data/.gitignore
CHANGED
data/examples/2048/Gemfile
CHANGED
data/examples/canvas/Gemfile
CHANGED
data/examples/component/Gemfile
CHANGED
data/examples/svg/Gemfile
CHANGED
data/opal/browser/dom/element.rb
CHANGED
|
@@ -354,9 +354,8 @@ class Element < Node
|
|
|
354
354
|
|
|
355
355
|
# Set the inner DOM of the element using the {Builder}.
|
|
356
356
|
def inner_dom(builder=nil, &block)
|
|
357
|
-
|
|
358
|
-
|
|
359
|
-
self << Builder.new(document, builder, &block).to_a
|
|
357
|
+
self.inner_dom = Builder.new(document, builder, &block).to_a
|
|
358
|
+
self
|
|
360
359
|
end
|
|
361
360
|
|
|
362
361
|
# Set the inner DOM with the given node.
|
data/opal/browser/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: opal-browser
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.3.
|
|
4
|
+
version: 0.3.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- meh.
|
|
@@ -9,7 +9,7 @@ authors:
|
|
|
9
9
|
autorequire:
|
|
10
10
|
bindir: bin
|
|
11
11
|
cert_chain: []
|
|
12
|
-
date: 2021-11-
|
|
12
|
+
date: 2021-11-23 00:00:00.000000000 Z
|
|
13
13
|
dependencies:
|
|
14
14
|
- !ruby/object:Gem::Dependency
|
|
15
15
|
name: opal
|