We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 194cdda commit 58e4643Copy full SHA for 58e4643
.rubocop.yml
@@ -72,3 +72,6 @@ Style/FrozenStringLiteralComment:
72
73
Metrics/ParameterLists:
74
CountKeywordArgs: false
75
+
76
+Gemspec/RequireMFA:
77
+ Enabled: false
deployhq.gemspec
@@ -19,8 +19,7 @@ Gem::Specification.new do |s|
19
s.add_dependency('json', '~> 2.6')
20
s.add_dependency('websocket-eventmachine-client', '~> 1.2')
21
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'
+ s.authors = ['Adam Cooke']
+ s.email = ['adam@k.io']
+ s.homepage = 'https://github.com/krystal/deployhq-lib'
26
end
0 commit comments