fig 0.1.42 → 0.1.45

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: ruby
7
7
  authors:
8
8
  - Matthew Foemmel
@@ -276,7 +276,7 @@ dependencies:
276
276
  version: "2"
277
277
  type: :development
278
278
  version_requirements: *id024
279
- 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).
279
+ 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.
280
280
  email: git@foemmel.com
281
281
  executables:
282
282
  - fig