diff --git a/Gemfile b/Gemfile new file mode 100644 index 0000000..5e5eaf6 --- /dev/null +++ b/Gemfile @@ -0,0 +1,2 @@ +source 'https://rubygems.org' +gem 'camping' \ No newline at end of file diff --git a/config.ru b/config.ru new file mode 100644 index 0000000..ecfcf28 --- /dev/null +++ b/config.ru @@ -0,0 +1,3 @@ +require './stargaterando' + +run StargateRando \ No newline at end of file