Skip to content

Commit

Permalink
Initial commit
Browse files Browse the repository at this point in the history
  • Loading branch information
biqqles committed Oct 15, 2021
0 parents commit eedaf5c
Show file tree
Hide file tree
Showing 12 changed files with 656 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
.bundle/
.idea/
vendor/
*.gem
9 changes: 9 additions & 0 deletions Gemfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# frozen_string_literal: true

source 'https://rubygems.org'

# Specify your gem's dependencies in geode.gemspec
gemspec

gem 'minitest', '~> 5.0'
gem 'rake', '~> 13.0'
27 changes: 27 additions & 0 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
PATH
remote: .
specs:
geode (0.3.0)
pg (~> 1.0)
redis (~> 4.0)
sequel (~> 5.0)

GEM
remote: https://rubygems.org/
specs:
minitest (5.14.4)
pg (1.2.3)
rake (13.0.6)
redis (4.5.0)
sequel (5.49.0)

PLATFORMS
x86_64-linux

DEPENDENCIES
geode!
minitest (~> 5.0)
rake (~> 13.0)

BUNDLED WITH
2.2.15
Loading

0 comments on commit eedaf5c

Please sign in to comment.