lib/makeup.rb in makeup-0.3.0 vs lib/makeup.rb in makeup-0.4.0

- old
+ new

@@ -1,10 +1,11 @@ # encoding: utf-8 # -- # The MIT License (MIT) +# Christian Johansen # -# Copyright (C) 2012 Gitorious AS +# Copyright (C) 2013 Gitorious AS # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal # in the Software without restriction, including without limitation the rights # to use, copy, modify, merge, publish, distribute, sublicense, and/or sell @@ -20,11 +21,8 @@ # AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER # LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, # OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE # SOFTWARE. #++ -require "makeup/markup" +require "makeup/version" require "makeup/syntax_highlighter" - -module Makeup - VERSION = "0.3.0" -end +require "makeup/syntax_highlighter"