mirror of
https://github.com/cmur2/dyndnsd.git
synced 2024-12-22 00:54:22 +01:00
Fix again -.-
This commit is contained in:
parent
8ab3abd4bd
commit
e50430b177
@ -7,6 +7,3 @@ rvm:
|
||||
|
||||
gemfile:
|
||||
- Gemfile
|
||||
|
||||
before_script:
|
||||
- if echo $RUBY_VERSION | grep 1.8.7 >/dev/null; then gem install json; fi
|
||||
|
@ -21,6 +21,7 @@ Gem::Specification.new do |s|
|
||||
s.executables = ['dyndnsd']
|
||||
|
||||
s.add_runtime_dependency 'rack'
|
||||
s.add_runtime_dependency 'json'
|
||||
|
||||
s.add_development_dependency 'bundler', '~> 1.3'
|
||||
s.add_development_dependency 'rake'
|
||||
|
Loading…
Reference in New Issue
Block a user