Big News: Socket raises $60M Series C at a $1B valuation to secure software supply chains for AI-driven development.Announcement
Sign In

makeup

Package Overview
Dependencies
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

makeup - rubygems Package Compare versions

Comparing version
0.1.0
to
0.1.1
+3
-1
lib/makeup.rb

@@ -25,5 +25,7 @@ # encoding: utf-8

#++
require "makeup/markup"
require "makeup/syntax_highlighter"
module Makeup
VERSION = "0.1.0"
VERSION = "0.1.1"
end

@@ -55,3 +55,7 @@ # encoding: utf-8

end
def self.can_render?(path)
GitHub::Markup.can_render?(path)
end
end
end