fig 2.0.0.pre.alpha.12 → 2.0.0.pre.alpha.13
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.
- checksums.yaml +4 -4
- data/lib/fig/version.rb +1 -1
- metadata +4 -4
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 38f3831cc6bf075d7468d4438498883325581d44e7a874e09bbf18844d911a11
|
4
|
+
data.tar.gz: e35166005e5fd9a28dfcdae0819df41c29100b9439c250b2e52148a736316f98
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 7794de5b47ad4fb645a5a00a0e1a30a6e8dbeaeea75cf831ab3a6a87cefed02dd4cecc751f71a4b499c80fffaba7de6435ef5d3321eda5c804d004f2386b8dcf
|
7
|
+
data.tar.gz: 6734a2e05f37bd0b74588261f899b19355cd2f9ccceb993446c39946c62ec6f19f5198a6d8cde51e9e09430eb36c1d6fced434dc6e607f92a11be343a0369847
|
data/lib/fig/version.rb
CHANGED
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: fig
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 2.0.0.pre.alpha.
|
4
|
+
version: 2.0.0.pre.alpha.13
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Fig Folks
|
@@ -334,7 +334,7 @@ dependencies:
|
|
334
334
|
description: |-
|
335
335
|
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.
|
336
336
|
|
337
|
-
Built from git SHA1:
|
337
|
+
Built from git SHA1: aef554e-dirty
|
338
338
|
email: maintainer@figpackagemanager.org
|
339
339
|
executables:
|
340
340
|
- fig
|
@@ -547,7 +547,7 @@ files:
|
|
547
547
|
licenses:
|
548
548
|
- BSD-3-Clause
|
549
549
|
metadata:
|
550
|
-
git_sha:
|
550
|
+
git_sha: aef554e-dirty
|
551
551
|
rdoc_options: []
|
552
552
|
require_paths:
|
553
553
|
- lib
|
@@ -565,5 +565,5 @@ requirements: []
|
|
565
565
|
rubygems_version: 3.6.1
|
566
566
|
specification_version: 4
|
567
567
|
summary: 'Utility for configuring environments and managing dependencies across a
|
568
|
-
team of developers. Built from git SHA1:
|
568
|
+
team of developers. Built from git SHA1: aef554e-dirty'
|
569
569
|
test_files: []
|