Skip to content

Commit

Permalink
attempt to fix gem problem
Browse files Browse the repository at this point in the history
put version in lib/homebus/version.rb

reference this file from homesbus.gemspec
  • Loading branch information
romkey committed Jul 25, 2022
1 parent 5aa3c71 commit 3f5f485
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion homebus.gemspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
#!/usr/bin/env ruby -rubygems
# -*- encoding: utf-8 -*-
$:.push File.expand_path("../lib", __FILE__)
require "homebus/version"

Gem::Specification.new do |s|
s.name = 'homebus'
s.version = '0.22.1'
s.version = Homebus::VERSION
s.licenses = ['MIT']
s.summary = 'Ruby interface to Homebus'
s.description = 'Ruby interface to the Homebus MQTT automatic provisioner'
Expand Down

0 comments on commit 3f5f485

Please sign in to comment.