Skip to content

Commit

Permalink
Fix Rubocup issues
Browse files Browse the repository at this point in the history
  • Loading branch information
jm-mailosaur committed Oct 15, 2020
1 parent 55723ee commit 2e6eaf1
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions mailosaur.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -13,14 +13,14 @@ Gem::Specification.new do |s|
s.license = 'MIT'

s.metadata = {
"bug_tracker_uri" => "https://github.com/mailosaur/mailosaur-ruby/issues",
"documentation_uri" => "https://mailosaur.com/docs/email-testing/ruby/",
"github_repo" => "ssh://github.com/mailosaur/mailosaur-ruby",
"homepage_uri" => "https://mailosaur.com/",
"source_code_uri" => "https://github.com/mailosaur/mailosaur-ruby",
'bug_tracker_uri' => 'https://github.com/mailosaur/mailosaur-ruby/issues',
'documentation_uri' => 'https://mailosaur.com/docs/email-testing/ruby/',
'github_repo' => 'ssh://github.com/mailosaur/mailosaur-ruby',
'homepage_uri' => 'https://mailosaur.com/',
'source_code_uri' => 'https://github.com/mailosaur/mailosaur-ruby'
}

s.files = Dir['LICENSE', 'README.md', 'lib/mailosaur.rb', 'lib/**/*']
s.files = Dir['LICENSE', 'README.md', 'lib/mailosaur.rb', 'lib/**/*']
s.add_dependency 'faraday', '<= 1.0', '>= 0.9.0'
s.add_dependency 'json', '<= 3.0', '>= 1.7.5'

Expand Down

0 comments on commit 2e6eaf1

Please sign in to comment.