metricfu / metric_fu

A fist full of code metrics
http://metricfu.github.com/metric_fu
MIT License
627 stars 96 forks source link

Dir.exists? is a deprecated name, use Dir.exist? instead #269

Closed szechyjs closed 8 years ago

szechyjs commented 9 years ago

Resolves warning on load

/Users/jared/.rvm/gems/jruby-9.0.0.0/gems/metric_fu-4.12.0/lib/metric_fu/io.rb:62: warning: Dir.exists? is a deprecated name, use Dir.exist? instead

bf4 commented 9 years ago

Awesome, thanks! Wanna amend your commit and add yourself to the change log (HISTORY.md)?

szechyjs commented 9 years ago

added line to changelog

szechyjs commented 9 years ago

sorry, forgot about this, PR number added.

szechyjs commented 8 years ago

ping.

/Users/jared/.rvm/gems/jruby-9.0.0.0/gems/metric_fu-4.12.0/lib/metric_fu/io.rb:62: warning: Dir.exists? is a deprecated name, use Dir.exist? instead
/Users/jared/.rvm/gems/jruby-9.0.0.0/gems/metric_fu-4.12.0/lib/metric_fu/io.rb:62: warning: Dir.exists? is a deprecated name, use Dir.exist? instead
/Users/jared/.rvm/gems/jruby-9.0.0.0/gems/metric_fu-4.12.0/lib/metric_fu/io.rb:62: warning: Dir.exists? is a deprecated name, use Dir.exist? instead
/Users/jared/.rvm/gems/jruby-9.0.0.0/gems/metric_fu-4.12.0/lib/metric_fu/io.rb:62: warning: Dir.exists? is a deprecated name, use Dir.exist? instead

... every time I run my code is really getting annoying.

bf4 commented 8 years ago

Sorry for delay. I can give you commit if you'd like to help out