fig 1.5.0
Fig is a utility for configuring environments and managing dependencies across a team of developers. Given a list of packages and a command to run, Fig builds environment variables named in those packages (e.g., CLASSPATH), then executes the command in that environment. The caller's environment is not affected.
Gemfile:
=
instalar:
=
Runtime Dependencies (12):
Development Dependencies (8):
bundler
>= 1.0.15
rake
>= 0.8.7
rspec
~> 2
rspec-core
>= 2.7.1
rspec-expectations
>= 2.7.0
rspec-mocks
>= 2.7.0
simplecov
>= 0.6.2
simplecov-html
>= 0.5.3