Election results in the London Borough of Sutton.
您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

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