nexus-invision 1.8.0 → 1.8.1

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: e12876cd9dc6575ac0a9381681df61604e7c0be30913ad9f0fef3d449342bd21
4
- data.tar.gz: 6bdb6bd9fd8fa1f2d0feeb37f378d9bd16fe6aa714ed00fd00ae908a47c9cc49
3
+ metadata.gz: 16d649b7b0d05c42147474b33c0457f38b9b8b8a47c658f31b6c82d9c52ec4b5
4
+ data.tar.gz: b475f888c58554c14f1eac821ea89b97c555f00afba4361ff6c8ad73d121acfa
5
5
  SHA512:
6
- metadata.gz: f8afae523606c24163b2a0f280dc5271da534512e1b5ba7f3d403b73406dd346fd0133164a6c6928536d17e2c4c21a9c24392b4d049654ab167bfd1faa0c7e18
7
- data.tar.gz: bc0cfc1b124b1601f4e35423e3749e6a9d6ab2bd2a74c09a0af503c48890de8f6dc6dfce9cb4391994a2567a7e862e9ce7aaf00dcf7551a03eb347a64e298131
6
+ metadata.gz: 3697f60ff0bd0e75eb0bc2e8f958161f9bc295583a7fdcc1683a55535593f0990a2277860f98b84ad5158f156c599d19081c03e7eab1ef0401742003e7c1d455
7
+ data.tar.gz: 5ada43a0981c03165b23cc931e65d3b69dc11b596161e9b45a17982f7fe801496dcc06e18940cd0ab774402533fd627d8fa3995c4f5a490ee4c72084dc891fac
@@ -15,16 +15,6 @@ module Nexus
15
15
  const :to, T::Array[Integer]
16
16
  const :title, String
17
17
  const :body, String
18
-
19
- sig { override.returns(T::Hash[String, T.untyped]) }
20
- def serialize
21
- {
22
- "from" => @from,
23
- "to" => @to.map(&:to_s).join(","),
24
- "title" => @title,
25
- "body" => @body,
26
- }
27
- end
28
18
  end
29
19
  end
30
20
  end
@@ -3,7 +3,7 @@
3
3
 
4
4
  module Nexus
5
5
  module Invision
6
- # Leave this as 1.8.0 in order for CI process to replace with the tagged version.
7
- VERSION = "1.8.0"
6
+ # Leave this as 1.8.1 in order for CI process to replace with the tagged version.
7
+ VERSION = "1.8.1"
8
8
  end
9
9
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: nexus-invision
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.8.0
4
+ version: 1.8.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Jack Robertson
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2024-02-12 00:00:00.000000000 Z
11
+ date: 2024-02-13 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description:
14
14
  email: