lib/hydroponics.rb in
hydroponics-0.1.0
vs lib/hydroponics.rb in
hydroponics-0.2.0
- old
+ new
@@ -1,5 +1,11 @@
\ No newline at end of file
+require 'rubygems'
+require 'sinatra'
+
+get '/' do
+ 'Hello world!'
+end