ably-ui 6.5.0 → 6.5.3
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/Gemfile.lock +9 -9
- data/ably-ui.gemspec +1 -1
- data/lib/ably_ui/version.rb +1 -1
- metadata +12 -6
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 388c8d30bd26ddddb3ee8cfc07c310b9f9e4d1e862fa4b7e3ac93701406b9cd4
|
4
|
+
data.tar.gz: 1f24a2bf8dc8e23a4c4e574bab156b120b6014a6360b014aa2f07536aeb0d49f
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 07f856eff8fe3dde0a0ab58f571ef1e4f6866fe3c5d3a7700009321f70f201045f08485c1e32d97728ff17bd1afdce6ca32ca7a0e6ecc7417dc52dd2b53c8416
|
7
|
+
data.tar.gz: 133ef6123ab79741cd185b4fcb3ef1f46cca5068b35be0aec8211f531193e83b7fa9dcafc03834c3323c6c9bafbc990361d5b9b96129a3a2779f9500128d9fbb
|
data/Gemfile.lock
CHANGED
@@ -1,27 +1,27 @@
|
|
1
1
|
PATH
|
2
2
|
remote: .
|
3
3
|
specs:
|
4
|
-
ably-ui (6.
|
5
|
-
view_component (
|
4
|
+
ably-ui (6.5.2)
|
5
|
+
view_component (>= 2.33, < 2.50)
|
6
6
|
|
7
7
|
GEM
|
8
8
|
remote: https://rubygems.org/
|
9
9
|
specs:
|
10
|
-
activesupport (
|
10
|
+
activesupport (7.0.2.2)
|
11
11
|
concurrent-ruby (~> 1.0, >= 1.0.2)
|
12
12
|
i18n (>= 1.6, < 2)
|
13
13
|
minitest (>= 5.1)
|
14
14
|
tzinfo (~> 2.0)
|
15
|
-
zeitwerk (~> 2.3)
|
16
15
|
concurrent-ruby (1.1.9)
|
17
|
-
i18n (1.
|
16
|
+
i18n (1.10.0)
|
18
17
|
concurrent-ruby (~> 1.0)
|
19
|
-
|
18
|
+
method_source (1.0.0)
|
19
|
+
minitest (5.15.0)
|
20
20
|
tzinfo (2.0.4)
|
21
21
|
concurrent-ruby (~> 1.0)
|
22
|
-
view_component (2.
|
23
|
-
activesupport (>= 5.0.0, <
|
24
|
-
|
22
|
+
view_component (2.49.1)
|
23
|
+
activesupport (>= 5.0.0, < 8.0)
|
24
|
+
method_source (~> 1.0)
|
25
25
|
|
26
26
|
PLATFORMS
|
27
27
|
ruby
|
data/ably-ui.gemspec
CHANGED
data/lib/ably_ui/version.rb
CHANGED
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: ably-ui
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 6.5.
|
4
|
+
version: 6.5.3
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Dominik Piatek
|
@@ -10,22 +10,28 @@ authors:
|
|
10
10
|
autorequire:
|
11
11
|
bindir: bin
|
12
12
|
cert_chain: []
|
13
|
-
date: 2022-
|
13
|
+
date: 2022-03-09 00:00:00.000000000 Z
|
14
14
|
dependencies:
|
15
15
|
- !ruby/object:Gem::Dependency
|
16
16
|
name: view_component
|
17
17
|
requirement: !ruby/object:Gem::Requirement
|
18
18
|
requirements:
|
19
|
-
- - "
|
19
|
+
- - ">="
|
20
20
|
- !ruby/object:Gem::Version
|
21
|
-
version: 2.33
|
21
|
+
version: '2.33'
|
22
|
+
- - "<"
|
23
|
+
- !ruby/object:Gem::Version
|
24
|
+
version: '2.50'
|
22
25
|
type: :runtime
|
23
26
|
prerelease: false
|
24
27
|
version_requirements: !ruby/object:Gem::Requirement
|
25
28
|
requirements:
|
26
|
-
- - "
|
29
|
+
- - ">="
|
30
|
+
- !ruby/object:Gem::Version
|
31
|
+
version: '2.33'
|
32
|
+
- - "<"
|
27
33
|
- !ruby/object:Gem::Version
|
28
|
-
version: 2.
|
34
|
+
version: '2.50'
|
29
35
|
description:
|
30
36
|
email:
|
31
37
|
- dominik.piatek@ably.com
|