index
:
delta/ruby-gems/hashie.git
1-1-stable
3-3-stable
boolean-method-query
bugfix-deep-find
circular-coercion-docs
create-github-action
master
github.com: intridea/hashie
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge branch 'fix-113-dash-merge' of github.com:spencer1248/hashie
dblock
2014-03-30
1
-0
/
+15
|
\
|
*
Fix Dash#merge!
Spencer Rogers
2013-11-30
1
-0
/
+7
|
*
Fix Dash#merge
Spencer Rogers
2013-11-30
1
-0
/
+8
*
|
Merge branch 'extend' of github.com:amatsuda/hashie
dblock
2014-03-30
1
-1
/
+1
|
\
\
|
*
|
Object#extend is a public method
Akira Matsuda
2013-11-30
1
-1
/
+1
|
|
/
*
|
Merge branch 'recursive_to_hash_options' of github.com:pwillett/hashie
dblock
2014-03-30
1
-2
/
+2
|
\
\
|
*
|
pass Hashie::Hash#to_hash's options to recursive calls
Patrick Willett
2013-11-25
1
-2
/
+2
|
|
/
*
|
Merge branch 'fix-mash-default' of github.com:ryansouza/hashie
dblock
2014-03-30
1
-1
/
+1
|
\
\
|
*
|
Correctly use Hash#default from Mash#method_missing
Ryan Souza
2013-08-05
1
-1
/
+1
|
|
/
*
|
Merge branch 'do_not_respond_to_every_method_with_suffix' of github.com:Maxim...
dblock
2014-03-30
1
-2
/
+10
|
\
\
|
*
|
Reuse suffixes constant for method missing suffixes search
Maxim Filimonov
2013-07-21
1
-1
/
+2
|
*
|
Do not respond to suffixes for keys which are not present in mash. Fixes comp...
Maxim Filimonov
2013-07-21
1
-1
/
+8
|
|
/
*
|
Merge branch 'dash_bang_properties' of github.com:thedavemarshall/hashie
dblock
2014-03-30
1
-9
/
+3
|
\
\
|
*
|
Adding support for dash properties that end in bang
David Marshall
2013-07-17
1
-9
/
+3
|
|
/
*
|
Merge branch 'fix_indifferent_access_store' of github.com:jrochkind/hashie
dblock
2014-03-30
1
-0
/
+1
|
\
\
|
*
|
IndifferentAccess, make #store respect indifference
Jonathan Rochkind
2013-07-08
1
-0
/
+1
|
|
/
*
|
Merge branch 'master' of github.com:einzige/hashie
dblock
2014-03-30
1
-18
/
+23
|
\
\
|
*
|
~
Sergei Zinin
2013-10-31
1
-18
/
+23
|
|
/
*
|
Fixes Issue #106: deep_merge recursively slow
Dave Mitchell
2013-07-28
2
-5
/
+5
|
/
*
bump 2.0.5
v2.0.5
Jerry Cheung
2013-05-10
1
-1
/
+1
*
Coercion improvements, specs passing
Eric Pierce
2013-05-09
2
-8
/
+15
*
bump 2.0.4
v2.0.4
Jerry Cheung
2013-04-23
1
-1
/
+1
*
Make Mash#fetch more consistent with ruby hashes [fixes #92, fixes #93]
Mark Abramov
2013-04-24
1
-2
/
+2
*
bump 2.0.3
v2.0.3
Jerry Cheung
2013-03-18
1
-1
/
+1
*
make Hashie::Mash also respond to unknown keys with suffixes
Vsevolod Romashov
2013-03-15
1
-1
/
+1
*
fix broken indentation
Vsevolod Romashov
2013-03-14
1
-23
/
+23
*
fix Hashie::Mash#respond_to? with a suffixed key
Vsevolod Romashov
2013-03-14
1
-1
/
+1
*
Merge pull request #83 from jimeh/fix-replace-method
Jerry Cheung
2013-03-05
4
-2
/
+27
|
\
|
*
Add support and tests for #replace to IndifferentAccess extension
Jim Myhrberg
2013-03-02
1
-2
/
+8
|
*
Add support and tests for #replace to Coercion extension
Jim Myhrberg
2013-03-02
1
-0
/
+6
|
*
Ensure #replace always returns itself, like ::Hash#replace
Jim Myhrberg
2013-03-02
2
-0
/
+2
|
*
Fix issue with #replace causing default values to override specified
Jim Myhrberg
2013-02-26
1
-1
/
+1
|
*
Add #replace to Hashie::Dash to achieve Hash-like behavior
Jim Myhrberg
2013-02-26
1
-0
/
+6
|
*
Add #replace to Hashie::Mash to achieve Hash-like behavior
Jim Myhrberg
2013-02-26
1
-0
/
+5
*
|
Bump version to 2.0.2
v2.0.2
Michael Bleigh
2013-02-26
1
-1
/
+1
*
|
reinstating symbolize keys in the to_hash method.
Bill Cromie
2013-02-26
1
-1
/
+3
|
/
*
bump version 2.0.1
v2.0.1
Jerry Cheung
2013-02-25
1
-1
/
+1
*
Remove override of object_id #77
Mat Schaffer
2013-02-18
1
-4
/
+0
*
bump gem version to 2.0.0
Jerry Cheung
2013-02-14
1
-1
/
+1
*
Added support for deferred properties to Dash
Brad Gessler
2013-02-12
1
-2
/
+7
*
allow a block for merge and update
Jerry Cheung
2013-02-12
1
-5
/
+7
*
Concisely handle TypeError in Hashie::Dash
Doc Ritezel
2013-02-12
1
-7
/
+3
*
Fix Hashie::Dash Defaults
Doc Ritezel
2013-02-12
1
-1
/
+9
*
Merge pull request #41 from nashby/deep-merge
Jerry Cheung
2013-02-12
1
-1
/
+15
|
\
|
*
add DeepMerge extension
Vasiliy Ermolovich
2013-02-12
1
-1
/
+15
*
|
Revert "Revert "Merge pull request #62 from dlupu/master""
Jerry Cheung
2013-02-12
1
-3
/
+3
*
|
Revert "Merge pull request #62 from dlupu/master"
Jerry Cheung
2013-02-11
1
-3
/
+3
*
|
Merge pull request #62 from dlupu/master
Jerry Cheung
2013-02-11
1
-3
/
+3
|
\
\
|
*
|
fix typo from previous commit
Dorian LUPU
2012-11-02
1
-3
/
+3
|
*
|
enhance Hashie::Extensions::MethodReader#respond_to?, Hashie::Extensions::Met...
Dorian LUPU
2012-11-02
1
-3
/
+3
[next]