diff --git a/Gemfile b/Gemfile new file mode 100644 index 0000000..e2be1d3 --- /dev/null +++ b/Gemfile @@ -0,0 +1,8 @@ +source "http://rubygems.org" + +gem 'activesupport', '~> 2.3.8' +gem 'actionpack', '~> 2.3.8' +gem 'i18n', '~> 0.3.5' +gem 'haml' +gem 'rb-appscript' +gem 'sinatra' diff --git a/Gemfile.lock b/Gemfile.lock new file mode 100644 index 0000000..3f5eaa6 --- /dev/null +++ b/Gemfile.lock @@ -0,0 +1,24 @@ +GEM + remote: http://rubygems.org/ + specs: + actionpack (2.3.9) + activesupport (= 2.3.9) + rack (~> 1.1.0) + activesupport (2.3.9) + haml (3.0.18) + i18n (0.3.7) + rack (1.1.0) + rb-appscript (0.5.3) + sinatra (1.0) + rack (>= 1.0) + +PLATFORMS + ruby + +DEPENDENCIES + actionpack (~> 2.3.8) + activesupport (~> 2.3.8) + haml + i18n (~> 0.3.5) + rb-appscript + sinatra