jr 0.1 → 0.1.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- data.tar.gz.sig +0 -0
- data/lib/jr.rb +1 -1
- metadata +2 -2
- metadata.gz.sig +0 -0
data.tar.gz.sig
CHANGED
Binary file
|
data/lib/jr.rb
CHANGED
@@ -54,7 +54,7 @@ module Jr
|
|
54
54
|
|
55
55
|
# ServerError is raised when the server requests (via the error property) that
|
56
56
|
# an exception be raised in client code.
|
57
|
-
class ServerError <
|
57
|
+
class ServerError < Error
|
58
58
|
# @code is a Fixnum specifying the type of the error.
|
59
59
|
attr_reader :code
|
60
60
|
# @message is a String providing a short description of the error.
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: jr
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version:
|
4
|
+
version: 0.1.1
|
5
5
|
prerelease:
|
6
6
|
platform: ruby
|
7
7
|
authors:
|
@@ -50,7 +50,7 @@ cert_chain:
|
|
50
50
|
-----END CERTIFICATE-----
|
51
51
|
|
52
52
|
'
|
53
|
-
date: 2012-
|
53
|
+
date: 2012-03-06 00:00:00.000000000 Z
|
54
54
|
dependencies: []
|
55
55
|
description: Jr. lets you communicate with an HTTP JSON RPC server.
|
56
56
|
email: the.magical.kat@gmail.com
|
metadata.gz.sig
CHANGED
Binary file
|