supertramp 0.8.0 → 0.8.2
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/lib/supertramp/version.rb +1 -1
- data/lib/supertramp.rb +5 -2
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 8cb2b3b739ab77926ee7bbe586d6ac0ecd4e2a2be6c6c8db3616ee62b7d5c9ba
|
4
|
+
data.tar.gz: aa0a88c5a37997611f9edb2bf27078491ffa4596d32bea795a098c5caec28144
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: c7c091c651cda61be01cb0d17e3023928ca31d4d5903acf669d795a311df8a44f80a1f449ae692c2e79e56f315787a51f529d7b703464f80ec9da5e8e3fa17e3
|
7
|
+
data.tar.gz: 7c39d8ab392eb390ce94d568d7695670e3cd212721999cf8daf33e289b859ae9f5f8b9673939075b5a46885a47bc588105c4849acd784ad9032e45f6205a6d1b
|
data/lib/supertramp/version.rb
CHANGED
data/lib/supertramp.rb
CHANGED
@@ -3,6 +3,9 @@
|
|
3
3
|
require_relative 'supertramp/config'
|
4
4
|
require_relative 'supertramp/avatar'
|
5
5
|
|
6
|
+
warn '[DEPRECIATION WARNING] Supertramp has been renamed to Monogram and will no longer be supported. ' \
|
7
|
+
'Please switch to Monogram as soon as possible. https://github.com/mattbearman/monogram'
|
8
|
+
|
6
9
|
class Supertramp
|
7
10
|
@@config = Config.new
|
8
11
|
|
@@ -24,11 +27,11 @@ class Supertramp
|
|
24
27
|
end
|
25
28
|
|
26
29
|
def self.svg(**options)
|
27
|
-
new(options).to_s
|
30
|
+
new(**options).to_s
|
28
31
|
end
|
29
32
|
|
30
33
|
def self.data_url(**options)
|
31
|
-
new(options).data_url
|
34
|
+
new(**options).data_url
|
32
35
|
end
|
33
36
|
|
34
37
|
def self.configure
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: supertramp
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.8.
|
4
|
+
version: 0.8.2
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Matt Bearman
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date:
|
11
|
+
date: 2023-07-22 00:00:00.000000000 Z
|
12
12
|
dependencies: []
|
13
13
|
description:
|
14
14
|
email:
|