fig 0.1.42-java → 0.1.45-java

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. data/VERSION +1 -1
  2. metadata +2 -2
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.1.42
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.42
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. You give it a list of packages and a shell command to run; it creates an environment that includes those packages, then executes the shell command in it (the caller's environment is not affected).
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