http_streaming_client 0.8.1 → 0.8.2

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 4335e28f86545d7e321ab1c25014c9f3ded7a0fe
4
- data.tar.gz: 271ce71a0de383bd39fc42aaf151be3d2aa0d95b
3
+ metadata.gz: d0f7acb96acd402d6d0fa16506214fc72fa317cd
4
+ data.tar.gz: ffc86d42ec4ba25482cac0927d4768899650cea1
5
5
  SHA512:
6
- metadata.gz: 6421e63d601a6af1f3558ccda11f979da86a98b1dba554157d1a0545a124e83c0c0391755287b43e41100cf2e571a71df87c260442bbfe29dd98a7420db61c42
7
- data.tar.gz: f443abfde48ef799da2dfe506ee54bf3cee43ac83fb552897cc2c02213b7d36339c6462e78e06a692532e93be9fb01a2b2baab7ee561b8d03a4b6af18c8a47f9
6
+ metadata.gz: 1453c8bc0d16352d2cc2814cc7e5036637a73b5edca40586ad5f3a363eb7fded0eaa92b06237065c9f5021a2251752bac3f634961a08395c459507ea4d04941c
7
+ data.tar.gz: 3aa710c0634e48bd8969474b855ccb5322cc5b472e159fa51e5f40876642ae1a41b17a00daca64614dfeba5a218df743813b96710658ec23064a6cdce38f2054
data/README.md CHANGED
@@ -29,7 +29,7 @@ And then execute:
29
29
 
30
30
  $ bundle install
31
31
 
32
- ## Installation (rubyforge -- pending)
32
+ ## Installation (via rubygems.org)
33
33
 
34
34
  Add this line to your application's Gemfile:
35
35
 
@@ -10,7 +10,7 @@ Gem::Specification.new do |spec|
10
10
  spec.email = ["tompkins@adobe.com"]
11
11
  spec.description = %q{Ruby HTTP client with streaming support for GZIP compressed streams and chunked transfer encoding. Also includes extensible OAuth support for Adobe and Twitter streaming APIs.}
12
12
  spec.summary = %q{a streaming HTTP protocol client}
13
- spec.homepage = "https://git.corp.adobe.com/tompkins/http_streaming_client"
13
+ spec.homepage = "https://github.com/adobe-research/http_streaming_client"
14
14
  spec.license = "Apache 2.0"
15
15
 
16
16
  spec.files = `git ls-files`.split($/) - %w(lib/http_streaming_client/credentials/adobe.rb lib/http_streaming_client/credentials/twitter.rb)
@@ -25,4 +25,5 @@ Gem::Specification.new do |spec|
25
25
  spec.add_development_dependency "coveralls"
26
26
 
27
27
  spec.add_runtime_dependency "json"
28
+ spec.add_runtime_dependency "zlib"
28
29
  end
@@ -28,5 +28,5 @@
28
28
  ###########################################################################
29
29
 
30
30
  module HttpStreamingClient
31
- VERSION = "0.8.1"
31
+ VERSION = "0.8.2"
32
32
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: http_streaming_client
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.8.1
4
+ version: 0.8.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - David Tompkins
@@ -94,6 +94,20 @@ dependencies:
94
94
  - - '>='
95
95
  - !ruby/object:Gem::Version
96
96
  version: '0'
97
+ - !ruby/object:Gem::Dependency
98
+ name: zlib
99
+ requirement: !ruby/object:Gem::Requirement
100
+ requirements:
101
+ - - '>='
102
+ - !ruby/object:Gem::Version
103
+ version: '0'
104
+ type: :runtime
105
+ prerelease: false
106
+ version_requirements: !ruby/object:Gem::Requirement
107
+ requirements:
108
+ - - '>='
109
+ - !ruby/object:Gem::Version
110
+ version: '0'
97
111
  description: Ruby HTTP client with streaming support for GZIP compressed streams and
98
112
  chunked transfer encoding. Also includes extensible OAuth support for Adobe and
99
113
  Twitter streaming APIs.
@@ -136,7 +150,7 @@ files:
136
150
  - tools/generate_twitter_bearer_token.rb
137
151
  - tools/twitter_firehose.rb
138
152
  - tools/twitter_firehose_performance_test.rb
139
- homepage: https://git.corp.adobe.com/tompkins/http_streaming_client
153
+ homepage: https://github.com/adobe-research/http_streaming_client
140
154
  licenses:
141
155
  - Apache 2.0
142
156
  metadata: {}