http2 0.0.26 → 0.0.27

Sign up to get free protection for your applications and to get access to all the features.
Files changed (5) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +2 -0
  3. data/VERSION +1 -1
  4. data/http2.gemspec +3 -3
  5. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 49c338d45eec9089a382ba190fe2a8f3864b8e67
4
- data.tar.gz: fe51a829bd41c2b737d256c80f9eb98759b6e8e4
3
+ metadata.gz: 70a2017c40ca44407bdd25e3ace7cd467b8db68a
4
+ data.tar.gz: f9247267fc42c9750762de30d5c72b3c41707ce3
5
5
  SHA512:
6
- metadata.gz: 3cea6ff3a0b675b5ac2e9900ac7bbcba266f133a531b3d8c9786b104ed4a4d02cd5db597b88d0b1ec1f9afe16ba85192946eca6aa379ee5440d686673c874ef2
7
- data.tar.gz: 7cf2e05277b84ce0ffb67984bb25495b9531f56970b39390d7a510dcfbddeeafe394ed841b0b79867ee9bf9f48a851f5e8c821138912b1d8ef88c465c0ad3cdd
6
+ metadata.gz: 9b17165fe2bdab74cdda084bf3257f2ec3e652516824ca0f021239ce9fc62cbdfe2392b6c3b773b6d6081f21bdf54e8815f36512795b25f535a53fe93f3e62da
7
+ data.tar.gz: 27e9de354dc34e2c574476423b0c76cfec048c2b1e8f6f1a6c54309ab0658ec168b8c3b432c70af01416223aa94a236c53aac1806757c80ec3f7904debaf57dd
data/README.md CHANGED
@@ -22,6 +22,8 @@ Http2.new(:host => "www.google.dk") do |http|
22
22
  "some_post_val" => "some_value"
23
23
  })
24
24
 
25
+ res.content_type #=> "text/html"
26
+
25
27
  #Post-multipart (upload).
26
28
  res = http.post_multipart(:url => "path/to/something", :post => {
27
29
  "test_file1" => {
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.0.26
1
+ 0.0.27
@@ -2,16 +2,16 @@
2
2
  # DO NOT EDIT THIS FILE DIRECTLY
3
3
  # Instead, edit Jeweler::Tasks in Rakefile, and run 'rake gemspec'
4
4
  # -*- encoding: utf-8 -*-
5
- # stub: http2 0.0.26 ruby lib
5
+ # stub: http2 0.0.27 ruby lib
6
6
 
7
7
  Gem::Specification.new do |s|
8
8
  s.name = "http2"
9
- s.version = "0.0.26"
9
+ s.version = "0.0.27"
10
10
 
11
11
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
12
12
  s.require_paths = ["lib"]
13
13
  s.authors = ["Kasper Johansen"]
14
- s.date = "2014-08-15"
14
+ s.date = "2014-11-28"
15
15
  s.description = "A lightweight framework for doing http-connections in Ruby. Supports cookies, keep-alive, compressing and much more."
16
16
  s.email = "k@spernj.org"
17
17
  s.extra_rdoc_files = [
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: http2
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.26
4
+ version: 0.0.27
5
5
  platform: ruby
6
6
  authors:
7
7
  - Kasper Johansen
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2014-08-15 00:00:00.000000000 Z
11
+ date: 2014-11-28 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: string-cases