mirror of
https://github.com/onyx-and-iris/voicemeeter-rb.git
synced 2024-11-21 17:30:49 +00:00
add VERSION constant
This commit is contained in:
parent
a87e626ff1
commit
3f54eb0ad7
@ -22,4 +22,6 @@ module Voicemeeter
|
||||
to_a.join(".")
|
||||
end
|
||||
end
|
||||
|
||||
VERSION = Version.to_s
|
||||
end
|
||||
|
@ -4,7 +4,7 @@ require File.expand_path("lib/voicemeeter/version", __dir__)
|
||||
|
||||
Gem::Specification.new do |spec|
|
||||
spec.name = "voicemeeter"
|
||||
spec.version = Voicemeeter::Version
|
||||
spec.version = Voicemeeter::VERSION
|
||||
spec.summary = "Voicemeeter API wrapper for Ruby"
|
||||
spec.description = "A Ruby wrapper around Voicemeeter Remote API"
|
||||
spec.authors = ["onyx_online"]
|
||||
|
Loading…
Reference in New Issue
Block a user