active_attack 0.1.16 → 0.1.17

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
  SHA256:
3
- metadata.gz: ab4c3defddd856c716359bb0b3899bd138aa141a87a6301fb61e8d31ed5abcad
4
- data.tar.gz: 06e60a4eb9deb14d059cd7f5a93ba48211d150bd7d75411389d96099c42df70e
3
+ metadata.gz: 78730961024a7cd6584554862c384f895efe9df561cc3b5a8366f141da1287df
4
+ data.tar.gz: a74ba260929fb09dfbd62a45d26b55d7a20eff5fd9934a6b3939f6260a7ab47f
5
5
  SHA512:
6
- metadata.gz: 86b47bd10c00b7fd10f38b6fb9d515fd9367f5527c99ac352ee863d8a74c76e7ae340c557b709be074d514cc452fb4927581644fd83dadef591f86affd431bbd
7
- data.tar.gz: 98bd2b10ba2edf28454a611f91f52ac4e1b1451a674f52d0589794a4d3a2da080a0398b1f6791c60478ef0a0d8339bfd7dead569038304535521ae4f26411c6c
6
+ metadata.gz: dd46553421b8eb8a8a2d3150711c0b19e229e44f18fea451d7d053823ddbaf866729dfd929800589d435bb4f0613f72fa8734b06e037604ac5dcfece690eef54
7
+ data.tar.gz: '091d4e5948456072fe715b472389698151b89cf7e34ff460911e492295be23b673d3ec97c6943b579c7e25c76e680afc3396617ac76a4729459d6bcd5a099c71'
@@ -8,8 +8,8 @@ ActiveStix::Bundle.class_eval do
8
8
  'intrusion-set' => ActiveStix::IntrusionSet,
9
9
  'malware' => ActiveStix::Malware,
10
10
  'tool' => ActiveStix::Tool,
11
- 'x-mitre-tactic' => ActiveAttack::Tactic,
12
- 'x-mitre-matrix' => ActiveAttack::Matrix,
11
+ 'x-mitre-tactic' => ::ActiveAttack::Tactic,
12
+ 'x-mitre-matrix' => ::ActiveAttack::Matrix,
13
13
  'marking-definition' => ActiveStix::MarkingDefinition,
14
14
  'report' => ActiveStix::Report,
15
15
  'campaign' => ActiveStix::Campaign,
@@ -8,8 +8,8 @@ ActiveStix::Report.class_eval do
8
8
  'intrusion-set' => ActiveStix::IntrusionSet,
9
9
  'malware' => ActiveStix::Malware,
10
10
  'tool' => ActiveStix::Tool,
11
- 'x-mitre-tactic' => ActiveAttack::Tactic,
12
- 'x-mitre-matrix' => ActiveAttack::Matrix,
11
+ 'x-mitre-tactic' => ::ActiveAttack::Tactic,
12
+ 'x-mitre-matrix' => ::ActiveAttack::Matrix,
13
13
  'marking-definition' => ActiveStix::MarkingDefinition,
14
14
  'report' => ActiveStix::Report,
15
15
  'campaign' => ActiveStix::Campaign,
@@ -1,3 +1,3 @@
1
1
  module ActiveAttack
2
- VERSION = '0.1.16'
2
+ VERSION = '0.1.17'
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: active_attack
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.16
4
+ version: 0.1.17
5
5
  platform: ruby
6
6
  authors:
7
7
  - Adam Dalton