mirror of
https://github.com/danbee/micropub.git
synced 2025-03-04 08:59:13 +00:00
We don't really need to version this
This commit is contained in:
parent
c9f56fcc36
commit
db76e98305
@ -1,5 +1,3 @@
|
||||
require "micropub/version"
|
||||
|
||||
module Micropub
|
||||
autoload :Webserver, File.expand_path('micropub/webserver.rb', __dir__)
|
||||
autoload :Github, File.expand_path('micropub/github.rb', __dir__)
|
||||
|
||||
@ -1,3 +0,0 @@
|
||||
module Micropub
|
||||
VERSION = "0.1.0"
|
||||
end
|
||||
@ -1,7 +0,0 @@
|
||||
require "test_helper"
|
||||
|
||||
class MicropubTest < Minitest::Test
|
||||
def test_that_it_has_a_version_number
|
||||
refute_nil ::Micropub::VERSION
|
||||
end
|
||||
end
|
||||
Loading…
Reference in New Issue
Block a user