brianmario-streamly 0.1.1 → 0.1.2
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/CHANGELOG.md +3 -0
- data/VERSION.yml +1 -1
- data/ext/streamly.c +1 -1
- data/lib/streamly.rb +1 -1
- data/streamly.gemspec +2 -2
- metadata +2 -2
data/CHANGELOG.md
CHANGED
data/VERSION.yml
CHANGED
data/ext/streamly.c
CHANGED
@@ -263,7 +263,7 @@ VALUE rb_streamly_init(int argc, VALUE * argv, VALUE self) {
|
|
263
263
|
curl_easy_setopt(instance->handle, CURLOPT_WRITEDATA, instance->response_body_handler);
|
264
264
|
}
|
265
265
|
|
266
|
-
curl_easy_setopt(instance, CURLOPT_USERPWD, NULL);
|
266
|
+
// curl_easy_setopt(instance, CURLOPT_USERPWD, NULL);
|
267
267
|
if (!NIL_P(username) || !NIL_P(password)) {
|
268
268
|
credentials = rb_str_new2("");
|
269
269
|
rb_str_buf_cat(credentials, RSTRING_PTR(username), RSTRING_LEN(username));
|
data/lib/streamly.rb
CHANGED
data/streamly.gemspec
CHANGED
@@ -2,11 +2,11 @@
|
|
2
2
|
|
3
3
|
Gem::Specification.new do |s|
|
4
4
|
s.name = %q{streamly}
|
5
|
-
s.version = "0.1.
|
5
|
+
s.version = "0.1.2"
|
6
6
|
|
7
7
|
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
|
8
8
|
s.authors = ["Brian Lopez"]
|
9
|
-
s.date = %q{2009-07-
|
9
|
+
s.date = %q{2009-07-28}
|
10
10
|
s.email = %q{seniorlopez@gmail.com}
|
11
11
|
s.extensions = ["ext/extconf.rb"]
|
12
12
|
s.extra_rdoc_files = [
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: brianmario-streamly
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.1.
|
4
|
+
version: 0.1.2
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Brian Lopez
|
@@ -9,7 +9,7 @@ autorequire:
|
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
11
|
|
12
|
-
date: 2009-07-
|
12
|
+
date: 2009-07-28 00:00:00 -07:00
|
13
13
|
default_executable:
|
14
14
|
dependencies: []
|
15
15
|
|