kismet-gpsxml 0.1.0 → 0.1.1
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 +4 -4
- data/VERSION +1 -1
- data/bin/gpsxml2csv +1 -1
- data/kismet-gpsxml.gemspec +3 -3
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: d8234d01b84c6db59e1bfb433860be76d4f7d2f8
|
|
4
|
+
data.tar.gz: e7c8f45dd59b43f05f8dc6ea91b22ef8711a5540
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 79e2c8ea84b57a3a86552bf263ff7a3bc95449544cd7b6c5ea7f1a62301538bbabf0cea52d8f2fe37b7bb472795155beeef4c2d8c71bd95abaaa7cbf9ad91549
|
|
7
|
+
data.tar.gz: ebada54bac827dc690e8c523e0bb52c49c3fdd8ee8a63d49524291b8694eb7c920e8af5e95642eedeb25bc7ffd0df28d2b2e2a611265579bcec316e7cda2961b
|
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
0.1.
|
|
1
|
+
0.1.1
|
data/bin/gpsxml2csv
CHANGED
data/kismet-gpsxml.gemspec
CHANGED
|
@@ -2,16 +2,16 @@
|
|
|
2
2
|
# DO NOT EDIT THIS FILE DIRECTLY
|
|
3
3
|
# Instead, edit Jeweler::Tasks in Rakefile, and run 'rake gemspec'
|
|
4
4
|
# -*- encoding: utf-8 -*-
|
|
5
|
-
# stub: kismet-gpsxml 0.1.
|
|
5
|
+
# stub: kismet-gpsxml 0.1.1 ruby lib
|
|
6
6
|
|
|
7
7
|
Gem::Specification.new do |s|
|
|
8
8
|
s.name = "kismet-gpsxml"
|
|
9
|
-
s.version = "0.1.
|
|
9
|
+
s.version = "0.1.1"
|
|
10
10
|
|
|
11
11
|
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
|
|
12
12
|
s.require_paths = ["lib"]
|
|
13
13
|
s.authors = ["Colin Dean"]
|
|
14
|
-
s.date = "2014-
|
|
14
|
+
s.date = "2014-09-14"
|
|
15
15
|
s.description = "A quick solution to model Kismet-generated gpsxml log files and output to CSV"
|
|
16
16
|
s.email = "colin.dean@metamesh.org"
|
|
17
17
|
s.executables = ["gpsxml2csv"]
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: kismet-gpsxml
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.1.
|
|
4
|
+
version: 0.1.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Colin Dean
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2014-
|
|
11
|
+
date: 2014-09-14 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: nokogiri
|