Skip to content

Commit

Permalink
Add needed require 'rubygems' line to README.
Browse files Browse the repository at this point in the history
  • Loading branch information
alloy committed May 12, 2012
1 parent a98be66 commit 2416bf4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.rdoc
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,9 @@ SDK and be submitted to the TestFlight platform.
README.txt libTestFlight.a
TestFlight.h release_notes.txt

2. Edit the +Rakefile+ of your RubyMotion project and add the following require line.
2. Edit the +Rakefile+ of your RubyMotion project and add the following require lines.

require 'rubygems'
require 'motion-testflight'

3. Still in the +Rakefile+, set up the +sdk+, +api_token+ and +team_token+ variables in your application configuration block.
Expand Down

0 comments on commit 2416bf4

Please sign in to comment.