Sha256: 16d910650784869c192a9e60b9d3475ddd8a8ad30f5e9e5c3433a5670679df14
Contents?: true
Size: 1.53 KB
Versions: 0
Compression: gzip
Compressed size: 646 Bytes
Stored size: 646 Bytes
Contents
--- !ruby/object:Gem::Specification name: truncate_html version: !ruby/object:Gem::Version version: 0.1.2 platform: ruby authors: - hgimenez autorequire: bindir: bin cert_chain: [] date: 2009-09-25 00:00:00 -04:00 default_executable: dependencies: [] description: Truncates html so you don't have to email: harold.gimenez@gmail.com executables: [] extensions: [] extra_rdoc_files: - README.markdown files: - .gitignore - README.markdown - Rakefile - VERSION - init.rb - install.rb - lib/app/helpers/truncate_html_helper.rb - lib/truncate_html.rb - lib/truncate_html/html_truncator.rb - spec/helpers/truncate_html_helper_spec.rb - spec/spec_helper.rb - spec/truncate_html/html_truncator_spec.rb - tasks/truncate_html_tasks.rake - truncate_html.gemspec - uninstall.rb has_rdoc: true homepage: http://github.com/hgimenez/truncate_html licenses: [] post_install_message: rdoc_options: - --charset=UTF-8 require_paths: - lib required_ruby_version: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: "0" version: required_rubygems_version: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: "0" version: requirements: [] rubyforge_project: rubygems_version: 1.3.5 signing_key: specification_version: 3 summary: Uses an API similar to Rails' truncate helper to truncate HTML and close any lingering open tags. test_files: - spec/helpers/truncate_html_helper_spec.rb - spec/spec_helper.rb - spec/truncate_html/html_truncator_spec.rb