dot_hash 0.5.0 → 0.5.1
Sign up to get free protection for your applications and to get access to all the features.
data/lib/dot_hash/version.rb
CHANGED
@@ -50,7 +50,7 @@ module DotHash
|
|
50
50
|
end
|
51
51
|
|
52
52
|
it "loads ERB files" do
|
53
|
-
loader = HashLoader.new fixtures_path("
|
53
|
+
loader = HashLoader.new fixtures_path("configs3.yaml.erb")
|
54
54
|
|
55
55
|
loader.load.must_equal({
|
56
56
|
"hero"=>{"name"=>"Eden", "power"=>100, "location"=>TESTS_PATH}
|
File without changes
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: dot_hash
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.5.
|
4
|
+
version: 0.5.1
|
5
5
|
prerelease:
|
6
6
|
platform: ruby
|
7
7
|
authors:
|
@@ -52,9 +52,9 @@ files:
|
|
52
52
|
- test/dot_hash/properties_test.rb
|
53
53
|
- test/dot_hash/settings_test.rb
|
54
54
|
- test/fixtures/config.yaml.example
|
55
|
-
- test/fixtures/config3.yaml.erb
|
56
55
|
- test/fixtures/configs1.yaml
|
57
56
|
- test/fixtures/configs2.yaml
|
57
|
+
- test/fixtures/configs3.yaml.erb
|
58
58
|
- test/test_helper.rb
|
59
59
|
homepage: https://github.com/3den/dot_hash
|
60
60
|
licenses: []
|
@@ -70,7 +70,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
70
70
|
version: '0'
|
71
71
|
segments:
|
72
72
|
- 0
|
73
|
-
hash:
|
73
|
+
hash: -934662971166829267
|
74
74
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
75
75
|
none: false
|
76
76
|
requirements:
|
@@ -79,7 +79,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
79
79
|
version: '0'
|
80
80
|
segments:
|
81
81
|
- 0
|
82
|
-
hash:
|
82
|
+
hash: -934662971166829267
|
83
83
|
requirements: []
|
84
84
|
rubyforge_project:
|
85
85
|
rubygems_version: 1.8.24
|
@@ -92,7 +92,7 @@ test_files:
|
|
92
92
|
- test/dot_hash/properties_test.rb
|
93
93
|
- test/dot_hash/settings_test.rb
|
94
94
|
- test/fixtures/config.yaml.example
|
95
|
-
- test/fixtures/config3.yaml.erb
|
96
95
|
- test/fixtures/configs1.yaml
|
97
96
|
- test/fixtures/configs2.yaml
|
97
|
+
- test/fixtures/configs3.yaml.erb
|
98
98
|
- test/test_helper.rb
|