configurations 2.2.1 → 2.2.2
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/.travis.yml +5 -1
- data/README.md +1 -1
- data/lib/configurations.rb +1 -1
- data/lib/configurations/maps/readers/tolerant.rb +2 -2
- data/test/configurations/configuration/test_configure_synchronized.rb +0 -1
- data/test/test_helper.rb +2 -2
- metadata +7 -7
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 243a6d13e09f660f2facf05cdc34a5304d66c6a4
|
|
4
|
+
data.tar.gz: 5934db6b0400d4327379da00a94d0f322e738139
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 2121b47f012bbc6f019cbe574ad8a0202c08e85afcbb00ba6cd16b80ce2b3fa5896465f38aeb718b928b6dbfdab058ba0a545cb8daf3b2b3bd2d42f08e79a50c
|
|
7
|
+
data.tar.gz: ee69037ae5b4f42b510bcd3ba06db542bddae5295d32a0ae033f583dc5b428dcdda88e04d48468c86deae4e2b3d0ba5b1e76fdeec8d88ab25ab3dbd229912f2c
|
data/.travis.yml
CHANGED
|
@@ -11,4 +11,8 @@ rvm:
|
|
|
11
11
|
- jruby-19mode
|
|
12
12
|
- jruby-20mode
|
|
13
13
|
|
|
14
|
-
|
|
14
|
+
matrix:
|
|
15
|
+
allow_failures:
|
|
16
|
+
- rvm: rbx-2
|
|
17
|
+
|
|
18
|
+
script: rake && CODECLIMATE_REPO_TOKEN=36cf84c73264d3c361003f66903eec8aa5fb2b3494496f3a9676630518ecc9f9 codeclimate-test-reporter
|
data/README.md
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
# Configurations
|
|
2
|
-
[](https://travis-ci.org/beatrichartz/configurations) [](https://codeclimate.com/github/beatrichartz/configurations) [](https://codeclimate.com/github/beatrichartz/configurations) [](https://travis-ci.org/beatrichartz/configurations) [](https://codeclimate.com/github/beatrichartz/configurations) [](https://codeclimate.com/github/beatrichartz/configurations) [](http://inch-ci.org/github/beatrichartz/configurations) [](https://gemnasium.com/beatrichartz/configurations)
|
|
3
3
|
|
|
4
4
|
|
|
5
5
|
Configurations provides a unified approach to do configurations using the `MyGem.configure do ... end` idiom with the flexibility to do everything from arbitrary configurations to type asserted configurations for your gem or any other ruby code.
|
data/lib/configurations.rb
CHANGED
data/test/test_helper.rb
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: configurations
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 2.2.
|
|
4
|
+
version: 2.2.2
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Beat Richartz
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2016-
|
|
11
|
+
date: 2016-11-12 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: minitest
|
|
@@ -17,8 +17,8 @@ dependencies:
|
|
|
17
17
|
- - "~>"
|
|
18
18
|
- !ruby/object:Gem::Version
|
|
19
19
|
version: '5.4'
|
|
20
|
-
prerelease: false
|
|
21
20
|
type: :development
|
|
21
|
+
prerelease: false
|
|
22
22
|
version_requirements: !ruby/object:Gem::Requirement
|
|
23
23
|
requirements:
|
|
24
24
|
- - "~>"
|
|
@@ -31,8 +31,8 @@ dependencies:
|
|
|
31
31
|
- - "~>"
|
|
32
32
|
- !ruby/object:Gem::Version
|
|
33
33
|
version: '1.1'
|
|
34
|
-
prerelease: false
|
|
35
34
|
type: :development
|
|
35
|
+
prerelease: false
|
|
36
36
|
version_requirements: !ruby/object:Gem::Requirement
|
|
37
37
|
requirements:
|
|
38
38
|
- - "~>"
|
|
@@ -45,8 +45,8 @@ dependencies:
|
|
|
45
45
|
- - "~>"
|
|
46
46
|
- !ruby/object:Gem::Version
|
|
47
47
|
version: '3'
|
|
48
|
-
prerelease: false
|
|
49
48
|
type: :development
|
|
49
|
+
prerelease: false
|
|
50
50
|
version_requirements: !ruby/object:Gem::Requirement
|
|
51
51
|
requirements:
|
|
52
52
|
- - "~>"
|
|
@@ -59,8 +59,8 @@ dependencies:
|
|
|
59
59
|
- - "~>"
|
|
60
60
|
- !ruby/object:Gem::Version
|
|
61
61
|
version: '0.8'
|
|
62
|
-
prerelease: false
|
|
63
62
|
type: :development
|
|
63
|
+
prerelease: false
|
|
64
64
|
version_requirements: !ruby/object:Gem::Requirement
|
|
65
65
|
requirements:
|
|
66
66
|
- - "~>"
|
|
@@ -73,8 +73,8 @@ dependencies:
|
|
|
73
73
|
- - "~>"
|
|
74
74
|
- !ruby/object:Gem::Version
|
|
75
75
|
version: '10'
|
|
76
|
-
prerelease: false
|
|
77
76
|
type: :development
|
|
77
|
+
prerelease: false
|
|
78
78
|
version_requirements: !ruby/object:Gem::Requirement
|
|
79
79
|
requirements:
|
|
80
80
|
- - "~>"
|