An open source, stand-alone, customisable public spending data web app.
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.

преди 9 години
1234567891011
  1. source 'https://rubygems.org'
  2. gem 'sinatra'
  3. gem 'data_mapper'
  4. gem 'dm-sqlite-adapter'
  5. gem 'haml'
  6. group :development do
  7. gem 'shotgun'
  8. gem 'fastercsv'
  9. end