Skip to content

Commit 7e5566c

Browse files
authored
Merge pull request #3 from linuxfrorg/gemspec-add-licenses
Gemspec add licenses
2 parents 211c267 + c0e2847 commit 7e5566c

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on:
55
- published
66

77
jobs:
8-
build-ruby-gem:
8+
release-ruby-gem:
99
runs-on: ubuntu-latest
1010
steps:
1111
- name: Checkout project code

board-linuxfr.gemspec

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ require './lib/board-linuxfr/version'
66
Gem::Specification.new do |s|
77
s.name = "board-linuxfr"
88
s.version = BoardLinuxfr::VERSION
9+
s.licenses = ["AGPL-3.0-only"]
910
s.authors = ["Bruno Michel", "Adrien Dorsaz"]
1011
s.email = "[email protected]"
1112
s.homepage = "https://github.com/linuxfrorg/board-sse-linuxfr.org"

0 commit comments

Comments
 (0)