hiredis 0.4.3-java → 0.4.4-java

Sign up to get free protection for your applications and to get access to all the features.
@@ -0,0 +1,5 @@
1
+ module Hiredis
2
+ class Error < StandardError; end
3
+ class ProtocolError < Error; end
4
+ class ReplyError < Error; end
5
+ end
@@ -1,3 +1,3 @@
1
1
  module Hiredis
2
- VERSION = "0.4.3"
2
+ VERSION = "0.4.4"
3
3
  end
metadata CHANGED
@@ -2,7 +2,7 @@
2
2
  name: hiredis
3
3
  version: !ruby/object:Gem::Version
4
4
  prerelease:
5
- version: 0.4.3
5
+ version: 0.4.4
6
6
  platform: java
7
7
  authors:
8
8
  - Pieter Noordhuis
@@ -10,7 +10,7 @@ autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
12
 
13
- date: 2011-12-01 00:00:00 -08:00
13
+ date: 2011-12-19 00:00:00 -08:00
14
14
  default_executable:
15
15
  dependencies:
16
16
  - !ruby/object:Gem::Dependency
@@ -36,12 +36,13 @@ extra_rdoc_files: []
36
36
  files:
37
37
  - lib/hiredis.rb
38
38
  - lib/hiredis/connection.rb
39
+ - lib/hiredis/errors.rb
39
40
  - lib/hiredis/reader.rb
40
41
  - lib/hiredis/version.rb
41
- - lib/hiredis/ruby/connection.rb
42
- - lib/hiredis/ruby/reader.rb
43
42
  - lib/hiredis/ext/connection.rb
44
43
  - lib/hiredis/ext/reader.rb
44
+ - lib/hiredis/ruby/connection.rb
45
+ - lib/hiredis/ruby/reader.rb
45
46
  - COPYING
46
47
  - Rakefile
47
48
  has_rdoc: true