D7net
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
opt
/
td-agent
/
embedded
/
lib
/
ruby
/
gems
/
2.1.0
/
gems
/
kramdown-haml-0.0.3
/
Filename :
kramdown-haml.gemspec
back
Copy
# -*- encoding: utf-8 -*- $:.push File.expand_path('../lib', __FILE__) require 'kramdown-haml/version' Gem::Specification.new do |s| s.name = 'kramdown-haml' s.version = Haml::Kramdown::VERSION s.authors = [''] s.email = [''] s.homepage = '' s.summary = %q{HAML filter for Kramdown} s.description = %q{HAML filter for Kramdown} s.rubyforge_project = 'kramdown-haml' 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_runtime_dependency 'haml' end