chore: import bvg

This commit is contained in:
Kierán Meinhardt
2020-10-17 22:14:00 +02:00
15 changed files with 2829 additions and 0 deletions

8
bvg/Gemfile Normal file
View File

@@ -0,0 +1,8 @@
# frozen_string_literal: true
source "https://rubygems.org"
git_source(:github) {|repo_name| "https://github.com/#{repo_name}" }
gem "nokogiri"
gem "rainbow"