opal-zeitwerk 0.2.4 → 0.3.0
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/README.md +3 -3
- data/lib/opal/zeitwerk/version.rb +1 -1
- metadata +5 -5
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 0c60f3d2f11dd2c3f548c2ac662697ff4abdd0d9b799734ed25d2980c3120e5a
|
4
|
+
data.tar.gz: 463576e4b820b4a890efd7781fbd975fc22064fb472e9c675625c989e46b706c
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 4a8c04d54fe4b20158655b74a3519b045b8d70094bc202966e38b36efac3828ebe30bd355b3a2a1ffae497c061e5e9a6719627b22dc6d48539d9dcdaa6542b4d
|
7
|
+
data.tar.gz: dba385ef05564c260831b53c5fba94be547429af3679031827f34495358fa14cbc01c7d38126d63eacfaa2a3b9e4ae7f5f5586d4463604dcb6e8bd9fe99bc3cc
|
data/README.md
CHANGED
@@ -169,8 +169,8 @@ should define `Geolocatable`, not `Concerns::Geolocatable`.
|
|
169
169
|
|
170
170
|
Add to the Gemfile:
|
171
171
|
```
|
172
|
-
gem 'opal', '
|
173
|
-
gem 'opal-zeitwerk', '~> 0.
|
172
|
+
gem 'opal', '~> 1.4.0'
|
173
|
+
gem 'opal-zeitwerk', '~> 0.3.0'
|
174
174
|
```
|
175
175
|
|
176
176
|
And to your loader of opal code:
|
@@ -449,7 +449,7 @@ As a workaround, you can eager load. Zeitwerk tries hard to succeed or fail cons
|
|
449
449
|
|
450
450
|
Opal Zeitwerk currently works with Opal releases >= 1.3.0. For the Gemfile:
|
451
451
|
```
|
452
|
-
gem 'opal', '>= 1.
|
452
|
+
gem 'opal', '>= 1.4.0'
|
453
453
|
```
|
454
454
|
|
455
455
|
<a id="markdown-motivation" name="motivation"></a>
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: opal-zeitwerk
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.3.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Jan Biedermann
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2021-
|
11
|
+
date: 2021-12-25 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: opal
|
@@ -16,14 +16,14 @@ dependencies:
|
|
16
16
|
requirements:
|
17
17
|
- - "~>"
|
18
18
|
- !ruby/object:Gem::Version
|
19
|
-
version: 1.
|
19
|
+
version: 1.4.0
|
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.
|
26
|
+
version: 1.4.0
|
27
27
|
description: |2
|
28
28
|
A port of the Zeitwerk autoloader to Opal.
|
29
29
|
Zeitwerk implements constant autoloading with Ruby semantics. Each gem
|
@@ -67,7 +67,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
67
67
|
- !ruby/object:Gem::Version
|
68
68
|
version: '0'
|
69
69
|
requirements: []
|
70
|
-
rubygems_version: 3.2.
|
70
|
+
rubygems_version: 3.2.32
|
71
71
|
signing_key:
|
72
72
|
specification_version: 4
|
73
73
|
summary: Opal constant autoloader using Zeitwerk
|