Skip to content

Commit

Permalink
Change to add license to docs
Browse files Browse the repository at this point in the history
  • Loading branch information
piotrmurach committed Feb 24, 2020
1 parent 3cc1d1a commit 2fcedd0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions benchmark-perf.gemspec
Expand Up @@ -19,8 +19,8 @@ Gem::Specification.new do |spec|
"source_code_uri" => "https://github.com/piotrmurach/benchmark-perf"
}

spec.files = Dir["lib/**/*", "LICENSE.txt"]
spec.extra_rdoc_files = ["README.md", "CHANGELOG.md"]
spec.files = Dir["lib/**/*"]
spec.extra_rdoc_files = ["README.md", "CHANGELOG.md", "LICENSE.txt"]
spec.require_paths = ["lib"]
spec.required_ruby_version = ">= 2.0.0"

Expand Down

0 comments on commit 2fcedd0

Please sign in to comment.