arachni-rpc-em 0.1.3.pre2 → 0.1.3

Sign up to get free protection for your applications and to get access to all the features.
data/CHANGELOG.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # ChangeLog
2
2
 
3
- ## Version 0.1.3 (_Under development_)
3
+ ## Version 0.1.3 _(April 15, 2013)_
4
4
 
5
5
  - Stopped client callbacks from being deferred.
6
6
  - Server now supports a fallback serializer to allow clients to use a secondary serializer if they so choose.
data/README.md CHANGED
@@ -1,8 +1,9 @@
1
1
  # Arachni-RPC EM
2
+
2
3
  <table>
3
4
  <tr>
4
5
  <th>Version</th>
5
- <td>0.1.3dev</td>
6
+ <td>0.1.3</td>
6
7
  </tr>
7
8
  <tr>
8
9
  <th>Github page</th>
@@ -14,15 +15,15 @@
14
15
  </tr>
15
16
  <tr>
16
17
  <th>Author</th>
17
- <td><a href="mailto:tasos.laskos@gmail.com">Tasos "Zapotek" Laskos</a></td>
18
+ <td><a href="mailto:tasos.laskos@gmail.com">Tasos "Zapotek" Laskos</a> (<a href="http://twitter.com/Zap0tek">@Zap0tek</a>)</td>
18
19
  </tr>
19
20
  <tr>
20
21
  <th>Twitter</th>
21
- <td><a href="http://twitter.com/Zap0tek">@Zap0tek</a></td>
22
+ <td><a href="http://twitter.com/ArachniScanner">@ArachniScanner</a></td>
22
23
  </tr>
23
24
  <tr>
24
25
  <th>Copyright</th>
25
- <td>2011-2012</td>
26
+ <td>2011-2013</td>
26
27
  </tr>
27
28
  <tr>
28
29
  <th>License</th>
@@ -56,7 +57,7 @@ The tests under <i>spec/arachni/rpc/</i> cover everything too so they can probab
56
57
 
57
58
  ### Gem
58
59
 
59
- The Gem hasn't been pushed yet, the system is still under development.
60
+ gem install arachni-rpc-em
60
61
 
61
62
  ### Source
62
63
 
@@ -71,11 +72,12 @@ If you want to clone the repository and work with the source code:
71
72
  rake spec
72
73
 
73
74
  ## Bug reports/Feature requests
75
+
74
76
  Please send your feedback using Github's issue system at
75
77
  [http://github.com/arachni/arachni-rpc-em/issues](http://github.com/arachni/arachni-rpc-em/issues).
76
78
 
77
79
 
78
80
  ## License
81
+
79
82
  Arachni-RPC EM is provided under the 3-clause BSD license.<br/>
80
83
  See the [LICENSE](file.LICENSE.html) file for more information.
81
-
@@ -9,7 +9,7 @@
9
9
  module Arachni
10
10
  module RPC
11
11
  module EM
12
- VERSION = '0.1.3.pre2'
12
+ VERSION = '0.1.3'
13
13
  end
14
14
  end
15
15
  end
metadata CHANGED
@@ -1,15 +1,15 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: arachni-rpc-em
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.3.pre2
5
- prerelease: 6
4
+ version: 0.1.3
5
+ prerelease:
6
6
  platform: ruby
7
7
  authors:
8
8
  - Tasos Laskos
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2012-12-20 00:00:00.000000000 Z
12
+ date: 2013-04-15 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: eventmachine
@@ -101,7 +101,7 @@ files:
101
101
  - spec/servers/server.rb
102
102
  - spec/servers/basic.rb
103
103
  - spec/servers/with_ssl_primitives.rb
104
- homepage: https://github.com/Arachni/arachni-rpc
104
+ homepage: https://github.com/Arachni/arachni-rpc-em
105
105
  licenses: []
106
106
  post_install_message:
107
107
  rdoc_options:
@@ -117,15 +117,16 @@ required_ruby_version: !ruby/object:Gem::Requirement
117
117
  required_rubygems_version: !ruby/object:Gem::Requirement
118
118
  none: false
119
119
  requirements:
120
- - - ! '>'
120
+ - - ! '>='
121
121
  - !ruby/object:Gem::Version
122
- version: 1.3.1
122
+ version: '0'
123
123
  requirements: []
124
124
  rubyforge_project:
125
- rubygems_version: 1.8.24
125
+ rubygems_version: 1.8.25
126
126
  signing_key:
127
127
  specification_version: 3
128
- summary: The RPC client and server used by the Arachni WebAppSec scanner Grid.
128
+ summary: The RPC client/server implementation of the Arachni web application security
129
+ scanner framework.
129
130
  test_files:
130
131
  - spec/pems/cacert.pem
131
132
  - spec/pems/server/key.pem