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.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/lib/unfig/version.rb +1 -1
  3. data/unfig.gemspec +2 -2
  4. metadata +3 -3
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 3ff007a57b57a0e32f859b15cbdfb268353a34448499426561c04b4c2f0ca085
4
- data.tar.gz: bc50b16f98ab7f74c8cf69fbda12f9af7b975107edc678fb41e383999dbf6b71
3
+ metadata.gz: 8a400dcac8fa4a9b68b6d6629aec551fc5c0301b942245970c4148fa333e9c10
4
+ data.tar.gz: d966dd1ca3a621cb4ac744c94ea944ee4c285b7f46033b1f45b80a9ea4211b26
5
5
  SHA512:
6
- metadata.gz: 12c22f5cfc6d564b46d84482bd0272680b41fa1cd461386009afb51833938f98d5305ead5195cd72d9f1f381843d489ef55834270f46d6a74bf6fd6dc29abdbe
7
- data.tar.gz: f2230b52d0a0c6f4b08e98f03ee9733a25532b16c705704d38b4618fd95d6d794d1a3a812a7065570435f48e41d9e67c403a2430254136361c931a52a4af9ad6
6
+ metadata.gz: '08ebf2536275debbb41146a09ac23fd8fbcf748b5e645c13a2edb008173fadb65a528aa15283976b8328099c962b70f70306874bed6579b4793b41928641da6d'
7
+ data.tar.gz: 8f9ca9802ad08743bf0b60e18b25725f2f6dcc6f7fb26ff6954d5325756abea23df64eacbc1a315855799ccbdf3a0aecb89aad799f092a7b1d3adf7b4e6e8c66
data/lib/unfig/version.rb CHANGED
@@ -1,3 +1,3 @@
1
1
  module Unfig
2
- VERSION = "0.1.0"
2
+ VERSION = "0.1.1"
3
3
  end
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 config-file describing those
14
- controls and relationships.
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.0
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 config-file describing those
143
- controls and relationships.
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: []