open_gem icon indicating copy to clipboard operation
open_gem copied to clipboard

Fix multiple deprecation warnings in open_gem

Open jwhitley opened this issue 12 years ago • 0 comments

  1. require 'rake/rdoctask' has been deprecated in favor of 'rdoc/task' since RDoc 2.4.2.
  2. Gem::Dependency.new no longer accepts a Regexp for the name argument. This change does not attempt to restore matching functionality. Correspondingly, the --exact option has been removed.

jwhitley avatar Sep 28 '11 00:09 jwhitley