rconfig 0.5.1 → 0.5.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: aa519167b9acb9609bcfb1cb956d76450ffd049d
4
- data.tar.gz: 6fcb318875d3ce88aba4a1182dfa62b3a21dd3f6
3
+ metadata.gz: 2c485c69a2d0b78cc4a9228b8e57c9ff0c8dfefc
4
+ data.tar.gz: b6b478faf25cd377bf068f655d013fdfebb47005
5
5
  SHA512:
6
- metadata.gz: 62b1e4a16e5f011ce8b96580cc488a2643074fc55b501759a507b8f57080354ebf760a9b7133e120bc451d607cf8597fe06a2eaf5eb31cea5909ff6475af96a7
7
- data.tar.gz: c3f7171cbf62cc93ea7ad26ffe266988084c3cd03ffbafb6226c46a8bdd16a78306c7e828c1c21c1ef4e971d72fd2fe03eb92a38c2b43359072474a4a420ab8f
6
+ metadata.gz: 8fbdec9ede9ef81a41690184d92231eeb2d9311d438a047597a43f022cc2565a96fca1c461e1cf3120ef4eed443ea1c0057c365a6d1410cce8e39d324b87bcc5
7
+ data.tar.gz: a3d7a1ba27d736348b52783a4afa06492e57183d39a33c1a401a02bff511f696febf4e465304a9008ab588409fd1da71671f2e3f500f4864b9075235b829f30c
data/ChangeLog CHANGED
@@ -1,8 +1,13 @@
1
+ 0.5.2
2
+ =====
3
+ * Fixed Typo
4
+ * Updated from jrhorn424/rconfig (See github commit #0bc5f9741c1f066d0dee4aa40eccbf81ad7caf11)
5
+
1
6
  0.5.1
2
7
  =====
3
8
  * Fixed bug: New Active Support convert_value method signature
4
9
  * Fixing rspec test
5
- * Update from lepek/rconfig (See github commit #e51f73b)
10
+ * Update from lepek/rconfig (See github commit #e51f73b0d578a1743ca38f59a81a3672ebe6076c)
6
11
 
7
12
  0.5.0
8
13
  =====
@@ -65,7 +65,7 @@ require 'rconfig/core_ext/hash'
65
65
  require 'rconfig/core_ext/nil'
66
66
 
67
67
  module RConfig
68
- VERSION = '0.5.1'
68
+ VERSION = '0.5.2'
69
69
 
70
70
  autoload :Socket, 'socket'
71
71
  autoload :YAML, 'yaml'
@@ -19,7 +19,7 @@ module RConfig
19
19
  end
20
20
 
21
21
  # Use log file
22
- if output.nil? && options[:file] && File.exists?(optios[:file])
22
+ if output.nil? && options[:file] && File.exists?(options[:file])
23
23
  @output = File.open(options[:file].to_s, 'a')
24
24
  @needs_close = true
25
25
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rconfig
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.5.1
4
+ version: 0.5.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Rahmal Conda
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2014-02-27 00:00:00.000000000 Z
11
+ date: 2014-03-21 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: activesupport