Add license to gemspec
This commit is contained in:
parent
fd00a29667
commit
6bf9480601
@ -1,5 +1,5 @@
|
|||||||
# frozen_string_literal: true
|
# frozen_string_literal: true
|
||||||
|
|
||||||
module Rex
|
module Rex
|
||||||
VERSION = "0.1.0"
|
VERSION = "0.1.1"
|
||||||
end
|
end
|
||||||
|
@ -12,7 +12,7 @@ Gem::Specification.new do |spec|
|
|||||||
spec.description = "A simple limit order book with a matching engine implementation"
|
spec.description = "A simple limit order book with a matching engine implementation"
|
||||||
spec.homepage = "https://git.timkaechele.me/timkaechele/rex"
|
spec.homepage = "https://git.timkaechele.me/timkaechele/rex"
|
||||||
spec.required_ruby_version = ">= 2.6.0"
|
spec.required_ruby_version = ">= 2.6.0"
|
||||||
|
spec.licenses = ["AGPL-3.0-only"]
|
||||||
spec.metadata["homepage_uri"] = spec.homepage
|
spec.metadata["homepage_uri"] = spec.homepage
|
||||||
|
|
||||||
# Specify which files should be added to the gem when it is released.
|
# Specify which files should be added to the gem when it is released.
|
||||||
|
Loading…
Reference in New Issue
Block a user