curb 0.7.15 → 0.8.0

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.
metadata CHANGED
@@ -1,41 +1,36 @@
1
- --- !ruby/object:Gem::Specification
1
+ --- !ruby/object:Gem::Specification
2
2
  name: curb
3
- version: !ruby/object:Gem::Version
4
- hash: 29
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.8.0
5
5
  prerelease:
6
- segments:
7
- - 0
8
- - 7
9
- - 15
10
- version: 0.7.15
11
6
  platform: ruby
12
- authors:
7
+ authors:
13
8
  - Ross Bamford
14
9
  - Todd A. Fisher
15
10
  autorequire:
16
11
  bindir: bin
17
12
  cert_chain: []
18
-
19
- date: 2011-03-20 00:00:00 -04:00
20
- default_executable:
13
+ date: 2012-01-19 00:00:00.000000000 Z
21
14
  dependencies: []
22
-
23
- description: Curb (probably CUrl-RuBy or something) provides Ruby-language bindings for the libcurl(3), a fully-featured client-side URL transfer library. cURL and libcurl live at http://curl.haxx.se/
15
+ description: Curb (probably CUrl-RuBy or something) provides Ruby-language bindings
16
+ for the libcurl(3), a fully-featured client-side URL transfer library. cURL and
17
+ libcurl live at http://curl.haxx.se/
24
18
  email: todd.fisher@gmail.com
25
19
  executables: []
26
-
27
- extensions:
20
+ extensions:
28
21
  - ext/extconf.rb
29
- extra_rdoc_files:
22
+ extra_rdoc_files:
30
23
  - LICENSE
31
24
  - README
32
- files:
25
+ files:
33
26
  - LICENSE
34
27
  - README
35
28
  - Rakefile
36
29
  - doc.rb
37
30
  - ext/extconf.rb
38
31
  - lib/curb.rb
32
+ - lib/curl/easy.rb
33
+ - lib/curl/multi.rb
39
34
  - lib/curl.rb
40
35
  - ext/curb.c
41
36
  - ext/curb_easy.c
@@ -51,6 +46,8 @@ files:
51
46
  - ext/curb_postfield.h
52
47
  - ext/curb_upload.h
53
48
  - tests/alltests.rb
49
+ - tests/bug_crash_on_debug.rb
50
+ - tests/bug_crash_on_progress.rb
54
51
  - tests/bug_curb_easy_blocks_ruby_threads.rb
55
52
  - tests/bug_curb_easy_post_with_string_no_content_length_header.rb
56
53
  - tests/bug_instance_post_differs_from_class_post.rb
@@ -64,49 +61,43 @@ files:
64
61
  - tests/require_last_or_segfault_script.rb
65
62
  - tests/tc_curl_download.rb
66
63
  - tests/tc_curl_easy.rb
64
+ - tests/tc_curl_easy_setopt.rb
67
65
  - tests/tc_curl_multi.rb
68
66
  - tests/tc_curl_postfield.rb
69
67
  - tests/timeout.rb
70
68
  - tests/timeout_server.rb
71
69
  - tests/unittests.rb
72
- has_rdoc: true
73
70
  homepage: http://curb.rubyforge.org/
74
71
  licenses: []
75
-
76
72
  post_install_message:
77
- rdoc_options:
73
+ rdoc_options:
78
74
  - --main
79
75
  - README
80
- require_paths:
76
+ require_paths:
81
77
  - lib
82
78
  - ext
83
- required_ruby_version: !ruby/object:Gem::Requirement
79
+ required_ruby_version: !ruby/object:Gem::Requirement
84
80
  none: false
85
- requirements:
86
- - - ">="
87
- - !ruby/object:Gem::Version
88
- hash: 3
89
- segments:
90
- - 0
91
- version: "0"
92
- required_rubygems_version: !ruby/object:Gem::Requirement
81
+ requirements:
82
+ - - ! '>='
83
+ - !ruby/object:Gem::Version
84
+ version: '0'
85
+ required_rubygems_version: !ruby/object:Gem::Requirement
93
86
  none: false
94
- requirements:
95
- - - ">="
96
- - !ruby/object:Gem::Version
97
- hash: 3
98
- segments:
99
- - 0
100
- version: "0"
87
+ requirements:
88
+ - - ! '>='
89
+ - !ruby/object:Gem::Version
90
+ version: '0'
101
91
  requirements: []
102
-
103
92
  rubyforge_project: curb
104
- rubygems_version: 1.4.1
93
+ rubygems_version: 1.8.10
105
94
  signing_key:
106
95
  specification_version: 3
107
96
  summary: Ruby libcurl bindings
108
- test_files:
97
+ test_files:
109
98
  - tests/alltests.rb
99
+ - tests/bug_crash_on_debug.rb
100
+ - tests/bug_crash_on_progress.rb
110
101
  - tests/bug_curb_easy_blocks_ruby_threads.rb
111
102
  - tests/bug_curb_easy_post_with_string_no_content_length_header.rb
112
103
  - tests/bug_instance_post_differs_from_class_post.rb
@@ -120,6 +111,7 @@ test_files:
120
111
  - tests/require_last_or_segfault_script.rb
121
112
  - tests/tc_curl_download.rb
122
113
  - tests/tc_curl_easy.rb
114
+ - tests/tc_curl_easy_setopt.rb
123
115
  - tests/tc_curl_multi.rb
124
116
  - tests/tc_curl_postfield.rb
125
117
  - tests/timeout.rb