unfig 0.1.0 → 0.1.1
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/unfig/version.rb +1 -1
- data/unfig.gemspec +2 -2
- metadata +3 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 8a400dcac8fa4a9b68b6d6629aec551fc5c0301b942245970c4148fa333e9c10
|
|
4
|
+
data.tar.gz: d966dd1ca3a621cb4ac744c94ea944ee4c285b7f46033b1f45b80a9ea4211b26
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: '08ebf2536275debbb41146a09ac23fd8fbcf748b5e645c13a2edb008173fadb65a528aa15283976b8328099c962b70f70306874bed6579b4793b41928641da6d'
|
|
7
|
+
data.tar.gz: 8f9ca9802ad08743bf0b60e18b25725f2f6dcc6f7fb26ff6954d5325756abea23df64eacbc1a315855799ccbdf3a0aecb89aad799f092a7b1d3adf7b4e6e8c66
|
data/lib/unfig/version.rb
CHANGED
data/unfig.gemspec
CHANGED
|
@@ -10,8 +10,8 @@ Gem::Specification.new do |spec|
|
|
|
10
10
|
spec.description = <<~DESC
|
|
11
11
|
We've written code that merges/cascades default configuration, config-files,
|
|
12
12
|
environment variables, and cli-passed arguments _too many times_. This gem
|
|
13
|
-
intends to distill that into a configuration
|
|
14
|
-
|
|
13
|
+
intends to distill that into a configuration hash describing those controls
|
|
14
|
+
and relationships, so that users can supply values in multiple ways.
|
|
15
15
|
DESC
|
|
16
16
|
spec.homepage = "https://github.com/nevinera/unfig"
|
|
17
17
|
spec.license = "MIT"
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: unfig
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.1.
|
|
4
|
+
version: 0.1.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Eric Mueller
|
|
@@ -139,8 +139,8 @@ dependencies:
|
|
|
139
139
|
description: |
|
|
140
140
|
We've written code that merges/cascades default configuration, config-files,
|
|
141
141
|
environment variables, and cli-passed arguments _too many times_. This gem
|
|
142
|
-
intends to distill that into a configuration
|
|
143
|
-
|
|
142
|
+
intends to distill that into a configuration hash describing those controls
|
|
143
|
+
and relationships, so that users can supply values in multiple ways.
|
|
144
144
|
email:
|
|
145
145
|
- nevinera@gmail.com
|
|
146
146
|
executables: []
|