Sha256: c0b0ddfb87fd40d91d224959f80077588d7b1deb7054935fe4ba4c5be8efbfe2

Contents?: true

Size: 964 Bytes

Versions: 8

Compression:

Stored size: 964 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/iterationlabs/guess_html_encoding"
  s.summary     = %q{This gem helps guess the encoding of an HTML page.}
  s.description = %q{This gem helps guess the encoding of an HTML page.}

  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

8 entries across 8 versions & 1 rubygems

Version Path
guess_html_encoding-0.0.8 guess_html_encoding.gemspec
guess_html_encoding-0.0.7 guess_html_encoding.gemspec
guess_html_encoding-0.0.6 guess_html_encoding.gemspec
guess_html_encoding-0.0.5 guess_html_encoding.gemspec
guess_html_encoding-0.0.4 guess_html_encoding.gemspec
guess_html_encoding-0.0.3 guess_html_encoding.gemspec
guess_html_encoding-0.0.2 guess_html_encoding.gemspec
guess_html_encoding-0.0.1 guess_html_encoding.gemspec