1
0
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:
Daniel Barber 2019-11-14 22:13:35 -05:00
parent c9f56fcc36
commit db76e98305
3 changed files with 0 additions and 12 deletions

View File

@ -1,5 +1,3 @@
require "micropub/version"
module Micropub module Micropub
autoload :Webserver, File.expand_path('micropub/webserver.rb', __dir__) autoload :Webserver, File.expand_path('micropub/webserver.rb', __dir__)
autoload :Github, File.expand_path('micropub/github.rb', __dir__) autoload :Github, File.expand_path('micropub/github.rb', __dir__)

View File

@ -1,3 +0,0 @@
module Micropub
VERSION = "0.1.0"
end

View File

@ -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