loquacious 1.5.1 → 1.5.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.
@@ -1,3 +1,8 @@
1
+ == 1.5.2 / 2010-04-06
2
+
3
+ * 1 bug fix
4
+ * Accidentally undefining the initialize method for the DSL
5
+
1
6
  == 1.5.1 / 2010-04-06
2
7
 
3
8
  * 1 bug fix
@@ -185,7 +185,7 @@ module Loquacious
185
185
  # configuration object.
186
186
  #
187
187
  class DSL
188
- Keepers = %r/^__|^object_id$/
188
+ Keepers = %r/^__|^object_id|^initialize$/
189
189
  instance_methods(true).each do |m|
190
190
  next if m[Keepers]
191
191
  undef_method m
@@ -1 +1 @@
1
- 1.5.1
1
+ 1.5.2
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 1
7
7
  - 5
8
- - 1
9
- version: 1.5.1
8
+ - 2
9
+ version: 1.5.2
10
10
  platform: ruby
11
11
  authors:
12
12
  - Tim Pease