Skip to content

Commit

Permalink
Gemspec: Drop commented-out code (#108)
Browse files Browse the repository at this point in the history
  • Loading branch information
olleolleolle authored and apiology committed Jul 14, 2019
1 parent 45d274b commit b268c65
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions quality.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -11,24 +11,19 @@ Gem::Specification.new do |s|
s.version = Quality::VERSION

s.authors = ['Vince Broz']
# s.default_executable = %q{quality}
s.description =
"Quality is a tool that runs quality checks on your code using " \
"community tools, and makes sure your numbers don't get any " \
"worse over time. Just add 'rake quality' as part of your " \
"Continuous Integration"
s.email = ['vince@broz.cc']
# s.executables = ["quality"]
# s.extra_rdoc_files = ["CHANGELOG", "License.txt"]
s.license = 'MIT'
s.files = Dir['CODE_OF_CONDUCT.md', 'LICENSE.txt', 'README.md',
'{lib}/quality.rb',
'{lib}/quality/**/*.rb',
'quality.gemspec']
# s.rdoc_options = ["--main", "README.md"]
s.require_paths = ['lib']
s.homepage = 'http://github.com/apiology/quality'
# s.rubyforge_project = %q{quality}
s.rubygems_version = '1.3.6'
s.summary = 'Code quality tools for Ruby'

Expand Down

0 comments on commit b268c65

Please sign in to comment.