/usr/share/rubygems-integration/2.3.0/specifications/charlock_holmes-0.7.3.gemspec is in ruby-charlock-holmes 0.7.3+dfsg-2build2.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 | # -*- encoding: utf-8 -*-
# stub: charlock_holmes 0.7.3 ruby lib
# stub: ext/charlock_holmes/extconf.rb
Gem::Specification.new do |s|
s.name = "charlock_holmes"
s.version = "0.7.3"
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.require_paths = ["lib"]
s.authors = ["Brian Lopez", "Vicent Mart\u{ed}"]
s.date = "2016-03-13"
s.description = "charlock_holmes provides binary and text detection as well as text transcoding using libicu"
s.email = "seniorlopez@gmail.com"
s.extensions = ["ext/charlock_holmes/extconf.rb"]
s.files = [".gitignore", "Gemfile", "MIT-LICENSE", "README.md", "Rakefile", "benchmark/detection.rb", "benchmark/test.txt", "charlock_holmes.gemspec", "ext/charlock_holmes/common.h", "ext/charlock_holmes/converter.c", "ext/charlock_holmes/encoding_detector.c", "ext/charlock_holmes/ext.c", "ext/charlock_holmes/extconf.rb", "ext/charlock_holmes/transliterator.cpp", "lib/charlock_holmes.rb", "lib/charlock_holmes/encoding_detector.rb", "lib/charlock_holmes/string.rb", "lib/charlock_holmes/version.rb", "test/converter_test.rb", "test/encoding_detector_test.rb", "test/fixtures/AnsiGraph.psm1", "test/fixtures/ISO-2022-KR.txt", "test/fixtures/TwigExtensionsDate.es.yml", "test/fixtures/cl-messagepack.lisp", "test/fixtures/core.rkt", "test/fixtures/foo.pdf", "test/fixtures/hello_world", "test/fixtures/laholator.py", "test/fixtures/octocat.ai", "test/fixtures/octocat.gif", "test/fixtures/octocat.jpg", "test/fixtures/octocat.png", "test/fixtures/octocat.psd", "test/fixtures/repl2.cljs", "test/fixtures/sierpinski.ps", "test/fixtures/utf16be.html", "test/fixtures/utf32be.html", "test/fixtures/utf32le.html", "test/fixtures/utf8.html", "test/fixtures/vimrc", "test/helper.rb", "test/string_methods_test.rb", "test/transliterator_test.rb"]
s.homepage = "https://github.com/brianmario/charlock_holmes"
s.licenses = ["MIT"]
s.rdoc_options = ["--charset=UTF-8"]
s.rubygems_version = "2.5.1"
s.summary = "Character encoding detection, brought to you by ICU"
if s.respond_to? :specification_version then
s.specification_version = 4
if Gem::Version.new(Gem::VERSION) >= Gem::Version.new('1.2.0') then
s.add_development_dependency(%q<rake-compiler>, [">= 0.7.5"])
s.add_development_dependency(%q<minitest>, [">= 0"])
s.add_development_dependency(%q<chardet>, [">= 0"])
else
s.add_dependency(%q<rake-compiler>, [">= 0.7.5"])
s.add_dependency(%q<minitest>, [">= 0"])
s.add_dependency(%q<chardet>, [">= 0"])
end
else
s.add_dependency(%q<rake-compiler>, [">= 0.7.5"])
s.add_dependency(%q<minitest>, [">= 0"])
s.add_dependency(%q<chardet>, [">= 0"])
end
end
|