Sha256: 9ed08f745ea185fbe70cf9d7bab9743f564cf7f518b554ae4d23cd650777ba3b
Contents?: true
Size: 820 Bytes
Versions: 2
Compression:
Stored size: 820 Bytes
Contents
# -*- encoding: utf-8 -*- $:.push File.expand_path("../lib", __FILE__) require File.join(File.dirname(__FILE__), "lib/redcloth-rails/version.rb") Gem::Specification.new do |s| s.name = "redcloth-rails" s.version = RedCloth::Rails::VERSION s.authors = ["emjot"] s.email = ["kontakt@emjot.de"] s.homepage = "https://github.com/emjot/redcloth-rails" s.summary = %q{rails 3 engine which enables RedCloth and provides helpers for the awesome TextileEditor.} s.add_dependency('RedCloth', '>= 4.2.0') s.add_dependency('rails', '>= 3.1.0') 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"] end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
redcloth-rails-0.1.1 | redcloth-rails.gemspec |
redcloth-rails-0.1.0 | redcloth-rails.gemspec |