Skip to content

Commit

Permalink
Add configure and rvmrc for building
Browse files Browse the repository at this point in the history
  • Loading branch information
Ben Oakes committed Nov 21, 2011
1 parent c09348d commit 23c1abd
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 0 deletions.
1 change: 1 addition & 0 deletions .rvmrc
@@ -0,0 +1 @@
rvm use 1.9.2-p180@heroku_external_db --create
5 changes: 5 additions & 0 deletions README.rdoc
Expand Up @@ -116,6 +116,11 @@ Please note that X.509 is not currently supported and may be the reason for an "
* Make sure to add tests for it. This is important so I don't break it in a future version unintentionally.
* Please try not to mess with the Rakefile, version, or history. If you want to have your own version, or is otherwise necessary, that is fine, but please isolate to its own commit so I can cherry-pick around it.

=== Setting up Environment and Running Specs

./configure
rake

== Copyright

Copyright (c) 2011 Nat Budin. See LICENSE.txt for further details.
3 changes: 3 additions & 0 deletions configure
@@ -0,0 +1,3 @@
#!/usr/bin/env bash
gem install bundler --version "~> 1.0" --no-rdoc --no-ri
bundle install

0 comments on commit 23c1abd

Please sign in to comment.