/usr/share/rubygems-integration/all/specifications/cutest-1.2.1.gemspec is in ruby-cutest 1.2.1-2.
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 | # -*- encoding: utf-8 -*-
# stub: cutest 1.2.1 ruby lib
Gem::Specification.new do |s|
s.name = "cutest"
s.version = "1.2.1"
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.require_paths = ["lib"]
s.authors = ["Damian Janowski", "Michel Martens", "Cyril David"]
s.date = "2013-08-14"
s.description = "Run tests in separate processes to avoid shared state."
s.email = ["djanowski@dimaion.com", "michel@soveran.com", "me@cyrildavid.com"]
s.executables = ["cutest"]
s.files = [".gitignore", "CHANGELOG.md", "LICENSE", "README.markdown", "Rakefile", "bin/cutest", "cutest.gemspec", "lib/cutest.rb", "lib/cutest/vendor/clap.rb", "test/assert.rb", "test/assert_equal.rb", "test/assert_raise.rb", "test/fixtures/exception.rb", "test/fixtures/fail_custom_assertion.rb", "test/fixtures/failure.rb", "test/fixtures/failure_in_loaded_file.rb", "test/fixtures/success.rb", "test/prepare.rb", "test/run.rb", "test/scopes.rb", "test/setup.rb"]
s.homepage = "https://github.com/djanowski/cutest"
s.licenses = ["MIT"]
s.rubygems_version = "2.2.2"
s.summary = "Forking tests."
end
|