arachni-rpc 0.2.1.3 → 0.2.1.4

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: fff323c52da8742c9d6073ad6716e54e8679bfe2
4
- data.tar.gz: f9705de45d9d07da1a6d06e86d8ebd9516a133bc
3
+ metadata.gz: f23a6d7d20a4a6d211b3e2f11dfdfb9a349cb46d
4
+ data.tar.gz: 4002ce6c4844d68cabbe405285621eab945e2393
5
5
  SHA512:
6
- metadata.gz: c40ddffbf7c560951cac7df6747abf66744a93fc05f43b04625b10d81d7dd60c75551089e3ceb08a55f9d58209d3fbccee85913176115e17800b7fe787d6461c
7
- data.tar.gz: 1e3e1cf2f9907b979e68fc19db504cc124e6a41fadf74194e3037f756d34d73f3849be8a8e546115fd12b6cf882d1f7eda5d5227f1ff8f64b36f07bae70b11d3
6
+ metadata.gz: a9c5b03600585d6ba3b9a9f42fea15392d289f57a835fb1cd71f445ef85ccfac16a93c2cc8b2a47748ac800d8e2d73f2dea07b96c0afb86a3962ee2784c6ce60
7
+ data.tar.gz: 81d9bd5e9467b37a87e67d9428df33a97a3728a3e301c6a4cd625cdeae42df0b39e4d889f5ad8207379acf95b50a6571eed3160cf21da5717115e8b36f58e087
@@ -1,5 +1,9 @@
1
1
  # ChangeLog
2
2
 
3
+ ## Version 0.2.1.4
4
+
5
+ - `Arachni::Reactor` dependency update.
6
+
3
7
  ## Version 0.2.1.3
4
8
 
5
9
  - `Arachni::Reactor` dependency update.
data/LICENSE.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # License
2
2
 
3
- Copyright (C) 2011-2016, Tasos Laskos <tasos.laskos@arachni-scanner.com>
3
+ Copyright (C) 2011-2017, Sarosys LLC <http://www.sarosys.com/>
4
4
  All rights reserved.
5
5
 
6
6
  Redistribution and use in source and binary forms, with or without modification,
data/README.md CHANGED
@@ -3,7 +3,7 @@
3
3
  <table>
4
4
  <tr>
5
5
  <th>Version</th>
6
- <td>0.2.1.3</td>
6
+ <td>0.2.1.4</td>
7
7
  </tr>
8
8
  <tr>
9
9
  <th>Github page</th>
@@ -23,7 +23,7 @@
23
23
  </tr>
24
24
  <tr>
25
25
  <th>Copyright</th>
26
- <td>2011-2016</td>
26
+ <td>2011-2017 <a href="http://www.sarosys.com">Sarosys LLC</a></td>
27
27
  </tr>
28
28
  <tr>
29
29
  <th>License</th>
@@ -9,7 +9,7 @@
9
9
  module Arachni
10
10
  module RPC
11
11
 
12
- VERSION = '0.2.1.3'
12
+ VERSION = '0.2.1.4'
13
13
 
14
14
  end
15
15
  end
metadata CHANGED
@@ -1,29 +1,29 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: arachni-rpc
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.1.3
4
+ version: 0.2.1.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tasos Laskos
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2016-01-26 00:00:00.000000000 Z
11
+ date: 2017-01-06 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: arachni-reactor
15
15
  requirement: !ruby/object:Gem::Requirement
16
16
  requirements:
17
- - - '='
17
+ - - "~>"
18
18
  - !ruby/object:Gem::Version
19
- version: 0.1.1
19
+ version: 0.1.2
20
20
  type: :runtime
21
21
  prerelease: false
22
22
  version_requirements: !ruby/object:Gem::Requirement
23
23
  requirements:
24
- - - '='
24
+ - - "~>"
25
25
  - !ruby/object:Gem::Version
26
- version: 0.1.1
26
+ version: 0.1.2
27
27
  description: |2
28
28
  Arachni::RPC is a simple and lightweight Remote Procedure Call protocol
29
29
  used to provide the basis for Arachni's distributed infrastructure.
@@ -114,4 +114,3 @@ test_files:
114
114
  - spec/arachni/rpc/response_spec.rb
115
115
  - spec/arachni/rpc/exceptions_spec.rb
116
116
  - spec/arachni/rpc/proxy_spec.rb
117
- has_rdoc: