8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4ae076d commit e13bd31Copy full SHA for e13bd31
CHANGELOG.md
@@ -1,3 +1,10 @@
1
+1.0.1 / 2016-01-18
2
+==================
3
+
4
+* FIX [#42](https://github.com/aetherknight/recursive-open-struct/issues/42):
5
+ `[]` tried to call private methods if they existed instead of triggering the
6
+ `method_missing` code path. Thanks to @SaltwaterC for reporting.
7
8
1.0.0 / 2015-12-11
9
==================
10
lib/recursive_open_struct/version.rb
@@ -3,5 +3,5 @@
require 'ostruct'
class RecursiveOpenStruct < OpenStruct
- VERSION = "1.0.0"
+ VERSION = "1.0.1"
end
0 commit comments