Skip to content

Commit

Permalink
remove geoip and bump rubby versions
Browse files Browse the repository at this point in the history
  • Loading branch information
atmos committed Jul 10, 2012
1 parent 3ecbe4a commit c44e1f3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion cookbooks/homebrew/recipes/misc.rb
Expand Up @@ -8,7 +8,7 @@
require root + '/resources/homebrew'
require root + '/providers/homebrew'

%w(ack xz coreutils imagemagick sqlite wget fortune markdown ctags-exuberant gpgme icu4c wget libyaml zeromq geoip).each do |pkg|
%w(ack xz coreutils imagemagick sqlite wget fortune markdown ctags-exuberant gpgme icu4c wget libyaml zeromq).each do |pkg|
homebrew pkg
end

Expand Down
4 changes: 2 additions & 2 deletions cookbooks/ruby/recipes/rbenv.rb
Expand Up @@ -8,8 +8,8 @@
require root + "/providers/homebrew"

SMEAGOL_ROOT_DIR = ENV['SMEAGOL_ROOT_DIR'] || "#{ENV['HOME']}/Developer"
DEFAULT_RUBY_VERSION = "1.8.7-p358"
DEFAULT_RUBY_19_VERSION = "1.9.3-p125"
DEFAULT_RUBY_VERSION = "1.8.7-p370"
DEFAULT_RUBY_19_VERSION = "1.9.3-p194"

homebrew "rbenv"
homebrew "ruby-build"
Expand Down

0 comments on commit c44e1f3

Please sign in to comment.