Skip to content
This repository has been archived by the owner on Jun 2, 2020. It is now read-only.

Commit

Permalink
Update gitignore and gemspec
Browse files Browse the repository at this point in the history
  • Loading branch information
tombell committed Mar 31, 2015
1 parent a38a2ce commit 2fc6e1c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
.bundle
Gemfile.lock
*.gem
4 changes: 2 additions & 2 deletions hubrelease.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -10,15 +10,15 @@ Gem::Specification.new do |spec|

spec.summary = %q{Generate a new release on GitHub.}
spec.description = %q{Generate a new release on GitHub containing closed issues and pull requests.}
spec.homepage = "TODO: Put your gem's website or public repo URL here."
spec.homepage = "https://github.com/zestia/hubrelease"
spec.license = "MIT"

spec.files = `git ls-files -z`.split("\x0").reject { |f| f.match(%r{^(test|spec|features)/}) }
spec.bindir = "bin"
spec.executables = spec.files.grep(%r{^bin/}) { |f| File.basename(f) }
spec.require_paths = ["lib"]

spec.add_dependency "octokit", "~> 3.8.0"
spec.add_dependency "octokit", "~> 3.8"

spec.add_development_dependency "bundler", "~> 1.9"
spec.add_development_dependency "rake", "~> 10.0"
Expand Down

0 comments on commit 2fc6e1c

Please sign in to comment.