Sha256: 5b5976831e7f1f436ef68f8ed2a61557a4a6afc5011c449c2ad6f229ef67a902
Contents?: true
Size: 871 Bytes
Versions: 1
Compression:
Stored size: 871 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.3" s.add_development_dependency "rails", "3.0.3" end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
truncate_html-0.5.2 | truncate_html.gemspec |