Commit Graph

4 Commits

Author SHA1 Message Date
Bobby McDonald 2846ea63a9 Update github urls to hashie/hashie (#497)
* Update github urls to hashie/hashie

* Point omniauth in integration tests at master.

Until omniauth releases the changes merged from
https://github.com/omniauth/omniauth/pull/977 , we must point at
master branch.

* revert incorrect change of gem email

Co-Authored-By: Michael Herold <github@michaeljherold.com>

* Reference open issue for release
2019-11-17 11:35:30 -06:00
Bobby McDonald 6a96527384
Change rubocop to allow 100 character lines.
For accessibility reasons, we should limit our lines to 100 chars max.
https://github.com/slack-ruby/slack-ruby-client/pull/293#discussion_r309472083
2019-10-17 23:55:45 -04:00
Bobby McDonald ca3604516b Make Hashie play nice with Rails 6 Hash#except method (#479) 2019-10-02 10:48:19 -04:00
Michael Herold 7b1e375b53
Add an integration spec for Elasticsearch
The Elasticsearch gems heavily integrate with Hashie. This leads people to want
to use a Mash as the backer for an Elasticsearch model, but the behavior is
different than they expect. By having this integration spec, we're covering two
things:

1. It might help ensure that we don't break the Elasticsearch ecosystem with
   changes in Hashie as has happened in the past.
2. It communicates some gotchas that happen with using a Mash as the backer for
   an Elasticsearch model.
2018-02-06 19:02:54 -06:00