Skip to content

Commit

Permalink
Merge pull request #135 from amatsuda/warning
Browse files Browse the repository at this point in the history
Eliminate "method redefined" warning
  • Loading branch information
flavorjones authored Sep 23, 2023
2 parents 34f7596 + af3f9d2 commit 6897bb9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/mini_portile2/mini_portile.rb
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,9 @@ def edit_path(path)
class MiniPortile
DEFAULT_TIMEOUT = 10

attr_reader :name, :version, :original_host
attr_reader :name, :version, :original_host, :source_directory
attr_writer :configure_options
attr_accessor :host, :files, :patch_files, :target, :logger, :source_directory
attr_accessor :host, :files, :patch_files, :target, :logger

def self.windows?
target_os =~ /mswin|mingw/
Expand Down

0 comments on commit 6897bb9

Please sign in to comment.