Skip to content

Commit e1944b5

Browse files
committed
Initial commit
0 parents  commit e1944b5

File tree

3 files changed

+12
-0
lines changed

3 files changed

+12
-0
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
*.gem

lib/riverqueue.rb

Whitespace-only changes.

riverqueue.gemspec

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
Gem::Specification.new do |s|
2+
s.name = "riverqueue"
3+
s.version = "0.0.0"
4+
s.summary = "A fast job queue for Go"
5+
s.description = "A fast job queue for Go."
6+
s.authors = ["Blake Gentry", "Brandur Leach"]
7+
s.email = "brandur@brandur.org"
8+
s.files = ["lib/riverqueue.rb"]
9+
s.homepage = "https://riverqueue.com"
10+
s.license = nil
11+
end

0 commit comments

Comments
 (0)