Skip to content

Commit

Permalink
Update description && remove tests from gem.files
Browse files Browse the repository at this point in the history
  • Loading branch information
aonemd committed Nov 28, 2016
1 parent a48d4c6 commit 4738c14
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions changit.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,14 @@ require File.expand_path('../lib/changit/version', __FILE__)
Gem::Specification.new do |gem|
gem.authors = ["aaooki"]
gem.email = ["[email protected]"]
gem.description = %q{Change git config for multiple projects at once.}
gem.summary = %q{Change git config for multiple projects at once.}
gem.description = %q{An over-engineered tool to change git config for multiple projects at once.}
gem.summary = %q{An over-engineered tool to change git config for multiple projects at once.}
gem.homepage = "http://aaooki.github.io"

gem.files = `git ls-files`.split($\)
gem.files = `git ls-files`.split($\).reject do |f|
f.match(%r{^(test|spec|features)/})
end

gem.executables = ["changit"]
gem.test_files = gem.files.grep(%r{^(test|spec|features)/})
gem.name = "changit"
Expand Down

0 comments on commit 4738c14

Please sign in to comment.