supertramp 0.8.1 → 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: fa1142575754c1d43314d313b55baec20d4a5385c2e8b0a30a9835cf970378cf
4
- data.tar.gz: 6c8e314b5e5849d86fcc3cd51f6619334755852f2eef1a58e0183c2df48c2583
3
+ metadata.gz: 8cb2b3b739ab77926ee7bbe586d6ac0ecd4e2a2be6c6c8db3616ee62b7d5c9ba
4
+ data.tar.gz: aa0a88c5a37997611f9edb2bf27078491ffa4596d32bea795a098c5caec28144
5
5
  SHA512:
6
- metadata.gz: a6ff049500d0fafcd7a1df059a8febd611636f3bd2e168d6e2398e4f826420de8bab9ee507d53707abc43bfee374effb7b238fb0a94c6c7166ddef7a6a77617a
7
- data.tar.gz: a7b350d1971bddee8785507a21eec3639ac4b03d920f46a2f8f163652c99026bba848c6230b346cbee13451510e6a0e8d6729dff7b74cc7224e505aaa5969f0c
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.1'
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
 
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.1
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-18 00:00:00.000000000 Z
11
+ date: 2023-07-22 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description:
14
14
  email: