Skip to content

Commit 58e4643

Browse files
committed
fix: change gem author, email, homepage and MFA settings
1 parent 194cdda commit 58e4643

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

.rubocop.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,3 +72,6 @@ Style/FrozenStringLiteralComment:
7272

7373
Metrics/ParameterLists:
7474
CountKeywordArgs: false
75+
76+
Gemspec/RequireMFA:
77+
Enabled: false

deployhq.gemspec

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,7 @@ Gem::Specification.new do |s|
1919
s.add_dependency('json', '~> 2.6')
2020
s.add_dependency('websocket-eventmachine-client', '~> 1.2')
2121

22-
s.author = 'Dan Wentworth'
23-
s.email = 'dan@atech.io'
24-
s.homepage = 'https://www.deployhq.com'
25-
s.metadata['rubygems_mfa_required'] = 'true'
22+
s.authors = ['Adam Cooke']
23+
s.email = ['adam@k.io']
24+
s.homepage = 'https://github.com/krystal/deployhq-lib'
2625
end

0 commit comments

Comments
 (0)