Skip to content

Commit c43e701

Browse files
authored
Gemspec: Drop EOL'd property rubyforge_project
1 parent a5c48a7 commit c43e701

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

sidekiq-bus.gemspec

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,6 @@ Gem::Specification.new do |s|
1111
s.summary = %q{A simple event bus on top of Sidekiq}
1212
s.description = %q{A simple event bus on top of Sidekiq. Publish and subscribe to events as they occur through a queue.}
1313

14-
s.rubyforge_project = "sidekiq-bus"
15-
1614
s.files = `git ls-files`.split("\n")
1715
s.test_files = `git ls-files -- {test,spec,features}/*`.split("\n")
1816
s.executables = `git ls-files -- bin/*`.split("\n").map{ |f| File.basename(f) }

0 commit comments

Comments
 (0)