Skip to content

Commit

Permalink
Fix minor code-style offenses
Browse files Browse the repository at this point in the history
  • Loading branch information
stgeneral committed Feb 22, 2024
1 parent 228291e commit 4079e73
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .rubocop.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
AllCops:
TargetRubyVersion: 3.0
TargetRubyVersion: 2.6

Style/IfUnlessModifier:
Enabled: false
Expand Down
4 changes: 2 additions & 2 deletions func_live.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ require_relative "lib/func_live/version"
Gem::Specification.new do |spec|
spec.name = "func_live"
spec.version = FuncLive::VERSION
spec.authors = ['Dmitry Babenko', 'ErgoServ']
spec.email = ['[email protected]', '[email protected]']
spec.authors = ["Dmitry Babenko", "ErgoServ"]
spec.email = ["[email protected]", "[email protected]"]

spec.summary = "fund(live)"
spec.description = "Allows you to import and call the functions on www.func.live."
Expand Down

0 comments on commit 4079e73

Please sign in to comment.