Commit 1366c29

mo khan <mo@mokhan.ca>
2017-01-26 00:05:14
initial commit.
Changed files (2)
Gemfile
@@ -0,0 +1,4 @@
+# frozen_string_literal: true
+source "https://rubygems.org"
+
+gem 'sequel'
Gemfile.lock
@@ -0,0 +1,13 @@
+GEM
+  remote: https://rubygems.org/
+  specs:
+    sequel (4.42.1)
+
+PLATFORMS
+  ruby
+
+DEPENDENCIES
+  sequel
+
+BUNDLED WITH
+   1.13.7