Skip to content

Commit

Permalink
Explicitly require 'fileutils'
Browse files Browse the repository at this point in the history
  • Loading branch information
Matt Wallis committed Jul 17, 2023
1 parent 9de8ba7 commit 07e098f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions lib/iphoneutils/copy/recordings.rb
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
require 'plist'
require 'pathname'
require 'time'
require 'fileutils'
module Iphoneutils
module Copy
class << self # See https://stackoverflow.com/a/35012552/685715
Expand Down
2 changes: 1 addition & 1 deletion lib/iphoneutils/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module Iphoneutils
VERSION = "0.1.2"
VERSION = "0.1.3"
end

0 comments on commit 07e098f

Please sign in to comment.