Sha256: 399152f28cb4f3e281733ef76eadf9ce75b8d2ef16340ce68b5179b6eccebf40

Contents?: true

Size: 360 Bytes

Versions: 26

Compression:

Stored size: 360 Bytes

Contents

Encoding.default_external = Encoding::UTF_8
Encoding.default_internal = Encoding::UTF_8

source "https://rubygems.org"
git_source(:github) { |repo| "https://github.com/#{repo}" }

group :development, :test do
  gem "rspec"
end

gemspec

if File.exist? "Gemfile.devel"
  eval File.read("Gemfile.devel"), nil, "Gemfile.devel" # rubocop:disable Security/Eval
end

Version data entries

26 entries across 26 versions & 1 rubygems

Version Path
html2doc-1.7.0 Gemfile
html2doc-1.6.1 Gemfile
html2doc-1.6.0 Gemfile
html2doc-1.5.5 Gemfile
html2doc-1.5.4 Gemfile
html2doc-1.5.3 Gemfile
html2doc-1.5.2 Gemfile
html2doc-1.5.1 Gemfile
html2doc-1.5.0 Gemfile
html2doc-1.4.5 Gemfile
html2doc-1.4.4 Gemfile
html2doc-1.4.3 Gemfile
html2doc-1.4.2.1 Gemfile
html2doc-1.4.2 Gemfile
html2doc-1.4.1 Gemfile
html2doc-1.4.0.1 Gemfile
html2doc-1.4.0 Gemfile
html2doc-1.3.1 Gemfile
html2doc-1.3.0.1 Gemfile
html2doc-1.3.0 Gemfile