shutter.gemspec in shutter-0.0.7 vs shutter.gemspec in shutter-0.1.0
- old
+ new
@@ -4,13 +4,13 @@
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 currently
- only works with Red Hat based distributions, as the need arrises
- more distributions will be added.
+ 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($\)
@@ -19,6 +19,7 @@
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