Skip to content

Commit

Permalink
Bundler 1.10.6 gemspec fix
Browse files Browse the repository at this point in the history
  • Loading branch information
schisamo committed Nov 20, 2015
1 parent 68962cd commit 6d39eda
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions lita-github-team-review.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ Gem::Specification.new do |spec|
spec.version = "0.1.0"
spec.authors = ["Tyler Cloke"]
spec.email = ["[email protected]"]
spec.description = "TODO: Add a description"
spec.summary = "TODO: Add a summary"
spec.homepage = "TODO: Add a homepage"
spec.license = "TODO: Add a license"
spec.description = 'lita plugin for github team review'
spec.summary = 'lita plugin for github team review'
spec.homepage = 'https://www.chef.io'
spec.license = "Apache-2.0"
spec.metadata = { "lita_plugin_type" => "handler" }

spec.files = `git ls-files`.split($/)
Expand All @@ -16,7 +16,7 @@ Gem::Specification.new do |spec|

spec.add_runtime_dependency "lita", ">= 4.3"
spec.add_runtime_dependency "octokit"

spec.add_development_dependency "bundler", "~> 1.3"
spec.add_development_dependency "pry-byebug"
spec.add_development_dependency "rake"
Expand Down

0 comments on commit 6d39eda

Please sign in to comment.