From a7e398c2263a88ec8e73e79bce295d341bf88260 Mon Sep 17 00:00:00 2001 From: Arne Teuke Date: Mon, 18 Sep 2017 17:17:19 +0200 Subject: [PATCH] added gem spec for public_suffixes --- Gemfile | 1 + README.md | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index f1c0ec8..ba360ff 100644 --- a/Gemfile +++ b/Gemfile @@ -11,6 +11,7 @@ gem 'puppet-strings' gem 'rake' gem 'semantic_puppet' gem 'rgen' +gem 'public_suffix', '<= 2.0.5' # rspec must be v2 for ruby 1.8.7 if RUBY_VERSION >= '1.8.7' && RUBY_VERSION < '1.9' diff --git a/README.md b/README.md index 6394905..c1d4086 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ |Repo Name| version | Build Status| |---|---|---|---| -|`cd_fail2ban`| 0.0.0.5 | [![Build Status](https://jenkins.confdroid.com/buildStatus/icon?job=cd_fail2ban)](https://jenkins.confdroid.com/job/cd_fail2ban/)| +|`cd_fail2ban`| 0.0.0.6 | [![Build Status](https://jenkins.confdroid.com/buildStatus/icon?job=cd_fail2ban)](https://jenkins.confdroid.com/job/cd_fail2ban/)| ### Synopsis Fail2Ban is an intrusion prevention software framework that protects computer servers from brute-force attacks.