Add license to gemspec

This commit is contained in:
Tim Kächele 2024-03-29 08:36:32 +01:00
parent fd00a29667
commit 6bf9480601
2 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
# frozen_string_literal: true
module Rex
VERSION = "0.1.0"
VERSION = "0.1.1"
end

View File

@ -12,7 +12,7 @@ Gem::Specification.new do |spec|
spec.description = "A simple limit order book with a matching engine implementation"
spec.homepage = "https://git.timkaechele.me/timkaechele/rex"
spec.required_ruby_version = ">= 2.6.0"
spec.licenses = ["AGPL-3.0-only"]
spec.metadata["homepage_uri"] = spec.homepage
# Specify which files should be added to the gem when it is released.