Skip to content

Commit

Permalink
Add license to gem metadata and contents
Browse files Browse the repository at this point in the history
Rakefile is not necessary for users of the gem.
  • Loading branch information
etiennebarrie committed Apr 16, 2021
1 parent a030de8 commit 3fb683b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion maintenance_tasks.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,15 @@ Gem::Specification.new do |spec|
spec.email = "[email protected]"
spec.homepage = "https://github.com/Shopify/maintenance_tasks"
spec.summary = "A Rails engine for queuing and managing maintenance tasks"
spec.license = "MIT"

spec.metadata = {
"source_code_uri" =>
"https://github.com/Shopify/maintenance_tasks/tree/v#{spec.version}",
"allowed_push_host" => "https://rubygems.org",
}

spec.files = Dir["{app,config,db,lib}/**/*", "Rakefile", "README.md"]
spec.files = Dir["{app,config,db,lib}/**/*", "LICENSE.md", "README.md"]
spec.bindir = "exe"
spec.executables = ["maintenance_tasks"]

Expand Down

0 comments on commit 3fb683b

Please sign in to comment.