Skip to content

Commit

Permalink
fix gemspec
Browse files Browse the repository at this point in the history
  • Loading branch information
AndreaBeggiato committed Jul 22, 2017
1 parent 8d8642a commit 9f165f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion verifalia.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Gem::Specification.new do |spec|
spec.test_files = spec.files.grep(%r{^(test|spec|features)/})
spec.require_paths = ["lib"]

spec.extra_rdoc_files = ['README.md', 'LICENSE.md']
spec.extra_rdoc_files = ['README.md']
spec.rdoc_options = ['--line-numbers', '--inline-source', '--title', '--main', 'README.md']

spec.add_dependency('builder', '>= 2.1.2')
Expand Down

0 comments on commit 9f165f5

Please sign in to comment.