Sha256: bc81b2e901005c16e81b38ef7e94f5cd2e9ac8259918e9954710ee31e7c60278
Contents?: true
Size: 877 Bytes
Versions: 3
Compression:
Stored size: 877 Bytes
Contents
# -*- encoding: utf-8 -*- $:.push File.expand_path("../lib", __FILE__) require "truncate_html/version" Gem::Specification.new do |s| s.name = "truncate_html" s.version = TruncateHtml::VERSION s.authors = ["Harold Giménez"] s.email = ["harold.gimenez@gmail.com"] s.homepage = "https://github.com/hgimenez/truncate_html" s.summary = %q{Uses an API similar to Rails' truncate helper to truncate HTML and close any lingering open tags.} s.description = %q{Truncates html so you don't have to} 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_development_dependency "rspec-rails", "~> 2.9" s.add_development_dependency "rails", "~> 3.0.3" end
Version data entries
3 entries across 3 versions & 2 rubygems
Version | Path |
---|---|
truncate_html-0.9 | truncate_html.gemspec |
truncate_html_sentence-0.5.6 | truncate_html.gemspec |
truncate_html-0.5.5 | truncate_html.gemspec |