Skip to content

Commit

Permalink
Update gemspec [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
semaperepelitsa committed May 4, 2015
1 parent 94cc22d commit fc8d598
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
3 changes: 3 additions & 0 deletions Manifest.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
Gemfile
Manifest.txt
Rakefile
Readme.md
lib/ruby_warning_filter.rb
ruby_warning_filter.gemspec
Expand Down
4 changes: 3 additions & 1 deletion ruby_warning_filter.gemspec
Original file line number Diff line number Diff line change
@@ -1,11 +1,13 @@
Gem::Specification.new do |gem|
gem.name = "ruby_warning_filter"
gem.version = "1.0.0"
gem.summary = "Get only relevant verbose Ruby warnings."
gem.summary = "Hassle-free Ruby warnings"
gem.license = "MIT"
gem.author = "Semyon Perepelitsa"
gem.email = "[email protected]"

gem.homepage = "https://github.com/semaperepelitsa/ruby_warning_filter"

gem.files = File.read("Manifest.txt").split("\n")
gem.test_files = gem.files.grep(%r{^test/})
end

0 comments on commit fc8d598

Please sign in to comment.