From 7f593227f235b0e24d708ddb33a6e32346decf95 Mon Sep 17 00:00:00 2001 From: cn Date: Sun, 28 Apr 2013 14:09:03 +0200 Subject: [PATCH] Need json --- README.md | 2 ++ dyndnsd.gemspec | 1 - 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index c99fe90..4d16e8c 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/dyndnsd.gemspec b/dyndnsd.gemspec index 6466555..e0ffcd4 100644 --- a/dyndnsd.gemspec +++ b/dyndnsd.gemspec @@ -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'