summaryrefslogtreecommitdiff
path: root/homebrew/rbenvbundlerrubyversion/.beer
blob: 80674366d8a4a198f6141dd7a7313a5c647e1ad0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
{
    "name": "RbenvBundlerRubyVersion",
    "description": "Pick a ruby version from bundler",
    "url": "https://github.com/aripollak/rbenv-bundler-ruby-version/archive/v1.0.0.tar.gz",
    "mirror": null,
    "homepage": "https://github.com/aripollak/rbenv-bundler-ruby-version",
    "depends": [
        {
            "depend": "rbenv",
            "build-depend": false
        }
    ],
    "resource": [],
    "conflicts": [],
    "patches": [],
    "install": [
        "prefix.install Dir[\"*\"]"
    ],
    "version": "1.0.0",
    "file": "rbenv-bundler-ruby-version.rb"
}