Drop Hashie dependency

This commit is contained in:
Olle Jonsson
2016-07-02 15:29:23 +02:00
parent 3df84403c4
commit 6d45d90a5f
3 changed files with 19 additions and 15 deletions
+3 -1
View File
@@ -1,7 +1,9 @@
# frozen_string_literal: true
describe GitHubChangelogGenerator::Generator do
def tag_with_name(tag)
{}.tap { |mash_tag| mash_tag["name"] = tag }
{
'name' => tag
}
end
def tags_from_strings(tags_strings)