blob: 1996762af9c8eaefb16ea7c0711315ebda1f475f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer>
<email>ruby@gentoo.org</email>
<name>Gentoo Ruby Project</name>
</maintainer>
<use>
<flag name="asset-pipeline">
Also install the default components for the asset pipeline.
These are not required but they are activated automatically
in new Rails projects by default.
</flag>
</use>
</pkgmetadata>
|