hierarchical_config 0.6 → 0.7
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/README.markdown +2 -0
- data/lib/hierarchical_config.rb +2 -0
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: a62f19f8a7966878ec50be8bf611d3c8f22bb4ee
|
4
|
+
data.tar.gz: 2cd93af27c41376f9f6508382178f04a80ca6e1c
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 25eb992e932755e2528cf2be6b03cb693053ad14ec50c1d3ee7449b3b9eb5b4f5d7640ccd2a97ce9b6330f6fef4cc6234915c50182ef106180a4c1d0b3fe21af
|
7
|
+
data.tar.gz: ab38d3da65541b0b1c5f5988490945a99c28ccf2dd13c21611ed7909a39f948a600fa5f3ab94f47aed605ddc0edd70e36e68eed0565427a5749c660a2ecbc28e
|
data/README.markdown
CHANGED
@@ -1,3 +1,5 @@
|
|
1
|
+
[![Build Status](https://travis-ci.org/timgaleckas/hierarchical_config.svg?branch=master)](https://travis-ci.org/timgaleckas/hierarchical_config)
|
2
|
+
|
1
3
|
## What is it
|
2
4
|
|
3
5
|
HierarchicalConfig is a library that implements a strategy for configuring an application in a static, declarative, robust, and intuitive way
|
data/lib/hierarchical_config.rb
CHANGED
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: hierarchical_config
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: '0.
|
4
|
+
version: '0.7'
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- timgaleckas
|
@@ -40,7 +40,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
40
40
|
version: '0'
|
41
41
|
requirements: []
|
42
42
|
rubyforge_project:
|
43
|
-
rubygems_version: 2.
|
43
|
+
rubygems_version: 2.6.11
|
44
44
|
signing_key:
|
45
45
|
specification_version: 4
|
46
46
|
summary: Robust strategy for defining the configuration accross environments, machines,
|