From b6cbc46de6ed134bbe5a7076d675f88208123254 Mon Sep 17 00:00:00 2001 From: Paul Pham Date: Wed, 29 Mar 2017 21:34:21 -0400 Subject: [PATCH] Update build instructions and Rakefile for ruby 2.0.0p3 on Mac OSX. --- README.rdoc | 3 ++- Rakefile | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/README.rdoc b/README.rdoc index 23c8e7b..2cf2adc 100644 --- a/README.rdoc +++ b/README.rdoc @@ -7,8 +7,9 @@ This gem produces a skeleton finagled service directory to be used with the new This creates a standard environment for your twitter-centric sbt/scala thrift service. -Building: +Building (you may need to run as sudo): + :$ gem install jeweler :$ rake build :$ gem install pkg/scala-bootstrapper-*.gem diff --git a/Rakefile b/Rakefile index ce2afa5..d96f025 100644 --- a/Rakefile +++ b/Rakefile @@ -42,7 +42,7 @@ task :test => :check_dependencies task :default => :test -require 'rake/rdoctask' +require 'rdoc/task' Rake::RDocTask.new do |rdoc| version = File.exist?('VERSION') ? File.read('VERSION') : ""