Skip to content

Commit

Permalink
gemspec removed test_files
Browse files Browse the repository at this point in the history
  • Loading branch information
brewster1134 committed Oct 27, 2016
1 parent 7368e6b commit c4c890b
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions sourcerer.gemspec
Expand Up @@ -6,13 +6,12 @@ require 'sourcerer/metadata'
Gem::Specification.new do |s|
s.author = 'Ryan Brewster'
s.date = Date.today.to_s
s.email = 'brewster1134@gmail.com'
s.files = Dir['{i18n,lib}/**/*', 'CHANGELOG.md', 'README.md']
s.email = 'brewster1134+rubygems@gmail.com'
s.files = Dir['i18n/*.yml', 'lib/**/*.rb', 'CHANGELOG.md', 'README.md']
s.homepage = 'https://github.com/brewster1134/sourcerer'
s.license = 'WTFPL'
s.name = 'sourcerer_'
s.summary = Sourcerer::SUMMARY
s.test_files = Dir['spec/**/*']
s.version = Sourcerer::VERSION

s.required_ruby_version = Gem::Requirement.new '>= 2.0.0p247'
Expand Down

0 comments on commit c4c890b

Please sign in to comment.