Sha256: 218f9c92b468788535774202a7f9d10797a680a05314490e6ff1c2ba746c5837
Contents?: true
Size: 797 Bytes
Versions: 2
Compression:
Stored size: 797 Bytes
Contents
# -*- encoding: utf-8 -*- $:.push File.expand_path("../lib", __FILE__) require "markerb/version" Gem::Specification.new do |s| s.name = "markerb" s.version = Markerb::VERSION.dup s.platform = Gem::Platform::RUBY s.summary = "Multipart templates made easy with Markdown + ERb" s.email = "contact@plataformatec.com.br" s.homepage = "http://github.com/plataformatec/markerb" s.description = "Multipart templates made easy with Markdown + ERb" s.authors = ['José Valim'] s.files = `git ls-files`.split("\n") s.test_files = `git ls-files -- {test,spec,features}/*`.split("\n") s.executables = `git ls-files -- bin/*`.split("\n").map{ |f| File.basename(f) } s.require_paths = ["lib"] s.add_dependency "redcarpet", ">= 2.0" end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
markerb-1.0.1 | markerb.gemspec |
markerb-1.0.0 | markerb.gemspec |