Sha256: 59ed66c948492cc99ec798f5ef145935a4ce70b1d0f38aebb880637f54c97adc

Contents?: true

Size: 455 Bytes

Versions: 6

Compression:

Stored size: 455 Bytes

Contents

# frozen_string_literal: true

require 'front_matter_parser/version'
require 'front_matter_parser/syntax_parser'
require 'front_matter_parser/loader'
require 'front_matter_parser/parser'
require 'front_matter_parser/parsed'

# FrontMatterParser is a library to parse a front matter from strings or
# files. It allows writing syntactically correct source files, marking front
# matters as comments in the source file language.
module FrontMatterParser
end

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
front_matter_parser-1.0.1 lib/front_matter_parser.rb
front_matter_parser-1.0.0 lib/front_matter_parser.rb
front_matter_parser-0.2.1 lib/front_matter_parser.rb
front_matter_parser-0.2.0 lib/front_matter_parser.rb
front_matter_parser-0.1.1 lib/front_matter_parser.rb
front_matter_parser-0.1.0 lib/front_matter_parser.rb