http2 0.0.19 → 0.0.20
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/VERSION +1 -1
- data/http2.gemspec +1 -1
- data/lib/http2.rb +1 -1
- metadata +2 -2
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
0.0.
|
|
1
|
+
0.0.20
|
data/http2.gemspec
CHANGED
data/lib/http2.rb
CHANGED
|
@@ -350,7 +350,7 @@ class Http2
|
|
|
350
350
|
return praw
|
|
351
351
|
end
|
|
352
352
|
|
|
353
|
-
VALID_ARGUMENTS_POST = [:post, :url, :default_headers, :headers, :json, :method]
|
|
353
|
+
VALID_ARGUMENTS_POST = [:post, :url, :default_headers, :headers, :json, :method, :cookies]
|
|
354
354
|
#Posts to a certain page.
|
|
355
355
|
#===Examples
|
|
356
356
|
# res = http.post("login.php", {"username" => "John Doe", "password" => 123)
|
metadata
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
name: http2
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
4
|
prerelease:
|
|
5
|
-
version: 0.0.
|
|
5
|
+
version: 0.0.20
|
|
6
6
|
platform: ruby
|
|
7
7
|
authors:
|
|
8
8
|
- Kasper Johansen
|
|
@@ -113,7 +113,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
|
113
113
|
- !ruby/object:Gem::Version
|
|
114
114
|
segments:
|
|
115
115
|
- 0
|
|
116
|
-
hash:
|
|
116
|
+
hash: 3560609229603512480
|
|
117
117
|
version: '0'
|
|
118
118
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
119
119
|
none: false
|