Hey it's like a CPI CSV proxy!

This commit is contained in:
Dan Buch
2015-08-27 00:39:12 -04:00
commit 1c530fe20a
5 changed files with 57 additions and 0 deletions

26
Gemfile.lock Normal file
View File

@@ -0,0 +1,26 @@
GEM
remote: https://rubygems.org/
specs:
faraday (0.9.1)
multipart-post (>= 1.2, < 3)
multipart-post (2.0.0)
puma (2.13.4)
rack (1.6.4)
rack-protection (1.5.3)
rack
sinatra (1.4.6)
rack (~> 1.4)
rack-protection (~> 1.4)
tilt (>= 1.3, < 3)
tilt (2.0.1)
PLATFORMS
ruby
DEPENDENCIES
faraday
puma
sinatra
BUNDLED WITH
1.10.6