Skip to content

Commit

Permalink
Add LGPL license
Browse files Browse the repository at this point in the history
  • Loading branch information
brandur committed Nov 8, 2023
1 parent 6e94ac2 commit 7437932
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@
A future home for River's Ruby bindings. For now, the [Gem is registered](https://rubygems.org/gems/riverqueue), but nothing else is done.

``` sh
$ gem build .
$ gem push riverqueue-0.0.0.gem
$ gem build riverqueue.gemspec
$ gem push riverqueue-0.0.1.gem
```
4 changes: 2 additions & 2 deletions riverqueue.gemspec
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
Gem::Specification.new do |s|
s.name = "riverqueue"
s.version = "0.0.0"
s.version = "0.0.1"
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
s.license = "LGPL-3.0-or-later"
end

0 comments on commit 7437932

Please sign in to comment.