yamlrpc 1.0.1 → 1.0.2

Sign up to get free protection for your applications and to get access to all the features.
data/Manifest.txt CHANGED
@@ -52,8 +52,6 @@ examples/rails_example/doc/README_FOR_APP
52
52
  examples/rails_example/lib
53
53
  examples/rails_example/lib/tasks
54
54
  examples/rails_example/log
55
- examples/rails_example/log/development.log
56
- examples/rails_example/log/test.log
57
55
  examples/rails_example/public
58
56
  examples/rails_example/public/.htaccess
59
57
  examples/rails_example/public/404.html
@@ -94,7 +94,7 @@ module YamlRpc
94
94
  end
95
95
  post(redirect_uri, args)
96
96
  else
97
- res.error!
97
+ raise res
98
98
  end
99
99
  end
100
100
 
data/lib/yamlrpc.rb CHANGED
@@ -28,5 +28,5 @@ require 'yamlrpc/helpers'
28
28
  require 'yamlrpc/client'
29
29
 
30
30
  module YamlRpc
31
- VERSION = '1.0.1'
31
+ VERSION = '1.0.2'
32
32
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: yamlrpc
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.1
4
+ version: 1.0.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Mirek Rusin
@@ -9,7 +9,7 @@ autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
11
 
12
- date: 2008-07-08 00:00:00 +01:00
12
+ date: 2008-07-18 00:00:00 +01:00
13
13
  default_executable:
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency
@@ -89,8 +89,6 @@ files:
89
89
  - examples/rails_example/lib
90
90
  - examples/rails_example/lib/tasks
91
91
  - examples/rails_example/log
92
- - examples/rails_example/log/development.log
93
- - examples/rails_example/log/test.log
94
92
  - examples/rails_example/public
95
93
  - examples/rails_example/public/.htaccess
96
94
  - examples/rails_example/public/404.html
@@ -1,6 +0,0 @@
1
- # Logfile created on Mon Jul 07 22:54:00 +0100 2008
2
-
3
- Processing BasicController#add_foo_bar (for 127.0.0.1 at 2008-07-07 22:54:04) [POST]
4
- Session ID: b6e0875aeeeef7a3e98aa8d19b3c68f4
5
- Parameters: {"action"=>"add_foo_bar", "controller"=>"api/basic", "yamlrpc"=>"--- \n:foo: 3\n:bar: 5\n"}
6
- Completed in 0.00300 (333 reqs/sec) | Rendering: 0.00100 (33%) | DB: 0.00000 (0%) | 200 OK [http://localhost/api/basic/add_foo_bar]
@@ -1 +0,0 @@
1
- # Logfile created on Mon Jul 07 23:10:25 +0100 2008