loquacious 1.6.0 → 1.6.1

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.
data/History.txt CHANGED
@@ -1,3 +1,8 @@
1
+ == 1.6.1 / 2010-04-19
2
+
3
+ * 1 bug fix
4
+ * Allow interrogative methods on configuration objects (nil?)
5
+
1
6
  == 1.6.0 / 2010-04-18
2
7
 
3
8
  * 1 minor enhancement
@@ -53,7 +53,7 @@ module Loquacious
53
53
  #
54
54
  alias :__respond_to? :respond_to?
55
55
 
56
- Keepers = %r/^__|^object_id$|^instance_of\?$|^kind_of\?$|^equal\?$/
56
+ Keepers = %r/^__|^object_id$|^\w+\?$/
57
57
  instance_methods(true).each do |m|
58
58
  next if m[Keepers]
59
59
  undef_method m
data/version.txt CHANGED
@@ -1 +1 @@
1
- 1.6.0
1
+ 1.6.1
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 1
7
7
  - 6
8
- - 0
9
- version: 1.6.0
8
+ - 1
9
+ version: 1.6.1
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-05-18 00:00:00 -06:00
17
+ date: 2010-05-19 00:00:00 -06:00
18
18
  default_executable:
19
19
  dependencies:
20
20
  - !ruby/object:Gem::Dependency