opal-zeitwerk 0.2.0 → 0.2.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.
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.2.0
4
+ version: 0.2.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Jan Biedermann
8
- autorequire:
8
+ autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2020-01-07 00:00:00.000000000 Z
11
+ date: 2021-08-10 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.0.0
19
+ version: 1.2.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.0.0
26
+ version: 1.2.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
@@ -52,9 +52,9 @@ licenses:
52
52
  - MIT
53
53
  metadata:
54
54
  github_repo: ssh://github.com/isomorfeus/gems
55
- post_install_message: "\nopal-zeitwerk 0.2.0:\n \n opal-zeitwerk currently requires
56
- the es6_modules_1_1 branch of opal, for the Gemfile:\n\n gem 'opal', github: 'janbiedermann/opal',
57
- branch: 'es6_modules_1_1'\n\n Commit 04c59bcb6ec124d021d464d12a45e7dae892456f from
55
+ post_install_message: "\nopal-zeitwerk 0.2.1:\n \n opal-zeitwerk currently requires
56
+ the es6_modules_1_2 branch of opal, for the Gemfile:\n\n gem 'opal', github: 'janbiedermann/opal',
57
+ branch: 'es6_modules_1_2'\n\n Commit 04c59bcb6ec124d021d464d12a45e7dae892456f from
58
58
  7.1.2020 or later.\n\n"
59
59
  rdoc_options: []
60
60
  require_paths:
@@ -70,8 +70,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
70
70
  - !ruby/object:Gem::Version
71
71
  version: '0'
72
72
  requirements: []
73
- rubygems_version: 3.0.6
74
- signing_key:
73
+ rubygems_version: 3.2.15
74
+ signing_key:
75
75
  specification_version: 4
76
76
  summary: Opal constant autoloader using Zeitwerk
77
77
  test_files: []