Fix RuboCop violations
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
# frozen_string_literal: true
|
||||
|
||||
require_relative "nostr/version"
|
||||
require_relative 'nostr/version'
|
||||
|
||||
# Encapsulates all the gem's logic
|
||||
module Nostr
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
# frozen_string_literal: true
|
||||
|
||||
module Nostr
|
||||
VERSION = "0.1.0"
|
||||
VERSION = '0.1.0'
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user