Skip to content

Commit

Permalink
Merge pull request #694 from deivid-rodriguez/remove_io_binread_core_ext
Browse files Browse the repository at this point in the history
IO.binread is provided since ruby 1.9
  • Loading branch information
rafaelfranca authored Dec 3, 2019
2 parents cca51c1 + cbe5215 commit 8d15101
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 14 deletions.
1 change: 0 additions & 1 deletion lib/thor/actions.rb
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
require "uri"
require "open3"
require_relative "core_ext/io_binary_read"
require_relative "actions/create_file"
require_relative "actions/create_link"
require_relative "actions/directory"
Expand Down
12 changes: 0 additions & 12 deletions lib/thor/core_ext/io_binary_read.rb

This file was deleted.

1 change: 0 additions & 1 deletion lib/thor/runner.rb
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
require_relative "../thor"
require_relative "group"
require_relative "core_ext/io_binary_read"

require "yaml"
require "digest/md5"
Expand Down

0 comments on commit 8d15101

Please sign in to comment.