jfb 0.4.9 → 0.4.10

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
  SHA1:
3
- metadata.gz: c8a424a1c9ffd019db270dfa821368ff57c5a4ad
4
- data.tar.gz: e68984d8948ea2daa554710fcdf0b48bc7926ad0
3
+ metadata.gz: 759e45d6cd6529def64ca8e01357482f5c3bd383
4
+ data.tar.gz: '09e3781b49ff50fab69585173463ba4eee3a26eb'
5
5
  SHA512:
6
- metadata.gz: 51a2f24e1385c125bfdc694e5fc67ac3888e8a2e23ed92819d7ca360fe09336080779c98ca42dec3760ee12d217d025ef9c259cc3214a1b6c02a295966da8aaf
7
- data.tar.gz: 66f7ef0a1d3517ba05c3a7e1917ea6bb8bb71ff4a06da5eee9f68460c7fddf9ab22355c1c937127bf28316aca2ecdd590e4de7d7096010b7506e18c672a9323f
6
+ metadata.gz: 6b505d4f8a7c6d1f37b2f5cd57d7f99f151e690be3525674a6f34a1b073dfecb3991dbfff52c2623ada04795e2d9d76b8c6a2bfa07abe54fa6ab77f05ff74dce
7
+ data.tar.gz: 40c6a53595962c11bff659773a90549d055a105c31a921aee5c50b9dd4c61ab37a9c22fe37b09580a9a7b5cbf08db2670fccbd70aa9e53538641679b149c7a54
Binary file
@@ -1,5 +1,5 @@
1
1
  module Jfb
2
- VERSION = "0.4.9"
2
+ VERSION = "0.4.10"
3
3
 
4
4
  #What the numbers mean: rr.ff.hh
5
5
  # rr: Major releases and changes in the project;
@@ -50,4 +50,7 @@ module Jfb
50
50
  #Version 0.4.9
51
51
  # Adds interface for connection status because who would imagine that this would be important? (me, I should have)
52
52
  # Updates Jaybird to 2.2.14
53
+
54
+ #Version 0.4.10
55
+ # Uses Jaybird-full file
53
56
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: jfb
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.4.9
4
+ version: 0.4.10
5
5
  platform: ruby
6
6
  authors:
7
7
  - rCamposCruz