threshold 0.1.1 → 0.1.2

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 1042eb5ce497aa4b1213a7bd3081473c582a55af
4
- data.tar.gz: ceb62f177c0093fdddd44348c0ec280b70a19261
3
+ metadata.gz: 217dfa23dfdb5c98dab0b3ae3a2296e9384d5499
4
+ data.tar.gz: f3544de930356120894679828caf71996cc42b53
5
5
  SHA512:
6
- metadata.gz: d0488d7dd8cd10e7b61d5cceba50ffa3c8ae55abf6a2518c6fafe49ad476073d15e5e99842ce24aaa94bdf7cc049124466445806696db66ae0176fffbaf952ef
7
- data.tar.gz: f36ee54af3b3e38cae04b603e68f97eaedc71599ff7d823b9f1d02b76190819f0ee5a31261701842cf4dff975442167d3b6fc4f8d3196c3091c23498912051d8
6
+ metadata.gz: 4bbea0fa7aaaedf8562fdbec8a830c0522fe5f63108e558c8d36a3dccea84765a571c11f2014df207618b113cf0733e7b4842fe1c2e1c3770f5c0c8a08feeea3
7
+ data.tar.gz: b3d66ffaacf6528b2f0909a92c298eb2569d2f2765a4f85cbbd058de79aaf58ac1ac709f2460e9fddf10083e0e28208ab1d91218fe96f7eaf90be24f89c5a2a1
data/README.md CHANGED
@@ -1,5 +1,6 @@
1
1
  # snort-thresholds
2
2
  [![Gem Version](https://badge.fury.io/rb/threshold.png)](http://badge.fury.io/rb/threshold)
3
+ [![Gem](https://img.shields.io/gem/dt/threshold.svg)]()
3
4
 
4
5
  Threshold is an ORM to map to Snort 2.9.x threshold.conf files.
5
6
 
@@ -11,8 +12,9 @@ It currently supports all standalone snort filters generally found in a threshol
11
12
  [![Build Status](https://travis-ci.org/shadowbq/snort-thresholds.svg?branch=master)](https://travis-ci.org/shadowbq/snort-thresholds)
12
13
  [![Code Climate](https://codeclimate.com/github/shadowbq/snort-thresholds/badges/gpa.svg)](https://codeclimate.com/github/shadowbq/snort-thresholds)
13
14
  [![Test Coverage](https://codeclimate.com/github/shadowbq/snort-thresholds/badges/coverage.svg)](https://codeclimate.com/github/shadowbq/snort-thresholds)
15
+ [![GitHub tag](https://img.shields.io/github/tag/shadowbq/snort-thresholds.svg)](http://github.com/shadowbq/snort-thresholds)
14
16
 
15
- Look at the branch **tags** for current & prior releases.
17
+ Stable (travis-ci passing) **tags** are release as **gems**, but are NOT marked as stable-0.1.0 or the like.
16
18
 
17
19
  ## Installation
18
20
 
@@ -128,7 +128,7 @@ module Threshold
128
128
  if block_given?
129
129
  Thresholds.new(@thresholds.uniq(&blk))
130
130
  else
131
- Thresholds.new(@thresholds.uniq{ |lineitem| lineitem.to_s })
131
+ Thresholds.new(@thresholds.uniq{ |lineitem| lineitem.to_s(true) })
132
132
  end
133
133
  end
134
134
 
@@ -1,4 +1,4 @@
1
1
  module Threshold
2
- VERSION = '0.1.1'
2
+ VERSION = '0.1.2'
3
3
  SNORT_VERSION='~>2.9.3'
4
- end
4
+ end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: threshold
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.1
4
+ version: 0.1.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Shadowbq
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2015-01-22 00:00:00.000000000 Z
12
+ date: 2015-01-23 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: veto