wikidot-api 0.0.4 → 0.0.5

Sign up to get free protection for your applications and to get access to all the features.
@@ -14,7 +14,7 @@ module WikidotAPI
14
14
  def call method, *args
15
15
  try_count = 0
16
16
  begin
17
- server.call method, *args
17
+ server.call_async method, *args
18
18
  rescue IOError => e
19
19
  @server = nil
20
20
  try_count += 1
@@ -1,3 +1,3 @@
1
1
  module WikidotAPI
2
- Version = '0.0.4'
2
+ Version = '0.0.5'
3
3
  end
metadata CHANGED
@@ -1,30 +1,26 @@
1
- --- !ruby/object:Gem::Specification
1
+ --- !ruby/object:Gem::Specification
2
2
  name: wikidot-api
3
- version: !ruby/object:Gem::Version
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.0.5
4
5
  prerelease:
5
- version: 0.0.4
6
6
  platform: ruby
7
- authors:
8
- - "Micha\xC5\x82 Fr\xC4\x85ckowiak"
7
+ authors:
8
+ - Michał Frąckowiak
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
-
13
- date: 2011-06-09 00:00:00 Z
12
+ date: 2012-08-23 00:00:00.000000000 Z
14
13
  dependencies: []
14
+ description: ! 'Simple Ruby client library for Wikidot RPC API
15
15
 
16
- description: |
17
- Simple Ruby client library for Wikidot RPC API
18
-
16
+ '
19
17
  email: michalf@wikidot.com
20
18
  executables: []
21
-
22
19
  extensions: []
23
-
24
- extra_rdoc_files:
20
+ extra_rdoc_files:
25
21
  - LICENSE
26
22
  - README.md
27
- files:
23
+ files:
28
24
  - README.md
29
25
  - LICENSE
30
26
  - lib/wikidot_api/client.rb
@@ -32,30 +28,27 @@ files:
32
28
  - lib/wikidot_api.rb
33
29
  homepage: http://github.com/michalf/wikidot-api
34
30
  licenses: []
35
-
36
31
  post_install_message:
37
- rdoc_options:
32
+ rdoc_options:
38
33
  - --charset=UTF-8
39
- require_paths:
34
+ require_paths:
40
35
  - lib
41
- required_ruby_version: !ruby/object:Gem::Requirement
36
+ required_ruby_version: !ruby/object:Gem::Requirement
42
37
  none: false
43
- requirements:
44
- - - ">="
45
- - !ruby/object:Gem::Version
46
- version: "0"
47
- required_rubygems_version: !ruby/object:Gem::Requirement
38
+ requirements:
39
+ - - ! '>='
40
+ - !ruby/object:Gem::Version
41
+ version: '0'
42
+ required_rubygems_version: !ruby/object:Gem::Requirement
48
43
  none: false
49
- requirements:
50
- - - ">="
51
- - !ruby/object:Gem::Version
52
- version: "0"
44
+ requirements:
45
+ - - ! '>='
46
+ - !ruby/object:Gem::Version
47
+ version: '0'
53
48
  requirements: []
54
-
55
49
  rubyforge_project:
56
- rubygems_version: 1.7.2
50
+ rubygems_version: 1.8.17
57
51
  signing_key:
58
52
  specification_version: 3
59
53
  summary: Simple Ruby client library for Wikidot RPC API
60
54
  test_files: []
61
-