rename the gem to ruby_algebra
This commit is contained in:
@@ -1,8 +0,0 @@
|
||||
# frozen_string_literal: true
|
||||
|
||||
require_relative "my_gem/version"
|
||||
|
||||
module MyGem
|
||||
class Error < StandardError; end
|
||||
# Your code goes here...
|
||||
end
|
||||
6
lib/ruby_algebra.rb
Normal file
6
lib/ruby_algebra.rb
Normal file
@@ -0,0 +1,6 @@
|
||||
# frozen_string_literal: true
|
||||
|
||||
require_relative "ruby_algebra/version"
|
||||
|
||||
module RubyAlgebra
|
||||
end
|
||||
@@ -1,5 +1,5 @@
|
||||
# frozen_string_literal: true
|
||||
|
||||
module MyGem
|
||||
module RubyAlgebra
|
||||
VERSION = "0.1.0"
|
||||
end
|
||||
Reference in New Issue
Block a user