Skip to content

Commit

Permalink
adding license.
Browse files Browse the repository at this point in the history
fixes #26.
  • Loading branch information
apotonick committed Feb 18, 2025
1 parent 64de6a8 commit c6fb23a
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions trailblazer-test.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,11 @@ Gem::Specification.new do |spec|
spec.authors = ["Nick Sutterer"]
spec.email = ["[email protected]"]

spec.summary = "Assertions, matchers, and helpers to test Trailblazer code."
spec.description = "Assertions, matchers, and helpers to test Trailblazer code."
spec.homepage = "http://trailblazer.to"
spec.summary = "Assertions and helpers to test Trailblazer operations."
spec.description = "Assertions and helpers to test Trailblazer operations."
spec.homepage = "https://trailblazer.to/2.1/doccs/test"
spec.license = "LGPL-3.0"


spec.files = `git ls-files -z`.split("\x0").reject do |f|
f.match(%r{^(test|spec|features)/})
Expand Down

0 comments on commit c6fb23a

Please sign in to comment.