offrep 0.1.0 → 0.1.1

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: eafbd69d3335c844f4f092a004cf12caeaffbbb8
4
- data.tar.gz: ac7d89b6a74d82d472f5f6acfc2a7f25063cbe59
3
+ metadata.gz: 6dc76b05433f16f624451ca80e314c66c6aa75ad
4
+ data.tar.gz: 25aa85ddd8dbd8b6c154e143e9bacfeebb71422a
5
5
  SHA512:
6
- metadata.gz: b651ac2f4433b01092763914e57dcc56f39ff50a038016986314be98b97bb7bdf79d450954a55e57486ae461e568e0c8913ebc05e861480083be3708549fa3a5
7
- data.tar.gz: 3508a2edc4c13a1db66fa9ff201d9f6190197a9991cb243e2db9bae11f9e5a3053b474c4aa66d7402d161acfe42fb92091673320fcb385e172148ad0b7dd8bed
6
+ metadata.gz: 0eb47bce0eb9d15f306776030b409f7e2549e6adb3f88dfe52ba71e27522938f008df81a4b90976bd53963f57f22c26f912b1199f5472e5d1193cb29abfd827d
7
+ data.tar.gz: 9c6c806c35ca6602118d8dbf2d387bd9c2f028613a7a764b5666414ee5e0bb8540e370fcd84fc740d9ac4559c153f319a108a4374e55d659e56d9651b7e23fb0
data/README.md CHANGED
@@ -33,7 +33,6 @@ require "offrep"
33
33
 
34
34
  ot=Offrep::Translation.new
35
35
  oc=Offrep::CommonXML.new
36
- on=Offrep::NessusXML.new
37
36
  oc.readxml(File.open('bla.commonxml'))
38
37
  ot.readxml(File.open('nessus-translations-language.xml'))
39
38
  mis=oc.translate(ot.xml)
data/exe/offrep CHANGED
@@ -1,6 +1,6 @@
1
1
  #!/usr/bin/env ruby
2
2
 
3
- # require "bundler/setup"
3
+ require "bundler/setup"
4
4
  require "offrep"
5
5
 
6
6
  require 'optparse'
@@ -145,7 +145,7 @@ if $options['convert'] then
145
145
  missingxml=total_oc.translate(ot.xml)
146
146
  if $options['missing'] then
147
147
  @log.debug("Writting all missing to #{$options['missing']}")
148
- anonmisxml=oc.anonymize(missingxml)
148
+ anonmisxml=total_oc.anonymize(missingxml)
149
149
  File.write($options['missing'],anonmisxml.to_s)
150
150
  end
151
151
  end
@@ -1,3 +1,3 @@
1
1
  module Offrep
2
- VERSION = "0.1.0"
2
+ VERSION = "0.1.1"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: offrep
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Vlatko Kosturjak
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2017-04-21 00:00:00.000000000 Z
11
+ date: 2017-04-24 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler