Skip to content

Commit

Permalink
Initial commit
Browse files Browse the repository at this point in the history
  • Loading branch information
brandur committed Nov 8, 2023
0 parents commit e1944b5
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
*.gem
Empty file added lib/riverqueue.rb
Empty file.
11 changes: 11 additions & 0 deletions riverqueue.gemspec
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
Gem::Specification.new do |s|
s.name = "riverqueue"
s.version = "0.0.0"
s.summary = "A fast job queue for Go"
s.description = "A fast job queue for Go."
s.authors = ["Blake Gentry", "Brandur Leach"]
s.email = "[email protected]"
s.files = ["lib/riverqueue.rb"]
s.homepage = "https://riverqueue.com"
s.license = nil
end

0 comments on commit e1944b5

Please sign in to comment.