Election results in the London Borough of Sutton.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

12 年之前
12345678910111213141516
  1. source :rubygems
  2. gem 'sinatra'
  3. gem 'haml'
  4. gem 'data_mapper'
  5. #gem 'pat', :git => 'git://github.com/reggieb/pat.git'
  6. #gem 'sinatra-helpers', :git => 'git://github.com/sbfaulkner/sinatra-helpers.git'
  7. group :development do
  8. gem 'shotgun'
  9. gem 'dm-sqlite-adapter'
  10. end
  11. group :production do
  12. gem 'dm-postgres-adapter'
  13. end