Sha256: 58a0ae84ff73bb36c92f504c50bcc77fa54d0a6ba3e8be04eec32144d9fc8be3

Contents?: true

Size: 1.34 KB

Versions: 1

Compression:

Stored size: 1.34 KB

Contents

= Unextendable CHANGELOG

== Version 0.1.5 (July 1, 2011)

* Fixed bug: respond_to? did not return true for a non-overridden instance method after extending an unextendable module

== Version 0.1.4 (May 4, 2011)

* Made Unextendable Ruby 1.9.2 compatible, booya! (Module.instance_methods within Ruby 1.9.2 returns symbols opposed to Ruby 1.8.7 which returns strings)
* Improved respond_to? override implementation (overriding respond_to? only once after extending an unextendable module)
* Moved Object.meta_class to Kernel
* Removed Object.meta_class?

== Version 0.1.3 (May 2, 2011)

* Always returning boolean when calling object.meta_class?
* Corrected the arguments definition of instance.respond_to? (being able to pass include_private)

== Version 0.1.2 (May 2, 2011)

* Improved object_instance.unextend
* Created a single point of definition for determination to whether or not unextend a certain module
* Added object.meta_class? (aliased with singleton_class?)
* Fixed error raised when trying to wrap a non-existing object instance method
* Corrected respond_to? and raising NoMethodError when calling an unextended module method which wasn't defined in the object instance itself

== Version 0.1.1 (May 1, 2011)

* Being able to pass a block to 'unextend' and only unextending a module when the block passes

== Version 0.1.0 (May 1, 2011)

* Initial release

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
unextendable-0.1.5 CHANGELOG.rdoc