Sha256: c75232d4f5f8d51c2b332e102410a002a70a923d89f057714404459907bc29d2
Contents?: true
Size: 947 Bytes
Versions: 3
Compression:
Stored size: 947 Bytes
Contents
# -*- encoding: utf-8 -*- $:.push File.expand_path("../lib", __FILE__) require "guess_html_encoding/version" Gem::Specification.new do |s| s.name = "guess_html_encoding" s.version = GuessHtmlEncoding::VERSION s.authors = ["Andrew Cantino (Iteration Labs, LLC)"] s.email = ["andrew@iterationlabs.com"] s.homepage = "http://github.com/cantino/guess_html_encoding" s.summary = %q{A small gem that attempts to guess and then force encoding of HTML documents for Ruby 1.9} s.description = %q{} s.rubyforge_project = "guess_html_encoding" 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"] # specify any dependencies here; for example: s.add_development_dependency "rspec" # s.add_runtime_dependency "rest-client" end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
guess_html_encoding-0.0.11 | guess_html_encoding.gemspec |
guess_html_encoding-0.0.10 | guess_html_encoding.gemspec |
guess_html_encoding-0.0.9 | guess_html_encoding.gemspec |