summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormo k <mo@mokhan.ca>2012-03-26 21:22:00 -0600
committermo k <mo@mokhan.ca>2012-03-26 21:22:00 -0600
commit4946404e4e5d9e01f8de5d2781354df48703ac3a (patch)
tree97cd58e8e2a8813d1be6ba874db14948d45fc88e
parent0fd9ce7c437f65f853d8365e8191a05c189e7b86 (diff)
update rvmrc, rename gemfile to Gemfile.main
-rw-r--r--.rvmrc2
-rw-r--r--Gemfile (renamed from gemfile)0
-rw-r--r--rakefile4
3 files changed, 5 insertions, 1 deletions
diff --git a/.rvmrc b/.rvmrc
index 338185a..654957b 100644
--- a/.rvmrc
+++ b/.rvmrc
@@ -6,7 +6,7 @@
# First we specify our desired <ruby>[@<gemset>], the @gemset name is optional,
# Only full ruby name is supported here, for short names use:
# echo "rvm use 1.9.3" > .rvmrc
-environment_id="ruby-1.9.3-p0@clockwork"
+environment_id="ruby-1.9.3@clockwork"
# Uncomment the following lines if you want to verify rvm version per project
# rvmrc_rvm_version="1.10.2" # 1.10.1 seams as a safe start
diff --git a/gemfile b/Gemfile
index 944934e..944934e 100644
--- a/gemfile
+++ b/Gemfile
diff --git a/rakefile b/rakefile
index f743858..468329c 100644
--- a/rakefile
+++ b/rakefile
@@ -8,3 +8,7 @@ end
task :integration do
sh "bacon spec/integration/all.rb"
end
+
+task :run do
+ sh "ramaze start"
+end