ably-ui 4.2.0.dev.1a5533f → 4.5.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/Gemfile.lock +1 -1
- data/ably-ui.gemspec +2 -2
- data/lib/ably_ui/version.rb +1 -1
- metadata +10 -11
- data/lib/ably_ui/core/icon/component.css +0 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 3d09ee8f8796e44d622482646a875cf7fb254f826bc91c1a75e34790765a9003
|
|
4
|
+
data.tar.gz: b10b98323ef77ee04454093abec157f846e52ea979c7f68998d5c9f35766adf9
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 832c80f2e5c416b1e441b480644f33ddcb4d0aed873a52cf1349494965de5828f94a1d1ff59a67a1e7147438a24f6c211fd506dde0d7170cf2ebe26ff428237b
|
|
7
|
+
data.tar.gz: 4c44b03aed8c0463461fffcda4d0c6c71013a1724a2db088b2e36a346d6f8b363692e7737613d1e24c1772f6e4b1d1b2dba3543c4c4ca4595759437fc668cd57
|
data/Gemfile.lock
CHANGED
data/ably-ui.gemspec
CHANGED
|
@@ -10,10 +10,10 @@ Gem::Specification.new do |spec|
|
|
|
10
10
|
spec.email = ["dominik.piatek@ably.com", "arti.mathanda@ably.com", "bruce.thomas@ably.com"]
|
|
11
11
|
spec.summary = "Shared component library and design system for Ably Real-time Ltd (ably.com)"
|
|
12
12
|
spec.licenses = ['Apache-2.0']
|
|
13
|
-
spec.homepage = "https://github.com/ably/ui"
|
|
13
|
+
spec.homepage = "https://github.com/ably/ably-ui"
|
|
14
14
|
|
|
15
15
|
spec.metadata = {
|
|
16
|
-
"source_code_uri" => "https://github.com/ably/ui",
|
|
16
|
+
"source_code_uri" => "https://github.com/ably/ably-ui",
|
|
17
17
|
}
|
|
18
18
|
|
|
19
19
|
spec.files = Dir['lib/**/*'] + %w[Gemfile Gemfile.lock LICENSE README.md ably-ui.gemspec]
|
data/lib/ably_ui/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,16 +1,16 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: ably-ui
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 4.
|
|
4
|
+
version: 4.5.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Dominik Piatek
|
|
8
8
|
- Arti Mathanda
|
|
9
9
|
- Bruce Thomas
|
|
10
|
-
autorequire:
|
|
10
|
+
autorequire:
|
|
11
11
|
bindir: bin
|
|
12
12
|
cert_chain: []
|
|
13
|
-
date: 2021-10-
|
|
13
|
+
date: 2021-10-25 00:00:00.000000000 Z
|
|
14
14
|
dependencies:
|
|
15
15
|
- !ruby/object:Gem::Dependency
|
|
16
16
|
name: view_component
|
|
@@ -26,7 +26,7 @@ dependencies:
|
|
|
26
26
|
- - "~>"
|
|
27
27
|
- !ruby/object:Gem::Version
|
|
28
28
|
version: 2.33.0
|
|
29
|
-
description:
|
|
29
|
+
description:
|
|
30
30
|
email:
|
|
31
31
|
- dominik.piatek@ably.com
|
|
32
32
|
- arti.mathanda@ably.com
|
|
@@ -84,7 +84,6 @@ files:
|
|
|
84
84
|
- lib/ably_ui/core/footer/component.js
|
|
85
85
|
- lib/ably_ui/core/footer/footer.html.erb
|
|
86
86
|
- lib/ably_ui/core/footer/footer.rb
|
|
87
|
-
- lib/ably_ui/core/icon/component.css
|
|
88
87
|
- lib/ably_ui/core/icon/component.js
|
|
89
88
|
- lib/ably_ui/core/icon/icon.html.erb
|
|
90
89
|
- lib/ably_ui/core/icon/icon.rb
|
|
@@ -183,12 +182,12 @@ files:
|
|
|
183
182
|
- lib/ably_ui/reset/scripts.js
|
|
184
183
|
- lib/ably_ui/reset/styles.css
|
|
185
184
|
- lib/ably_ui/version.rb
|
|
186
|
-
homepage: https://github.com/ably/ui
|
|
185
|
+
homepage: https://github.com/ably/ably-ui
|
|
187
186
|
licenses:
|
|
188
187
|
- Apache-2.0
|
|
189
188
|
metadata:
|
|
190
|
-
source_code_uri: https://github.com/ably/ui
|
|
191
|
-
post_install_message:
|
|
189
|
+
source_code_uri: https://github.com/ably/ably-ui
|
|
190
|
+
post_install_message:
|
|
192
191
|
rdoc_options: []
|
|
193
192
|
require_paths:
|
|
194
193
|
- lib
|
|
@@ -199,12 +198,12 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
|
199
198
|
version: '0'
|
|
200
199
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
201
200
|
requirements:
|
|
202
|
-
- - "
|
|
201
|
+
- - ">="
|
|
203
202
|
- !ruby/object:Gem::Version
|
|
204
|
-
version:
|
|
203
|
+
version: '0'
|
|
205
204
|
requirements: []
|
|
206
205
|
rubygems_version: 3.2.3
|
|
207
|
-
signing_key:
|
|
206
|
+
signing_key:
|
|
208
207
|
specification_version: 4
|
|
209
208
|
summary: Shared component library and design system for Ably Real-time Ltd (ably.com)
|
|
210
209
|
test_files: []
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
|