mirror of
https://github.com/samsonjs/kwikemon.git
synced 2026-04-07 11:15:56 +00:00
clear gem's require path, clobbers built-in monitor
This commit is contained in:
parent
847d133594
commit
079d705280
1 changed files with 0 additions and 1 deletions
|
|
@ -10,7 +10,6 @@ Gem::Specification.new do |s|
|
|||
s.author = 'Sami Samhuri'
|
||||
s.email = 'sami@samhuri.net'
|
||||
s.homepage = 'https://github.com/samsonjs/kwikemon'
|
||||
s.require_path = '.'
|
||||
s.files = ['kwikemon.rb', 'monitor.rb']
|
||||
s.add_dependency 'redis', '~> 3.0.4'
|
||||
s.required_ruby_version = '>= 1.9.1'
|
||||
|
|
|
|||
Loading…
Reference in a new issue