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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 6804ad696cc74030dc94d76dbb81bb40703890c67c866a4fe1a91ad2b6929e25
4
- data.tar.gz: bcc92cd63f451f46580df9dd01c5bd9d67ab4219e2ad013a5aef9207718f7e12
3
+ metadata.gz: 8cb2b3b739ab77926ee7bbe586d6ac0ecd4e2a2be6c6c8db3616ee62b7d5c9ba
4
+ data.tar.gz: aa0a88c5a37997611f9edb2bf27078491ffa4596d32bea795a098c5caec28144
5
5
  SHA512:
6
- metadata.gz: 86e164489ab8b6e75bbdf91548a9ef7230b47419536879cf72870469ddf084b952c3f5e1014bd2a987521964cf800bd688bd152e8dab64811e2fb6243c4682bc
7
- data.tar.gz: 22e551e345cbcab3e88f28fe6eb1dd95f72031b4500baf43868fb02155d7c429102a9cbab872047c6b83da9a84422e5400bc3d6616baa2e2dd3a1aa89daef8f2
6
+ metadata.gz: c7c091c651cda61be01cb0d17e3023928ca31d4d5903acf669d795a311df8a44f80a1f449ae692c2e79e56f315787a51f529d7b703464f80ec9da5e8e3fa17e3
7
+ data.tar.gz: 7c39d8ab392eb390ce94d568d7695670e3cd212721999cf8daf33e289b859ae9f5f8b9673939075b5a46885a47bc588105c4849acd784ad9032e45f6205a6d1b
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  class Supertramp
4
- VERSION = '0.8.0'
4
+ VERSION = '0.8.2'
5
5
  end
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.0
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: 2022-06-16 00:00:00.000000000 Z
11
+ date: 2023-07-22 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description:
14
14
  email: