bogo-config 0.2.0 → 0.2.2

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 36cf589e82eeeeb0693171b9e54da8e828a17c1f
4
- data.tar.gz: ea5083e9fe3e79cc4188700ee4d2da4c431e8925
3
+ metadata.gz: cadce180e20ddcac050c69cdd03ea31d89209372
4
+ data.tar.gz: 4c3e7ecc4f82b71cb880f6747ac739770a7d1bcc
5
5
  SHA512:
6
- metadata.gz: 3fccfe868de90bc88f45a33ebbc69fbb483c2ed66ff4feeb4776bb59a2096772a793a855cf686984e6b6e09b12904c949260f624c5649732b97a708dbebad4be
7
- data.tar.gz: 73cdc5bafdef588bd8c95825849de6e95395b14e4ccd04269cb70d7c459f41f42332f7d954a742d955769d2ecb5dd92c98911fdb034cf546bd3ffdef9950b959
6
+ metadata.gz: d484b882507f5548790589a3e43483814da5f13a354e2cb2f6cae3a009dd8992085a99e1149cd357c1ef255ef3603215a827ea50a0c38c9dd2503d77ea5c80dc
7
+ data.tar.gz: f0672ad3745a2a1abd5a86469ffaebea1818f2c97114fb2c36122867618c88ee9d80a1d318b4c9d5915ce74bdef0ead57b028b64c5673a7d80f6abf461aefe54
@@ -1,3 +1,6 @@
1
+ # v0.2.2
2
+ * Fix explicit struct load conditional for .rb files (#5)
3
+
1
4
  # v0.2.0
2
5
  * Stop configuration detection after successful load
3
6
  * Use custom exception type for config load failures
@@ -199,7 +199,7 @@ module Bogo
199
199
  json_load(file_path)
200
200
  when '.xml'
201
201
  xml_load(file_path)
202
- when '.rb' && eval_enabled?
202
+ when '.rb'
203
203
  struct_load(file_path)
204
204
  else
205
205
  [:struct_load, :json_load, :yaml_load, :xml_load].each do |loader|
@@ -1,6 +1,6 @@
1
1
  module Bogo
2
2
  class Config
3
3
  # Current library version
4
- VERSION = Gem::Version.new('0.2.0')
4
+ VERSION = Gem::Version.new('0.2.2')
5
5
  end
6
6
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: bogo-config
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.0
4
+ version: 0.2.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Chris Roberts
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2016-03-28 00:00:00.000000000 Z
11
+ date: 2016-04-05 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bogo
@@ -135,8 +135,9 @@ required_rubygems_version: !ruby/object:Gem::Requirement
135
135
  version: '0'
136
136
  requirements: []
137
137
  rubyforge_project:
138
- rubygems_version: 2.5.1
138
+ rubygems_version: 2.4.8
139
139
  signing_key:
140
140
  specification_version: 4
141
141
  summary: Configuration helper library
142
142
  test_files: []
143
+ has_rdoc: