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