opal_stimulus 0.1.9 → 0.2.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/CHANGELOG.md +4 -0
- data/lib/opal_stimulus/version.rb +1 -1
- metadata +3 -9
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: a624cba3556bf54bb56b54b8e641f9707288789a6b570d8188b06cdd94a8f196
|
|
4
|
+
data.tar.gz: 23ca981d2f6d21652c9abfb364d4913e6c5d415cb18d0cf5d3c9f1f215b7fd7b
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 18fbfa9fd1e18596a681e3399e2bab6238f0f5fe76646dca7c1def78d6012155cf2101f22a4d365a202d9e7e6e21fc04ef5b2a8b33d626227e20c682ac00c279
|
|
7
|
+
data.tar.gz: 1953f72778a8aa63feec6cbb7553fe749e4e818300c5a3339ef98654ad10aa2fbc10f81d651571b6efff7c8c45c33e2cbae8a6b9426ae35ae7e4e1af530420de
|
data/CHANGELOG.md
CHANGED
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: opal_stimulus
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.
|
|
4
|
+
version: 0.2.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Joseph Schito
|
|
@@ -58,9 +58,6 @@ dependencies:
|
|
|
58
58
|
- - ">="
|
|
59
59
|
- !ruby/object:Gem::Version
|
|
60
60
|
version: '7.2'
|
|
61
|
-
- - "<"
|
|
62
|
-
- !ruby/object:Gem::Version
|
|
63
|
-
version: 8.0.3
|
|
64
61
|
type: :runtime
|
|
65
62
|
prerelease: false
|
|
66
63
|
version_requirements: !ruby/object:Gem::Requirement
|
|
@@ -68,23 +65,20 @@ dependencies:
|
|
|
68
65
|
- - ">="
|
|
69
66
|
- !ruby/object:Gem::Version
|
|
70
67
|
version: '7.2'
|
|
71
|
-
- - "<"
|
|
72
|
-
- !ruby/object:Gem::Version
|
|
73
|
-
version: 8.0.3
|
|
74
68
|
- !ruby/object:Gem::Dependency
|
|
75
69
|
name: propshaft
|
|
76
70
|
requirement: !ruby/object:Gem::Requirement
|
|
77
71
|
requirements:
|
|
78
72
|
- - "~>"
|
|
79
73
|
- !ruby/object:Gem::Version
|
|
80
|
-
version: '1.
|
|
74
|
+
version: '1.3'
|
|
81
75
|
type: :development
|
|
82
76
|
prerelease: false
|
|
83
77
|
version_requirements: !ruby/object:Gem::Requirement
|
|
84
78
|
requirements:
|
|
85
79
|
- - "~>"
|
|
86
80
|
- !ruby/object:Gem::Version
|
|
87
|
-
version: '1.
|
|
81
|
+
version: '1.3'
|
|
88
82
|
description: Opal Stimulus provides a way to write Stimulus controllers in Ruby, leveraging
|
|
89
83
|
the Opal compiler to convert Ruby code into JavaScript. This allows developers familiar
|
|
90
84
|
with Ruby to use the Stimulus framework without needing to write JavaScript directly.
|