lib/myosx/rbenv.rb in myosx-0.2.6 vs lib/myosx/rbenv.rb in myosx-0.2.7
- old
+ new
@@ -3,14 +3,14 @@
# Class which installs rbenv packages, and installs ruby versions
#
# This class does not add the shims path to your shell or manage any aliases
#
require 'yaml'
-require_relative 'config'
+require_relative 'konfig'
-class Rbenv < Config
+class Rbenv
def config
- Config.new.global['rbenv']
+ Konfig.new.global['rbenv']
end
def install_rbenv
packages = ['rbenv', 'rbenv-aliases', 'rbenv-bundler']
packages.each do |pkg|