/usr/share/rubygems-integration/all/specifications/compas-layoutgala-plugin-0.2.1.gemspec is in compass-layoutgala-plugin 0.2.1-1.
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 | # -*- encoding: utf-8 -*-
# stub: compas-layoutgala-plugin 0.2.1 ruby lib
Gem::Specification.new do |s|
s.name = "compas-layoutgala-plugin".freeze
s.version = "0.2.1"
s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version=
s.require_paths = ["lib".freeze]
s.authors = ["Jonas Smedegaard".freeze]
s.date = "2017-01-23"
s.description = "40 CSS base layouts for same HTML markup using Compass".freeze
s.email = "dr@jones.dk".freeze
s.files = ["README.mkdn".freeze, "lib/compass-layoutgala-plugin.rb".freeze, "stylesheets/_layoutgala.scss".freeze, "stylesheets/layoutgala/_base.scss".freeze, "stylesheets/layoutgala/_fixed1.scss".freeze, "stylesheets/layoutgala/_fixed2.scss".freeze, "stylesheets/layoutgala/_liquid-center.scss".freeze, "stylesheets/layoutgala/_liquid-left.scss".freeze, "stylesheets/layoutgala/_liquid-right-alternative.scss".freeze, "stylesheets/layoutgala/_liquid-right.scss".freeze, "stylesheets/layoutgala/_liquid-split.scss".freeze, "stylesheets/layoutgala/_liquid.scss".freeze, "stylesheets/layoutgala/_percentage2-larger1.scss".freeze, "templates/project/_base.scss".freeze, "templates/project/header.png".freeze, "templates/project/layoutgala.html".freeze, "templates/project/manifest.rb".freeze, "templates/project/screen.scss".freeze]
s.homepage = "http://dr.jones.dk/".freeze
s.rubygems_version = "2.5.2".freeze
s.summary = "40 CSS base layouts for same HTML markup using Compass".freeze
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_runtime_dependency(%q<sass>.freeze, ["~> 3.3"])
else
s.add_dependency(%q<sass>.freeze, ["~> 3.3"])
end
else
s.add_dependency(%q<sass>.freeze, ["~> 3.3"])
end
end
|