summaryrefslogtreecommitdiff
path: root/oxidized.gemspec
diff options
context:
space:
mode:
authorytti <saku@ytti.fi>2018-04-25 16:12:44 +0300
committerGitHub <noreply@github.com>2018-04-25 16:12:44 +0300
commit583bc422448a234a215113a15f8a6976c50b2296 (patch)
treeb3f757e6f37aa058a0c80e4ded3ef82553bc98c1 /oxidized.gemspec
parent9a7d16c00163c421d2c9f3cb2783c76633860336 (diff)
parentdffae0f76656a57da8f5473ce21955638cbe1f7f (diff)
Merge pull request #1296 from wk/the-great-makeover
the great makeover - standardize layout, alignment, indentation
Diffstat (limited to 'oxidized.gemspec')
-rw-r--r--oxidized.gemspec7
1 files changed, 3 insertions, 4 deletions
diff --git a/oxidized.gemspec b/oxidized.gemspec
index 105da7e..6fcd5c5 100644
--- a/oxidized.gemspec
+++ b/oxidized.gemspec
@@ -1,4 +1,3 @@
-
lib = File.expand_path('lib', __dir__)
$LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
require 'oxidized/version'
@@ -21,13 +20,13 @@ Gem::Specification.new do |s|
s.required_ruby_version = '>= 2.0.0'
s.add_runtime_dependency 'asetus', '~> 0.1'
s.add_runtime_dependency 'net-ssh', '~> 4.1.0'
- s.add_runtime_dependency 'rugged', '~> 0.21', '>= 0.21.4'
+ s.add_runtime_dependency 'rugged', '~> 0.21', '>= 0.21.4'
s.add_runtime_dependency 'slop', '~> 3.5'
if defined?(RUBY_VERSION) && RUBY_VERSION > '2.3'
- s.add_runtime_dependency 'net-telnet', '~> 0'
+ s.add_runtime_dependency 'net-telnet', '~> 0'
end
-
+
s.add_development_dependency 'simplecov'
if ENV['CI'] == 'true'
s.add_development_dependency 'codecov'