jimson 0.2.2 → 0.2.3

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.
Files changed (4) hide show
  1. data/CHANGELOG.rdoc +6 -0
  2. data/VERSION +1 -1
  3. data/lib/jimson/client.rb +1 -1
  4. metadata +2 -2
@@ -1,3 +1,9 @@
1
+ == 0.2.3 / 2011-08-01
2
+
3
+ * Bug fixes
4
+
5
+ * Fix argument error in client error handling
6
+
1
7
  == 0.2.2 / 2011-07-28
2
8
 
3
9
  * Bug fixes
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.2.2
1
+ 0.2.3
@@ -81,7 +81,7 @@ module Jimson
81
81
  return data['result']
82
82
 
83
83
  rescue Exception, StandardError
84
- raise Jimson::ClientError::InternalError.new
84
+ raise Jimson::ClientError::InternalError.new($!)
85
85
  end
86
86
 
87
87
  def valid_response?(data)
metadata CHANGED
@@ -2,7 +2,7 @@
2
2
  name: jimson
3
3
  version: !ruby/object:Gem::Version
4
4
  prerelease:
5
- version: 0.2.2
5
+ version: 0.2.3
6
6
  platform: ruby
7
7
  authors:
8
8
  - Chris Kite
@@ -10,7 +10,7 @@ autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
12
 
13
- date: 2011-07-28 00:00:00 -05:00
13
+ date: 2011-08-01 00:00:00 -05:00
14
14
  default_executable:
15
15
  dependencies:
16
16
  - !ruby/object:Gem::Dependency