Skip to content

Commit 45eea7a

Browse files
committed
use the new rubygem name (we lost access to board-linuxfr)
1 parent 9671526 commit 45eea7a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

board-linuxfr.gemspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@ $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
44
require './lib/board-linuxfr/version'
55

66
Gem::Specification.new do |s|
7-
s.name = "board-linuxfr"
7+
s.name = "board-sse-linuxfr.org"
88
s.version = BoardLinuxfr::VERSION
99
s.licenses = ["AGPL-3.0-only"]
1010
s.authors = ["Bruno Michel", "Adrien Dorsaz"]
1111
s.email = "[email protected]"
1212
s.homepage = "https://github.com/linuxfrorg/board-sse-linuxfr.org"
13-
s.summary = "Push notifications for the board of LinuxFr.org via Server-Sent Events"
13+
s.summary = "Push notifications for the board of LinuxFr.org"
1414
s.description = "Push notifications for the board of LinuxFr.org via Server-Sent Events"
1515

1616
s.files = Dir['lib/**/*.rb'] + Dir['bin/*']

0 commit comments

Comments
 (0)