summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Bump version, preparing for release.v2.1.0dblock2014-04-063-3/+10
|
* Present tense for specs.dblock2014-04-0614-280/+281
|
* Added IgnoreUndeclared, an extension to silently ignore undeclared ↵Michael Righi2014-04-065-0/+92
| | | | properties at hash intialization.
* Added Hashie::Rash.epitron2014-04-065-1/+203
|
* Added Trash#permitted_input_keys and inverse_translations.Artem Baguinski2014-04-063-2/+28
|
* Trash#translations correctly maps original to translated names.Artem Baguinski2014-04-063-10/+30
|
* Merge pull request #134 from tylerdooling/traverseDaniel Doubrovkine (dB.) @dblockdotorg2014-04-065-0/+131
|\ | | | | Adds deep_fetch extension for nested access.
| * Adds deep_fetch extension for nested access.Tyler Dooling2014-04-045-0/+131
| |
* | IndifferentAccess now works without MergeInitializer.Peter Brindisi2014-04-063-72/+127
| |
* | Updated CHANGELOG with a link to #136.dblock2014-04-061-1/+1
| |
* | Merge pull request #140 from markiz/issue-136-removeDaniel Doubrovkine (dB.) @dblockdotorg2014-04-062-45/+1
|\ \ | | | | | | Remove hashie/extensions/structure.rb because it never even worked
| * | CHANGELOG updateMark Abramov2014-04-051-0/+1
| | |
| * | Remove hashie/extensions/structure.rb because it never even workedMark Abramov2014-04-041-45/+0
|/ /
* | Shorten description to fit on one line.Daniel Doubrovkine (dB.) @dblockdotorg2014-04-041-1/+1
| |
* | Updated comments and README to Ruby 1.9.x syntax.dB2014-04-042-20/+20
| |
* | Locked Rubocop at 0.20.0.dB2014-04-041-1/+1
| |
* | Merge pull request #139 from bartoszkopinski/patch-1Daniel Doubrovkine (dB.) @dblockdotorg2014-04-044-7/+15
|\ \ | |/ |/| Adding more rubies to travis
| * fixes for rubocop 0.20.0Bartosz Kopiński2014-04-042-3/+3
| |
| * upgrading rubocop to 0.20.0 to work with ruby-head buildsBartosz Kopiński2014-04-041-1/+1
| |
| * adding more rubies to travisBartosz Kopiński2014-04-041-3/+11
|/ | | | 1.9.3, 2.1.1, ruby-head, jruby-head, and rbx-2.2
* WAT is this?dblock2014-03-301-5/+0
|
* Fixed Rubinius build.dblock2014-03-301-0/+1
|
* Added Rubocop.dblock2014-03-3027-545/+606
|
* A much more thorough CONTRIBUTING from Grape.dblock2014-03-301-19/+110
|
* Merged.dblock2014-03-303-6/+19
|\
| * Fix broken Hashie::Hash#to_hash(:symbolize_keys => true)Matt Huggins2014-02-122-6/+18
| |
* | Merge branch 'deep_merge_without_include' of github.com:defsprite/hashiedblock2014-03-303-11/+22
|\ \
| * | replacing dynamic include with recursion helper methodChristoph Sassenberg2014-01-262-11/+21
| |/
* | Removed unused dependencies.dblock2014-03-302-7/+3
| |
* | Merge branch 'feature/add_ruby_2_1_0' of github.com:petergoldstein/hashiedblock2014-03-302-2/+6
|\ \
| * | Add Ruby 2.1.0 to Travis config. Remove guard from development ↵Peter M. Goldstein2013-12-253-2/+7
| |/ | | | | | | dependencies, so specs run under all supported Rubies.
* | Re-added RBX.dblock2014-03-302-1/+3
| |
* | Merge branch 'fix_failed_test_in_rbx' of github.com:kyanny/hashiedblock2014-03-302-0/+3
|\ \
| * | Fix failed test on MRI <= 1.9.3 and REEKensuke Nagae2013-12-021-0/+1
| | | | | | | | | | | | `listen` gem 2.0.0 or higher requires RUBY_VERSION >= 1.9.3.
| * | Fix Rubinius test runtime errorKensuke Nagae2013-12-021-0/+2
| |/ | | | | | | Load `rubysl` (Ruby Standard Library gem) when runtime is Rubinius.
* | Added explicit test for #125.dblock2014-03-301-0/+4
| |
* | Merge branch 'patch-1' of github.com:rafalchmiel/hashiedblock2014-03-301-92/+116
|\ \
| * | Add syntax highlighting to examplesRafal Chmiel2013-12-021-92/+116
| |/
* | Merge branch 'fix-113-dash-merge' of github.com:spencer1248/hashiedblock2014-03-303-0/+74
|\ \
| * | Fix Dash#merge!Spencer Rogers2013-11-302-0/+36
| | |
| * | Fix Dash#mergeSpencer Rogers2013-11-302-0/+37
| |/
* | Merge branch 'extend' of github.com:amatsuda/hashiedblock2014-03-301-1/+1
|\ \
| * | Object#extend is a public methodAkira Matsuda2013-11-301-1/+1
| |/
* | Merge branch 'recursive_to_hash_options' of github.com:pwillett/hashiedblock2014-03-303-3/+31
|\ \
| * | pass Hashie::Hash#to_hash's options to recursive callsPatrick Willett2013-11-252-3/+30
| |/
* | Merge branch 'fix-mash-default' of github.com:ryansouza/hashiedblock2014-03-303-1/+13
|\ \
| * | Correctly use Hash#default from Mash#method_missingRyan Souza2013-08-052-1/+12
| |/
* | Merge branch 'do_not_respond_to_every_method_with_suffix' of ↵dblock2014-03-303-4/+13
|\ \ | | | | | | | | | github.com:Maxim-Filimonov/hashie
| * | Reuse suffixes constant for method missing suffixes searchMaxim Filimonov2013-07-211-1/+2
| | |
| * | Do not respond to suffixes for keys which are not present in mash. Fixes ↵Maxim Filimonov2013-07-212-3/+10
| |/ | | | | | | compability with activesupport permit?