threatinator 0.1.3 → 0.1.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: dabcfc73e09b0ab033941562c2bd8e4bb3092448
4
- data.tar.gz: 583b8a979638ffd036ab63f792a1d484caad5606
3
+ metadata.gz: 2b9a96591c91945bd0da63057325ed446ce8272e
4
+ data.tar.gz: cde7105a964100f88c41f14e242fcf530a08f64e
5
5
  SHA512:
6
- metadata.gz: d3841667c9d687a96eddc0f6d929ae5257d78141bc06d266b9133ff2ed32a925d1b7576b3a77dcc51dbdcb1003f891e56079453a65debcb86dd59b877df5465d
7
- data.tar.gz: d80e6b20c05f3bea495902251f6627f1aa6d1c6c61218167b3c65d30e8de4ddd359ca94804aaa5c0a42095b5c82e3cee328e63153f25799f834d8ec0cb791346
6
+ metadata.gz: 9cf41e2fcb95948f680c2bf4e4176fe522d2ebe97dbb74ee3c4b6a4eec5410b96d2eb042d8048fc5e3b365c917abe002676ecc69234489f7960a7f2dddca8528
7
+ data.tar.gz: bcd71a6f34d510b783a04dc7a48f5986982dab25baf6d366c779ebbe9b583dbcb900ef3cdb0d6bcb4707e89ac1116e04b0aa2c03a169930e9a55c62d25e78822
data/CHANGELOG.md CHANGED
@@ -2,6 +2,13 @@ Next
2
2
  ====
3
3
 
4
4
  * Your contribution here.
5
+
6
+ 0.1.4
7
+ =====
8
+ * [#115](https://github.com/cikl/threatinator/issues/115): Add missing require for 'set'. - [@justfalter](https://github.com/justfalter)
9
+
10
+ 0.1.2
11
+ =====
5
12
  * [#56](https://github.com/cikl/threatinator/pull/56): Gemify threatinator - [@justfalter](https://github.com/justfalter)
6
13
  * [#55](https://github.com/cikl/threatinator/pull/55): Rewrote configuration handling - [@justfalter](https://github.com/justfalter)
7
14
  * [#51](https://github.com/cikl/threatinator/pull/51): Clean up spec layout - [@justfalter](https://github.com/justfalter)
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.1.0
1
+ 0.1.4
@@ -1,4 +1,5 @@
1
1
  require 'threatinator/property_definer'
2
+ require 'set'
2
3
 
3
4
  module Threatinator
4
5
  class Event
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: threatinator
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.3
4
+ version: 0.1.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Mike Ryan