syspy 0.0.24 → 0.0.26
Sign up to get free protection for your applications and to get access to all the features.
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: syspy
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.0.
|
4
|
+
version: 0.0.26
|
5
5
|
prerelease:
|
6
6
|
platform: ruby
|
7
7
|
authors:
|
@@ -13,7 +13,7 @@ date: 2013-02-15 00:00:00.000000000 Z
|
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: bindata
|
16
|
-
requirement: &
|
16
|
+
requirement: &12571760 !ruby/object:Gem::Requirement
|
17
17
|
none: false
|
18
18
|
requirements:
|
19
19
|
- - ! '>='
|
@@ -21,9 +21,12 @@ dependencies:
|
|
21
21
|
version: '0'
|
22
22
|
type: :runtime
|
23
23
|
prerelease: false
|
24
|
-
version_requirements: *
|
25
|
-
description: ! '
|
26
|
-
|
24
|
+
version_requirements: *12571760
|
25
|
+
description: ! 'Captures TDS (Sybase / MSSQL) packages directly from a network interface.
|
26
|
+
|
27
|
+
|
28
|
+
Currently, only TDS_LANGUAGE (Query Statements) and their TDS_PARAMFMT/2 TDS_PARAMS
|
29
|
+
are parsed.
|
27
30
|
|
28
31
|
|
29
32
|
There are still many data types missing.
|
@@ -86,5 +89,5 @@ rubyforge_project:
|
|
86
89
|
rubygems_version: 1.8.11
|
87
90
|
signing_key:
|
88
91
|
specification_version: 3
|
89
|
-
summary:
|
92
|
+
summary: Captures TDS (Sybase / MSSQL) packages directly from a network interface.
|
90
93
|
test_files: []
|