summaryrefslogtreecommitdiff
path: root/oxidized.gemspec
diff options
context:
space:
mode:
authorWild Kat <wk@futureinquestion.net>2018-04-21 13:27:05 +0200
committerWild Kat <wk@futureinquestion.net>2018-04-21 13:35:54 +0200
commit21e3d6490496573f25ef77fe8172766ac7d1a736 (patch)
tree785e5243f5f7ffe7e5a4bfcde551ec04c723b2ae /oxidized.gemspec
parent2648b1bb271727976e2d96123fcd51d52af39f79 (diff)
the great makeover - standardize layout, alignment, indentation
Diffstat (limited to 'oxidized.gemspec')
-rw-r--r--oxidized.gemspec11
1 files changed, 6 insertions, 5 deletions
diff --git a/oxidized.gemspec b/oxidized.gemspec
index dfcaf4c..3601cce 100644
--- a/oxidized.gemspec
+++ b/oxidized.gemspec
@@ -1,4 +1,5 @@
# coding: utf-8
+
lib = File.expand_path('../lib', __FILE__)
$LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
require 'oxidized/version'
@@ -6,16 +7,16 @@ require 'oxidized/version'
Gem::Specification.new do |s|
s.name = 'oxidized'
s.version = Oxidized::VERSION
- s.licenses = %w( Apache-2.0 )
+ s.licenses = %w(Apache-2.0)
s.platform = Gem::Platform::RUBY
- s.authors = [ 'Saku Ytti', 'Samer Abdel-Hafez', 'Anton Aksola' ]
- s.email = %w( saku@ytti.fi sam@arahant.net aakso@iki.fi)
+ s.authors = ['Saku Ytti', 'Samer Abdel-Hafez', 'Anton Aksola']
+ s.email = %w(saku@ytti.fi sam@arahant.net aakso@iki.fi)
s.homepage = 'http://github.com/ytti/oxidized'
s.summary = 'feeble attempt at rancid'
s.description = 'software to fetch configuration from network devices and store them'
s.rubyforge_project = s.name
s.files = `git ls-files -z`.split("\x0").reject { |f| f.match(%r{^(test|spec|features)/}) }
- s.executables = %w( oxidized )
+ s.executables = %w(oxidized)
s.require_path = 'lib'
s.required_ruby_version = '>= 2.0.0'
@@ -25,7 +26,7 @@ Gem::Specification.new do |s|
s.add_runtime_dependency 'rugged', '~> 0.21', '>= 0.21.4'
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 'pry', '~> 0'