Need json

This commit is contained in:
cn 2013-04-28 14:09:03 +02:00
parent 0cc1567ade
commit 7f593227f2
2 changed files with 2 additions and 1 deletions

View File

@ -16,6 +16,8 @@ Install the gem:
gem install dyndnsd
(Optionally install the `json` gem too if you're on Ruby 1.8.)
Create a configuration file in YAML format somewhere:
```yaml

View File

@ -21,7 +21,6 @@ Gem::Specification.new do |s|
s.executables = ['dyndnsd']
s.add_runtime_dependency 'rack'
s.add_runtime_dependency('json') if RUBY_VERSION < '1.9'
s.add_development_dependency 'bundler', '~> 1.3'
s.add_development_dependency 'rake'