This commit is contained in:
Olle Jonsson
2016-10-05 23:31:19 +02:00
parent c1f6fce86c
commit e123466b82
3 changed files with 10 additions and 10 deletions
+3 -3
View File
@@ -1,5 +1,5 @@
# frozen_string_literal: true
require 'delegate'
require "delegate"
module GitHubChangelogGenerator
class Options < SimpleDelegator
UnsupportedOptionError = Class.new(ArgumentError)
@@ -48,12 +48,12 @@ module GitHubChangelogGenerator
:unreleased_only,
:user,
:usernames_as_github_logins,
:verbose,
:verbose
]
THESE_ARE_DIFFERENT = [
:tag1,
:tag2,
:tag2
]
def initialize(values)