Skip to content
This repository has been archived by the owner on Sep 18, 2021. It is now read-only.

Update build instructions and Rakefile for ruby 2.0.0p3 on Mac OSX. #38

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion README.rdoc
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -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') : ""

Expand Down