Sha256: 21625bed85037b4f30876b26651cfe7a7ed84841efd679ee3c4cc9dfee80a8cb
Contents?: true
Size: 1.19 KB
Versions: 5
Compression:
Stored size: 1.19 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 "rake" gem.add_development_dependency('rspec') gem.add_development_dependency('mocha') gem.add_development_dependency('simplecov') end
Version data entries
5 entries across 5 versions & 1 rubygems
Version | Path |
---|---|
shutter-0.2.5 | shutter.gemspec |
shutter-0.2.4 | shutter.gemspec |
shutter-0.2.3 | shutter.gemspec |
shutter-0.2.2 | shutter.gemspec |
shutter-0.2.0 | shutter.gemspec |