chr4-cookbooks / iptables-ng

Cookbook to maintain iptables rules and policies on different platforms, respecting the way the os handles these settings.
GNU General Public License v3.0
38 stars 33 forks source link

Ruby 1.8.7 compatibility #15

Closed jmoses closed 10 years ago

jmoses commented 10 years ago

These changes work with ruby-1.8.7, specifically to support using this cookbook with AWS OpsWorks.

jmoses commented 10 years ago

One of these commits may be a noop, since I forked and did my changes on the master branch, and this PR is aginast this ruby-1.8-compat branch, which I didn't notice existed until now, of course.

chr4 commented 10 years ago

Hi. For ruby-1.8 compatibility comments, please read the comments in this PR: https://github.com/chr4-cookbooks/iptables-ng/pull/9 (Especially this comment https://github.com/chr4-cookbooks/iptables-ng/pull/9#issuecomment-28910088)

If you encountered an issue with the ruby-1.8-compat branch, feel free to file a pull request against this branch.