Skip to content

Commit

Permalink
Fix gemspec for removing CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
pengwynn committed Jul 9, 2013
1 parent 0ad187a commit 203d961
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 134 deletions.
133 changes: 0 additions & 133 deletions CHANGELOG.md

This file was deleted.

2 changes: 1 addition & 1 deletion octokit.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Gem::Specification.new do |spec|
spec.authors = ["Wynn Netherland", "Erik Michaels-Ober", "Clint Shryock"]
spec.description = %q{Simple wrapper for the GitHub API}
spec.email = ['[email protected]', '[email protected]', '[email protected]']
spec.files = %w(.document CHANGELOG.md CONTRIBUTING.md LICENSE.md README.md Rakefile octokit.gemspec)
spec.files = %w(.document CONTRIBUTING.md LICENSE.md README.md Rakefile octokit.gemspec)
spec.files += Dir.glob("lib/**/*.rb")
spec.files += Dir.glob("spec/**/*")
spec.homepage = 'https://github.com/octokit/octokit.rb'
Expand Down

0 comments on commit 203d961

Please sign in to comment.