fig18 0.1.42 → 0.1.45
Sign up to get free protection for your applications and to get access to all the features.
- data/VERSION +1 -1
- metadata +2 -2
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
0.1.
|
1
|
+
0.1.45
|
metadata
CHANGED
@@ -2,7 +2,7 @@
|
|
2
2
|
name: fig18
|
3
3
|
version: !ruby/object:Gem::Version
|
4
4
|
prerelease:
|
5
|
-
version: 0.1.
|
5
|
+
version: 0.1.45
|
6
6
|
platform: ruby
|
7
7
|
authors:
|
8
8
|
- Matthew Foemmel
|
@@ -254,7 +254,7 @@ dependencies:
|
|
254
254
|
version: "2"
|
255
255
|
type: :development
|
256
256
|
version_requirements: *id022
|
257
|
-
description: Fig is a utility for configuring environments and managing dependencies across a team of developers.
|
257
|
+
description: 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.
|
258
258
|
email: git@foemmel.com
|
259
259
|
executables:
|
260
260
|
- fig
|