deepsecurity 0.0.22 → 0.0.23

Sign up to get free protection for your applications and to get access to all the features.
data/CHANGELOG.md CHANGED
@@ -2,6 +2,11 @@
2
2
 
3
3
  ## CHANGELOG (notable new features or fixes)
4
4
 
5
+
6
+ ### 0.0.22hf1
7
+
8
+ * Fix call for warn_unparseable_data()
9
+
5
10
  ### 0.0.22
6
11
 
7
12
  * Use Ruby 1.9.3-p448 on Windows for installer
@@ -12,7 +17,6 @@
12
17
  * Extended `-fields` to accept a filename to read the fields from
13
18
  * Added warning for unparseable entries
14
19
 
15
-
16
20
  ### 0.0.20
17
21
 
18
22
  * `dsc` command refactoring
data/README.md CHANGED
@@ -3,7 +3,7 @@
3
3
  Provide a Ruby Wrapper for Trend Micro's DeepSecurity SOAP API. Also includes a command line binary `dsc` which exposes
4
4
  some of the functionality to shell scripts.
5
5
 
6
- ## Installation
6
+ ## Installation (All OS with Ruby installed)
7
7
 
8
8
  Add this line to your application's Gemfile:
9
9
 
@@ -17,6 +17,14 @@ Or install it yourself as:
17
17
 
18
18
  $ gem install deepsecurity
19
19
 
20
+ ## Installation (Windows)
21
+
22
+ If you are using Windows and do feel familiar with the command line you may also download a bundled installer under
23
+ http://deepsecurity-gem.s3.amazonaws.com/index.html
24
+
25
+ The bundled installer allows you to install a current Ruby version and the deepsecurity gem using a simple graphical
26
+ installer.
27
+
20
28
  ## Usage
21
29
 
22
30
  TODO: Write usage instructions here
@@ -1,3 +1,3 @@
1
1
  module DeepSecurity
2
- VERSION = "0.0.22"
2
+ VERSION = "0.0.23"
3
3
  end
@@ -58,7 +58,7 @@ module SavonHelper
58
58
  # Warn about unparsable mapping
59
59
  # @todo Check if mappings can be derived from klass
60
60
  # @param data [Hash, Object] Source Savon data
61
- def warn_unparseable_data(data, interface)
61
+ def self.warn_unparseable_data(data, interface)
62
62
  message = "Can't parse #{type_string} #{@name.inspect}: #{data.inspect}"
63
63
  interface.logger.warn(message)
64
64
  self.default_value()
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: deepsecurity
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.22
4
+ version: 0.0.23
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2013-10-21 00:00:00.000000000 Z
12
+ date: 2013-10-22 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: savon
@@ -221,7 +221,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
221
221
  version: '0'
222
222
  segments:
223
223
  - 0
224
- hash: -771091231584410787
224
+ hash: -4512780596930233500
225
225
  required_rubygems_version: !ruby/object:Gem::Requirement
226
226
  none: false
227
227
  requirements:
@@ -230,7 +230,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
230
230
  version: '0'
231
231
  segments:
232
232
  - 0
233
- hash: -771091231584410787
233
+ hash: -4512780596930233500
234
234
  requirements: []
235
235
  rubyforge_project:
236
236
  rubygems_version: 1.8.24