Hashie::Rash was redefined in version 3.x of the Hashie gem to be a regular expression-based hash. This replaces Hashie::Rash with a new class, Hashie::SCHash, that includes the old functionality that Hashie::Rash had.
A new Gem was introduced because the old Rash gem is defunct and has been forked by a new maintainer, but it can't be loaded in a Gemspec because of differences between Bundler and how gemspec articulates requirements. (Gemspec doesn't support github-based paths, specifically.)
Hashie::Rash was redefined in version 3.x of the Hashie gem to be a regular expression-based hash. This replaces Hashie::Rash with a new class, Hashie::SCHash, that includes the old functionality that Hashie::Rash had.
A new Gem was introduced because the old Rash gem is defunct and has been forked by a new maintainer, but it can't be loaded in a Gemspec because of differences between Bundler and how gemspec articulates requirements. (Gemspec doesn't support github-based paths, specifically.)