dap 0.1.15 → 0.1.16

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: adf8abb293a1c85685f6fc76159e3ab5be1dc757
4
- data.tar.gz: 1205a2a56d1650c411558601e2cd8f028779a980
3
+ metadata.gz: 9410149459a879f63da538a6b9fdad8d496e764c
4
+ data.tar.gz: 22949dbecc194bebceab8d0b92fcbe3aa6161a72
5
5
  SHA512:
6
- metadata.gz: 60103d15be7a449573bfb1c8b496978e60bd86f5949443c886ae10fd32985c542bcfe1442075bc91fee869b4910497ed0ac628dbfb4cd1b48f67a87ae0c95b7f
7
- data.tar.gz: 15dce6f7722ae2d7424163af019d810faf055baabfeda62756983e6255ce22e1a2b761ff1d48ef457b19cab1be38df4cc5d9b0cd0f54e2524fdaae17a56134ef
6
+ metadata.gz: 69852817238899b88b8a351ae3191e347ff93fddb8a5857dace314ea34541688e5a87e888a1b739480056fe1d7f1d5b8c5a9cb72ff23b52d770e34fad57a6ae7
7
+ data.tar.gz: 66345b1171f20da5fa0d419dfab435155d07037d9b1dbc6322d731be02f5727cb93bac3dcb3bec44add5a34ea931085b213a3cc94cadf2248f2fea318a025891
data/README.md CHANGED
@@ -22,7 +22,7 @@ Using system managed/installed Rubies is possible but fraught with peril.
22
22
  DAP depends on [Maxmind's geoip database](http://dev.maxmind.com/geoip/legacy/downloadable/) to be able to append geographic metadata to analyzed datasets. If you intend on using this capability, run the following as `root`:
23
23
 
24
24
  ```bash
25
- sudo mkdir -p /var/lib/geoip && cd /var/lib/geoip && sudo wget http://geolite.maxmind.com/download/geoip/database/GeoLiteCity.dat.gz && sudo gunzip GeoLiteCity.dat.gz && sudo mv GeoLiteCity.dat geoip.dat && sudo wget http://geolite.maxmind.com/download/geoip/database/asnum/GeoIPASNum.dat.gz && sudo gunzip GeoIPASNum.dat.gz
25
+ sudo mkdir -p /var/lib/geoip && cd /var/lib/geoip && sudo wget http://geolite.maxmind.com/download/geoip/database/GeoLiteCity.dat.gz && sudo gunzip GeoLiteCity.dat.gz && sudo wget http://geolite.maxmind.com/download/geoip/database/asnum/GeoIPASNum.dat.gz && sudo gunzip GeoIPASNum.dat.gz
26
26
 
27
27
  ```
28
28
 
@@ -8,7 +8,7 @@ module GeoIPLibrary
8
8
  File.expand_path( File.join( File.dirname(__FILE__), "..", "..", "..", "data")),
9
9
  "/var/lib/geoip"
10
10
  ]
11
- GEOIP_CITY = %W{ geoip.dat geoip_city.dat GeoCity.dat IP_V4_CITY.dat GeoCityLite.dat }
11
+ GEOIP_CITY = %W{ geoip.dat geoip_city.dat GeoCity.dat IP_V4_CITY.dat GeoCityLite.dat GeoLiteCity.dat }
12
12
  GEOIP_ORGS = %W{ geoip_org.dat IP_V4_ORG.dat }
13
13
  GEOIP_ASN = %W{ GeoIPASNum.dat }
14
14
 
@@ -1,3 +1,3 @@
1
1
  module Dap
2
- VERSION = "0.1.15"
2
+ VERSION = "0.1.16"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: dap
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.15
4
+ version: 0.1.16
5
5
  platform: ruby
6
6
  authors:
7
7
  - Rapid7 Research
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2018-06-13 00:00:00.000000000 Z
11
+ date: 2018-06-15 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rspec
@@ -253,7 +253,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
253
253
  version: '0'
254
254
  requirements: []
255
255
  rubyforge_project:
256
- rubygems_version: 2.4.5.2
256
+ rubygems_version: 2.6.11
257
257
  signing_key:
258
258
  specification_version: 4
259
259
  summary: 'DAP: The Data Analysis Pipeline'