@@ -6,21 +6,21 @@ require './lib/board-linuxfr/version'
6
6
Gem ::Specification . new do |s |
7
7
s . name = "board-linuxfr"
8
8
s . version = BoardLinuxfr ::VERSION
9
- s . authors = [ "Bruno Michel" ]
10
-
9
+ s . authors = [ "Bruno Michel" , "Adrien Dorsaz" ]
10
+
11
11
s . homepage = "https://github.com/linuxfrorg/board-sse-linuxfr.org"
12
12
s . summary = "Push notifications for the board of LinuxFr.org via Server-Sent Events"
13
13
s . description = "Push notifications for the board of LinuxFr.org via Server-Sent Events"
14
14
15
- s . files = `git ls-files bin lib` . split ( " \n " )
15
+ s . files = Dir [ 'lib/**/*.rb' ] + Dir [ ' bin/*' ]
16
16
s . platform = Gem ::Platform ::RUBY
17
17
s . executables = [ "board-linuxfr" ]
18
18
s . require_path = 'lib'
19
19
20
- s . add_dependency "goliath" , "~>1.0"
21
- s . add_dependency "hiredis" , "~>0.4"
22
- s . add_dependency "redis" , "~>3.0"
23
- s . add_dependency "yajl-ruby" , "~>1.2"
20
+ s . add_runtime_dependency "goliath" , "~>1.0" , ">= 1.0.7 "
21
+ s . add_runtime_dependency "hiredis" , "~>0.4"
22
+ s . add_runtime_dependency "redis" , "~>3.0"
23
+ s . add_runtime_dependency "yajl-ruby" , "~>1.2"
24
24
25
25
s . add_development_dependency "minitest" , "~>2.3"
26
26
end
0 commit comments