Skip to content

Commit

Permalink
fix: change gem author, email, homepage and MFA settings
Browse files Browse the repository at this point in the history
  • Loading branch information
ganchdev committed Aug 30, 2023
1 parent 194cdda commit 58e4643
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
3 changes: 3 additions & 0 deletions .rubocop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,3 +72,6 @@ Style/FrozenStringLiteralComment:

Metrics/ParameterLists:
CountKeywordArgs: false

Gemspec/RequireMFA:
Enabled: false
7 changes: 3 additions & 4 deletions deployhq.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,7 @@ Gem::Specification.new do |s|
s.add_dependency('json', '~> 2.6')
s.add_dependency('websocket-eventmachine-client', '~> 1.2')

s.author = 'Dan Wentworth'
s.email = '[email protected]'
s.homepage = 'https://www.deployhq.com'
s.metadata['rubygems_mfa_required'] = 'true'
s.authors = ['Adam Cooke']
s.email = ['[email protected]']
s.homepage = 'https://github.com/krystal/deployhq-lib'
end

0 comments on commit 58e4643

Please sign in to comment.