Sha256: 0a945c5cd70f930a0188dabffe6a00d6e4a06894b13b50d80d791a47e6813703

Contents?: true

Size: 1.15 KB

Versions: 1

Compression:

Stored size: 1.15 KB

Contents

# -*- encoding: utf-8 -*-
require File.expand_path('../lib/shutter/version', __FILE__)

Gem::Specification.new do |gem|
  gem.authors       = ["Rob Lyon"]
  gem.email         = ["nosignsoflifehere@gmail.com"]
  gem.description   = %q{Shutter is a tool that gives system administrators the ability 
                         to manage iptables firewall settings through simple lists instead 
                         of complex iptables rules. Please note:  This application is currently 
                         only tested with Red Hat based distributions.  Ubuntu and Debian should 
                         work but are not supported..
                        }
  gem.summary       = %q{Shutter helps manage iptables firewalls}
  gem.homepage      = ""

  gem.files         = `git ls-files`.split($\)
  gem.executables   = gem.files.grep(%r{^bin/}).map{ |f| File.basename(f) }
  gem.test_files    = gem.files.grep(%r{^(test|spec|features)/})
  gem.name          = "shutter"
  gem.require_paths = ["lib"]
  gem.version       = Shutter::VERSION
  gem.add_development_dependency('rspec')
  gem.add_development_dependency('mocha')
  gem.add_development_dependency('simplecov')
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
shutter-0.1.0 shutter.gemspec