fig18 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: fig18
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
@@ -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. 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).
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