Initial commit
This commit is contained in:
8
lib/nostr.rb
Normal file
8
lib/nostr.rb
Normal file
@@ -0,0 +1,8 @@
|
||||
# frozen_string_literal: true
|
||||
|
||||
require_relative "nostr/version"
|
||||
|
||||
module Nostr
|
||||
class Error < StandardError; end
|
||||
# Your code goes here...
|
||||
end
|
||||
5
lib/nostr/version.rb
Normal file
5
lib/nostr/version.rb
Normal file
@@ -0,0 +1,5 @@
|
||||
# frozen_string_literal: true
|
||||
|
||||
module Nostr
|
||||
VERSION = "0.1.0"
|
||||
end
|
||||
Reference in New Issue
Block a user