kiss-tnc 2.1.2 → 2.1.3

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: cb77dc5922f2db446d2525759dd1bd3810bf1e1af39a540b5cb3bb228aa5665e
4
- data.tar.gz: 1c8220134ab81ef510dca73ff16d3f57054130cb819883895109e1fa14e3e0da
3
+ metadata.gz: 55ae672ec1ac60f99d3a1f00f8dcd50ab5c1d038a0dd3e5ee4bb2b4daecf2c43
4
+ data.tar.gz: de6a210464d037b0e4b3abb13d2b965a1dd29d811272aae626eb2ee0a39943c7
5
5
  SHA512:
6
- metadata.gz: c7df53d5fdf834592d5ccd1024d689a0f265610f2cda5bbc93d2290c1fb8a6153b10cfae37142824870aa31e91f88b22af637810a7039092f7c3cd9588d1c267
7
- data.tar.gz: c6f23c7122e5b1fcfb14813d6a6b2e13725569cd44fc35343fcda47a4a2b12acf00bbcc96143650ca66a3665358225fdf4ef9df05847634d194129b9b6265e88
6
+ metadata.gz: 0ccc9c74f19bc05acb707d8410d2ec2eaafb1ed9c5fd33ae5af9182e7549f899a3e7e2b71f4f995cfcb4dca799c77ee80f664f2b07c30b6b6aa539cef6230042
7
+ data.tar.gz: cacc2a22ac9dcce2989f466402b370077660bca521deb70344716e0c26d399287534f0299c4cb3e4a32c115ca473d91a3dc3968cb15994843e81a67de1ef2df1
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Changelog
2
2
 
3
+ ## 2.1.3
4
+
5
+ * Had to revert some of the changes fromt he last release... KissAbstract now uses include again and kind_of should now work (unit test added to confirm).
6
+
3
7
  ## 2.1.2
4
8
 
5
9
  * KissAbstract now extends Kiss::Kiss rather than just including it (so kind_of will work).
data/lib/kiss/app_info.rb CHANGED
@@ -1,3 +1,3 @@
1
1
  module Kiss
2
- VERSION = "2.1.2"
2
+ VERSION = "2.1.3"
3
3
  end
@@ -5,7 +5,7 @@ require 'kiss/kiss'
5
5
 
6
6
  module Kiss
7
7
  class KissAbstract
8
- extend Kiss
8
+ include Kiss
9
9
  include Abstractify::Abstract
10
10
 
11
11
  abstract :write_interface, :read_interface, :connect, :close
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: kiss-tnc
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.1.2
4
+ version: 2.1.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Jeffrey Phillips Freeman