diff --git a/Gemfile b/Gemfile new file mode 100644 index 0000000..73207d1 --- /dev/null +++ b/Gemfile @@ -0,0 +1,4 @@ +source 'http://rubygems.org' +source 'http://gems.github.com' + +gem 'sinatra', '1.3.1' \ No newline at end of file diff --git a/Gemfile.lock b/Gemfile.lock new file mode 100644 index 0000000..1098bf1 --- /dev/null +++ b/Gemfile.lock @@ -0,0 +1,18 @@ +GEM + remote: http://rubygems.org/ + remote: http://gems.github.com/ + specs: + rack (1.3.5) + rack-protection (1.1.4) + rack + sinatra (1.3.1) + rack (~> 1.3, >= 1.3.4) + rack-protection (~> 1.1, >= 1.1.2) + tilt (~> 1.3, >= 1.3.3) + tilt (1.3.3) + +PLATFORMS + ruby + +DEPENDENCIES + sinatra (= 1.3.1) diff --git a/README b/README new file mode 100644 index 0000000..18d1597 --- /dev/null +++ b/README @@ -0,0 +1 @@ +Sample Sinatra/JQuery Mobile app diff --git a/views/index.erb b/views/index.erb index c1e5949..315c687 100644 --- a/views/index.erb +++ b/views/index.erb @@ -129,7 +129,5 @@ $(document).ready(function() { }); }); - + \ No newline at end of file