4
0
mirror of https://git.coop/cotech/website.git synced 2025-06-26 08:30:47 +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

27
scripts/Gemfile.lock Normal file
View File

@ -0,0 +1,27 @@
GEM
specs:
activesupport (5.1.4)
concurrent-ruby (~> 1.0, >= 1.0.2)
i18n (~> 0.7)
minitest (~> 5.1)
tzinfo (~> 1.1)
concurrent-ruby (1.1.1)
i18n (0.9.5)
concurrent-ruby (~> 1.0)
mini_portile2 (2.3.0)
minitest (5.11.3)
nokogiri (1.8.5)
mini_portile2 (~> 2.3.0)
thread_safe (0.3.6)
tzinfo (1.2.5)
thread_safe (~> 0.1)
PLATFORMS
ruby
DEPENDENCIES
activesupport
nokogiri
BUNDLED WITH
1.17.1