mirror of
https://github.com/jimeh/blank_gem.git
synced 2026-02-19 04:56:38 +00:00
feat!: Implement blank_gem that does nothing.
This commit is contained in:
5
lib/blank_gem.rb
Normal file
5
lib/blank_gem.rb
Normal file
@@ -0,0 +1,5 @@
|
||||
# frozen_string_literal: true
|
||||
|
||||
require 'blank_gem/version'
|
||||
|
||||
module BlankGem; end
|
||||
7
lib/blank_gem/version.rb
Normal file
7
lib/blank_gem/version.rb
Normal file
@@ -0,0 +1,7 @@
|
||||
# frozen_string_literal: true
|
||||
|
||||
module BlankGem
|
||||
VERSION = File.read(
|
||||
File.expand_path(File.join('..', '..', 'VERSION'), __dir__)
|
||||
)
|
||||
end
|
||||
Reference in New Issue
Block a user