stimeo-core 0.1.1 → 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/README.md +1 -1
- metadata +6 -6
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: b9739a32d7c79ab62eebd180817edba91160869bc32414cafe07c570305814cd
|
|
4
|
+
data.tar.gz: 4e5471bc59f59e9be032bd7951f1003517a59579b32b42a28c7581d7808f5355
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 3c176d530dbe87693edbc9a435b3afff5f1b417e24a64fcfcbae0a0b71382dc5bacaed6d3276230d9ebc1d0ec4f120ea02194c8726afcbce91db2c92e8af3146
|
|
7
|
+
data.tar.gz: e978ea7b742ee3613c239155330e3e32f7093a00f07dd37c456cb816ccdfb87271629d2133733052ce714dadc39d89ebab147b1b758d11b1cca663f83e07563b
|
data/README.md
CHANGED
|
@@ -8,7 +8,7 @@ the Core name always resolves to the real library.
|
|
|
8
8
|
Prefer the real gem:
|
|
9
9
|
|
|
10
10
|
```bash
|
|
11
|
-
bundle add stimeo-ui
|
|
11
|
+
bundle add stimeo-ui
|
|
12
12
|
```
|
|
13
13
|
|
|
14
14
|
Docs: <https://stimeo-labs.com> · Issues: <https://github.com/taiyaky/stimeo-ui/issues>
|
metadata
CHANGED
|
@@ -1,29 +1,29 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: stimeo-core
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.
|
|
4
|
+
version: 0.2.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Stimeo Labs
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2026-07-
|
|
11
|
+
date: 2026-07-22 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: stimeo-ui
|
|
15
15
|
requirement: !ruby/object:Gem::Requirement
|
|
16
16
|
requirements:
|
|
17
|
-
- -
|
|
17
|
+
- - ">="
|
|
18
18
|
- !ruby/object:Gem::Version
|
|
19
|
-
version: 0.
|
|
19
|
+
version: 0.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: 0.
|
|
26
|
+
version: 0.2.0
|
|
27
27
|
description: Name held by Stimeo Labs; Core is the open-source component set of Stimeo
|
|
28
28
|
UI, which is what stimeo-ui ships. Prefer depending on stimeo-ui directly.
|
|
29
29
|
email:
|