fig 2.0.0.pre.alpha.2 → 2.0.0.pre.alpha.3
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 +7 -7
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: bdd1e421366a665108de5fd81a68498c9809df0ce0ad07271101972a767d0d0f
|
4
|
+
data.tar.gz: 68efbaf9fcdffc32985aa9f38816c6e5b924d511506f46710edb693c31b43f4c
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 70d69aa2ba2cfd2ecba24909220b1b4f88f642e026fb3b553ac4025d4dc3d5676f0e8489b787f683ccc9f87fc1b1e3dbade15c7384dcad9340c0b3249c3d998f
|
7
|
+
data.tar.gz: 04b889ccfc8c71e306184cecfe406d482f2200354b72f71a48771057b6ad3d210b9745eddb934555ff227acc88a17f9d8079fb309656ae12de277ae19176d424
|
data/lib/fig/version.rb
CHANGED
metadata
CHANGED
@@ -1,13 +1,13 @@
|
|
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.3
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Fig Folks
|
8
8
|
bindir: bin
|
9
9
|
cert_chain: []
|
10
|
-
date: 2025-04-
|
10
|
+
date: 2025-04-02 00:00:00.000000000 Z
|
11
11
|
dependencies:
|
12
12
|
- !ruby/object:Gem::Dependency
|
13
13
|
name: bcrypt_pbkdf
|
@@ -85,14 +85,14 @@ dependencies:
|
|
85
85
|
requirements:
|
86
86
|
- - "~>"
|
87
87
|
- !ruby/object:Gem::Version
|
88
|
-
version: 0.
|
88
|
+
version: 0.4.0
|
89
89
|
type: :runtime
|
90
90
|
prerelease: false
|
91
91
|
version_requirements: !ruby/object:Gem::Requirement
|
92
92
|
requirements:
|
93
93
|
- - "~>"
|
94
94
|
- !ruby/object:Gem::Version
|
95
|
-
version: 0.
|
95
|
+
version: 0.4.0
|
96
96
|
- !ruby/object:Gem::Dependency
|
97
97
|
name: log4r
|
98
98
|
requirement: !ruby/object:Gem::Requirement
|
@@ -292,7 +292,7 @@ dependencies:
|
|
292
292
|
description: |-
|
293
293
|
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.
|
294
294
|
|
295
|
-
Built from git SHA1:
|
295
|
+
Built from git SHA1: 75cc1a5-dirty
|
296
296
|
email: maintainer@figpackagemanager.org
|
297
297
|
executables:
|
298
298
|
- fig
|
@@ -464,7 +464,7 @@ files:
|
|
464
464
|
licenses:
|
465
465
|
- BSD-3-Clause
|
466
466
|
metadata:
|
467
|
-
git_sha:
|
467
|
+
git_sha: 75cc1a5-dirty
|
468
468
|
rdoc_options: []
|
469
469
|
require_paths:
|
470
470
|
- lib
|
@@ -482,5 +482,5 @@ requirements: []
|
|
482
482
|
rubygems_version: 3.6.1
|
483
483
|
specification_version: 4
|
484
484
|
summary: 'Utility for configuring environments and managing dependencies across a
|
485
|
-
team of developers. Built from git SHA1:
|
485
|
+
team of developers. Built from git SHA1: 75cc1a5-dirty'
|
486
486
|
test_files: []
|