arachni-rpc 0.2.1.2 → 0.2.1.3

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: ba78631459aab63d1b5aae99938a2e3daaa513b3
4
- data.tar.gz: bbe7312fac26677a09e79f9b4d339b3e3ec32488
3
+ metadata.gz: fff323c52da8742c9d6073ad6716e54e8679bfe2
4
+ data.tar.gz: f9705de45d9d07da1a6d06e86d8ebd9516a133bc
5
5
  SHA512:
6
- metadata.gz: 0376c59de77ac42e349501064416eb9187e60459ae4a637251edf750f4b18bdfd27c20f8a23433fb3e7e219a13c7beb1047ad53b90a05c9c21a6914a6ff16b95
7
- data.tar.gz: f573b8de76eeb45cafb1b16456e4d6036c1d5fba4667055a3977eccf2b935e456469ee27263f93c6e8546e08deb038e6c9b33fe3c0dde9eb370e46010175934c
6
+ metadata.gz: c40ddffbf7c560951cac7df6747abf66744a93fc05f43b04625b10d81d7dd60c75551089e3ceb08a55f9d58209d3fbccee85913176115e17800b7fe787d6461c
7
+ data.tar.gz: 1e3e1cf2f9907b979e68fc19db504cc124e6a41fadf74194e3037f756d34d73f3849be8a8e546115fd12b6cf882d1f7eda5d5227f1ff8f64b36f07bae70b11d3
@@ -1,5 +1,9 @@
1
1
  # ChangeLog
2
2
 
3
+ ## Version 0.2.1.3
4
+
5
+ - `Arachni::Reactor` dependency update.
6
+
3
7
  ## Version 0.2.1.2
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-2014, Tasos Laskos <tasos.laskos@arachni-scanner.com>
3
+ Copyright (C) 2011-2016, Tasos Laskos <tasos.laskos@arachni-scanner.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.2</td>
6
+ <td>0.2.1.3</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-2015</td>
26
+ <td>2011-2016</td>
27
27
  </tr>
28
28
  <tr>
29
29
  <th>License</th>
@@ -77,5 +77,4 @@ Please send your feedback using GitHub's issue system at
77
77
  ## License
78
78
 
79
79
  Arachni-RPC is provided under the 3-clause BSD license.
80
- See the [LICENSE](file.LICENSE.html) file for more information.
81
-
80
+ See the `LICENSE` file for more information.
@@ -9,7 +9,7 @@
9
9
  module Arachni
10
10
  module RPC
11
11
 
12
- VERSION = '0.2.1.2'
12
+ VERSION = '0.2.1.3'
13
13
 
14
14
  end
15
15
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: arachni-rpc
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.1.2
4
+ version: 0.2.1.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tasos Laskos
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2015-03-21 00:00:00.000000000 Z
11
+ date: 2016-01-26 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: arachni-reactor
@@ -16,14 +16,14 @@ dependencies:
16
16
  requirements:
17
17
  - - '='
18
18
  - !ruby/object:Gem::Version
19
- version: 0.1.0
19
+ version: 0.1.1
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.0
26
+ version: 0.1.1
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.
@@ -90,7 +90,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
90
90
  version: '0'
91
91
  requirements: []
92
92
  rubyforge_project:
93
- rubygems_version: 2.4.5
93
+ rubygems_version: 2.5.1
94
94
  signing_key:
95
95
  specification_version: 4
96
96
  summary: The RPC protocol of the Arachni Framework.
@@ -114,3 +114,4 @@ 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: