# -*- encoding: utf-8 -*- # stub: front_matter_parser 0.0.1 ruby lib Gem::Specification.new do |s| s.name = "front_matter_parser".freeze s.version = "0.0.1".freeze s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version= s.require_paths = ["lib".freeze] s.authors = ["marc".freeze] s.date = "2014-03-17" s.description = "Library to parse files or strings with YAML front matters with syntax autodetection.".freeze s.email = ["marc@lamarciana.com".freeze] s.executables = ["autospec".freeze, "rake".freeze, "rspec".freeze] s.files = [".gitignore".freeze, ".rspec".freeze, ".ruby-version".freeze, ".travis.yml".freeze, ".yardopts".freeze, "COPYING.LESSER".freeze, "COPYING.txt".freeze, "Gemfile".freeze, "LICENSE.txt".freeze, "README.md".freeze, "Rakefile".freeze, "bin/autospec".freeze, "bin/rake".freeze, "bin/rspec".freeze, "front_matter_parser.gemspec".freeze, "lib/front_matter_parser.rb".freeze, "lib/front_matter_parser/parsed.rb".freeze, "lib/front_matter_parser/version.rb".freeze, "spec/fixtures/example.coffee".freeze, "spec/fixtures/example.foo".freeze, "spec/fixtures/example.haml".freeze, "spec/fixtures/example.html".freeze, "spec/fixtures/example.liquid".freeze, "spec/fixtures/example.md".freeze, "spec/fixtures/example.sass".freeze, "spec/fixtures/example.scss".freeze, "spec/fixtures/example.slim".freeze, "spec/front_matter_parser/parsed_spec.rb".freeze, "spec/front_matter_parser_spec.rb".freeze, "spec/spec_helper.rb".freeze] s.homepage = "https://github.com/laMarciana/front_matter_parser".freeze s.licenses = ["LGPL3".freeze] s.rubygems_version = "3.5.10".freeze s.summary = "FrontMatterParser is a library to parse files or strings with YAML front matters. When working with files, it can automatically detect the syntax of a file from its extension and it supposes that the front matter is marked as that syntax comments.".freeze s.test_files = ["spec/fixtures/example.coffee".freeze, "spec/fixtures/example.foo".freeze, "spec/fixtures/example.haml".freeze, "spec/fixtures/example.html".freeze, "spec/fixtures/example.liquid".freeze, "spec/fixtures/example.md".freeze, "spec/fixtures/example.sass".freeze, "spec/fixtures/example.scss".freeze, "spec/fixtures/example.slim".freeze, "spec/front_matter_parser/parsed_spec.rb".freeze, "spec/front_matter_parser_spec.rb".freeze, "spec/spec_helper.rb".freeze] s.specification_version = 4 s.add_development_dependency(%q.freeze, ["~> 1.5".freeze, "< 1.6".freeze]) s.add_development_dependency(%q.freeze, ["~> 10.1".freeze]) s.add_development_dependency(%q.freeze, ["~> 2.14".freeze]) end