Skip to content

Commit

Permalink
update homeassistant library
Browse files Browse the repository at this point in the history
fixes #76
  • Loading branch information
ccutrer committed Aug 12, 2023
1 parent 7c3094d commit adb9ed8
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
PATH
remote: .
specs:
balboa_worldwide_app (2.1.4)
balboa_worldwide_app (2.1.5)
ccutrer-serialport (~> 1.0)
digest-crc (~> 0.4)
mqtt-homeassistant (~> 0.1, >= 0.1.3)
mqtt-homeassistant (~> 0.1, >= 0.1.5)
net-telnet-rfc2217 (~> 1.0)
sd_notify (~> 0.1.1)

Expand All @@ -23,7 +23,7 @@ GEM
ruby2_keywords (~> 0.0.5)
json (2.6.3)
mqtt-ccutrer (1.0.3)
mqtt-homeassistant (0.1.4)
mqtt-homeassistant (0.1.5)
homie-mqtt (~> 1.6)
json (~> 2.0)
net-telnet (0.2.0)
Expand Down
2 changes: 1 addition & 1 deletion balboa_worldwide_app.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ Gem::Specification.new do |s|

s.add_dependency "ccutrer-serialport", "~> 1.0"
s.add_dependency "digest-crc", "~> 0.4"
s.add_dependency "mqtt-homeassistant", "~> 0.1", " >= 0.1.3"
s.add_dependency "mqtt-homeassistant", "~> 0.1", " >= 0.1.5"
s.add_dependency "net-telnet-rfc2217", "~> 1.0"
s.add_dependency "sd_notify", "~> 0.1.1"

Expand Down
2 changes: 1 addition & 1 deletion lib/bwa/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module BWA
VERSION = "2.1.4"
VERSION = "2.1.5"
end

0 comments on commit adb9ed8

Please sign in to comment.