v0.1.0
This commit is contained in:
parent
93e04cb8b3
commit
6ad5bca145
2 changed files with 7 additions and 1 deletions
|
@ -1,9 +1,10 @@
|
|||
require_relative "lib/bsd/control/version"
|
||||
Gem::Specification.new do |gem|
|
||||
gem.name = "hbsdctl.rb"
|
||||
gem.authors = ["0x1eef"]
|
||||
gem.email = ["0x1eef@protonmail.com"]
|
||||
gem.homepage = "https://git.hardenedbsd.org/0x1eef/hbsdctl.rb#readme"
|
||||
gem.version = "0.1.0"
|
||||
gem.version = BSD::Control::VERSION
|
||||
gem.licenses = ["0BSD"]
|
||||
gem.files = `git ls-files`.split($/)
|
||||
gem.require_paths = ["lib"]
|
||||
|
|
5
lib/bsd/control/version.rb
Normal file
5
lib/bsd/control/version.rb
Normal file
|
@ -0,0 +1,5 @@
|
|||
module BSD
|
||||
module Control
|
||||
VERSION = "0.1.0"
|
||||
end
|
||||
end
|
Loading…
Reference in a new issue