3
0
mirror of https://git.coop/cotech/website.git synced 2025-10-06 08:14:34 +00:00

Add a script for generating coop data from coops.tech mirror

This commit is contained in:
Chris Lowis
2018-11-09 16:02:15 +00:00
parent 40f7f42ec2
commit 5ca9d98343
6 changed files with 208 additions and 0 deletions

2
scripts/Gemfile Normal file
View File

@ -0,0 +1,2 @@
gem 'nokogiri'
gem 'activesupport'