curb 0.7.7 → 0.7.7.1

Sign up to get free protection for your applications and to get access to all the features.

Potentially problematic release.


This version of curb might be problematic. Click here for more details.

Files changed (2) hide show
  1. data/ext/curb.h +2 -2
  2. metadata +4 -3
data/ext/curb.h CHANGED
@@ -20,12 +20,12 @@
20
20
  #include "curb_macros.h"
21
21
 
22
22
  // These should be managed from the Rake 'release' task.
23
- #define CURB_VERSION "0.7.7"
23
+ #define CURB_VERSION "0.7.7.1"
24
24
  #define CURB_VER_NUM 707
25
25
  #define CURB_VER_MAJ 0
26
26
  #define CURB_VER_MIN 7
27
27
  #define CURB_VER_MIC 7
28
- #define CURB_VER_PATCH 0
28
+ #define CURB_VER_PATCH 1
29
29
 
30
30
 
31
31
  // Maybe not yet defined in Ruby
metadata CHANGED
@@ -1,13 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: curb
3
3
  version: !ruby/object:Gem::Version
4
- hash: 13
4
+ hash: 105
5
5
  prerelease: false
6
6
  segments:
7
7
  - 0
8
8
  - 7
9
9
  - 7
10
- version: 0.7.7
10
+ - 1
11
+ version: 0.7.7.1
11
12
  platform: ruby
12
13
  authors:
13
14
  - Ross Bamford
@@ -16,7 +17,7 @@ autorequire:
16
17
  bindir: bin
17
18
  cert_chain: []
18
19
 
19
- date: 2010-06-21 00:00:00 -04:00
20
+ date: 2010-06-22 00:00:00 -04:00
20
21
  default_executable:
21
22
  dependencies: []
22
23