Fix RuboCop violations

This commit is contained in:
Wilson Silva
2023-01-06 10:48:59 +07:00
parent 9d0bbab478
commit 3c228703a9
7 changed files with 30 additions and 30 deletions

View File

@@ -1,6 +1,6 @@
# frozen_string_literal: true
require_relative "nostr/version"
require_relative 'nostr/version'
# Encapsulates all the gem's logic
module Nostr

View File

@@ -1,5 +1,5 @@
# frozen_string_literal: true
module Nostr
VERSION = "0.1.0"
VERSION = '0.1.0'
end