fig 0.1.42-java → 0.1.45-java
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: fig
|
3
3
|
version: !ruby/object:Gem::Version
|
4
4
|
prerelease:
|
5
|
-
version: 0.1.
|
5
|
+
version: 0.1.45
|
6
6
|
platform: java
|
7
7
|
authors:
|
8
8
|
- Matthew Foemmel
|
@@ -122,7 +122,7 @@ dependencies:
|
|
122
122
|
version: "2"
|
123
123
|
type: :development
|
124
124
|
version_requirements: *id010
|
125
|
-
description: Fig is a utility for configuring environments and managing dependencies across a team of developers.
|
125
|
+
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.
|
126
126
|
email: git@foemmel.com
|
127
127
|
executables:
|
128
128
|
- fig
|