loquacious 1.6.2 → 1.6.3

Sign up to get free protection for your applications and to get access to all the features.
data/History.txt CHANGED
@@ -1,3 +1,8 @@
1
+ == 1.6.3 / 2010-06-07
2
+
3
+ * Bug Fixes
4
+ * Assign a nil description when none is given [Nathan Witmer]
5
+
1
6
  == 1.6.2 / 2010-06-01
2
7
 
3
8
  * Bug Fixes
@@ -105,7 +105,7 @@ module Loquacious
105
105
  end
106
106
  CODE
107
107
 
108
- __desc[m]
108
+ __desc[m] = nil
109
109
 
110
110
  default = (args.empty? and !block) ? Loquacious::Undefined.new(m.to_s) : nil
111
111
  self.__send("#{m}=", default)
@@ -135,7 +135,7 @@ describe Loquacious::Configuration do
135
135
 
136
136
  @obj.first.should be_nil
137
137
  @obj.second.should be_nil
138
- @obj.__desc.should == {}
138
+ @obj.__desc.should == {:first => nil, :second => nil}
139
139
 
140
140
  @obj.merge! other
141
141
  @obj.first.should == 'foo'
data/version.txt CHANGED
@@ -1 +1 @@
1
- 1.6.2
1
+ 1.6.3
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 1
7
7
  - 6
8
- - 2
9
- version: 1.6.2
8
+ - 3
9
+ version: 1.6.3
10
10
  platform: ruby
11
11
  authors:
12
12
  - Tim Pease
@@ -14,7 +14,7 @@ autorequire:
14
14
  bindir: bin
15
15
  cert_chain: []
16
16
 
17
- date: 2010-06-01 00:00:00 -06:00
17
+ date: 2010-06-07 00:00:00 -06:00
18
18
  default_executable:
19
19
  dependencies:
20
20
  - !ruby/object:Gem::Dependency