isomorfeus-preact 10.6.30 → 10.6.31
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/preact/version.rb +1 -1
- metadata +5 -4
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 6db990c75f74db85c901f1457d2d03abf0e9549cf387f451dc3cd177f2f4309a
|
4
|
+
data.tar.gz: f042344ddc83fa467b26ad7eb7705821ec330899fd28a9951d779b6cae8fd627
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 756298c04ff0b66478037db121c97c3337f8f58d5496681cd99ada7c14724eb4a33bd416aabdf334378106ae88424550a9755b3deeea7989a2b71fae24ca6578
|
7
|
+
data.tar.gz: d97a5569be7b4e1ef7af0bebd0437bb15a4b018f2ab8fe856a987d9742d7ced8893788cd9497f5b3d9995a352e8fe34788972ae3a34bf3ad209f4ad1805e4198
|
data/lib/preact/version.rb
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: isomorfeus-preact
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 10.6.
|
4
|
+
version: 10.6.31
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Jan Biedermann
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2022-02-
|
11
|
+
date: 2022-02-08 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: concurrent-ruby
|
@@ -206,7 +206,7 @@ dependencies:
|
|
206
206
|
- - "~>"
|
207
207
|
- !ruby/object:Gem::Version
|
208
208
|
version: '3.10'
|
209
|
-
description: Write Preact Components in Ruby.
|
209
|
+
description: Write Preact Components in Ruby, including styles and reactive data access.
|
210
210
|
email:
|
211
211
|
- jan@kursator.com
|
212
212
|
executables: []
|
@@ -454,6 +454,7 @@ licenses:
|
|
454
454
|
- MIT
|
455
455
|
metadata:
|
456
456
|
github_repo: ssh://github.com/isomorfeus/gems
|
457
|
+
source_code_uri: https://github.com/isomorfeus/isomorfeus-preact
|
457
458
|
post_install_message:
|
458
459
|
rdoc_options: []
|
459
460
|
require_paths:
|
@@ -472,5 +473,5 @@ requirements: []
|
|
472
473
|
rubygems_version: 3.3.3
|
473
474
|
signing_key:
|
474
475
|
specification_version: 4
|
475
|
-
summary: Preact for
|
476
|
+
summary: Preact Components for Isomorfeus.
|
476
477
|
test_files: []
|