event_hub_client 0.0.1 → 0.0.2

Sign up to get free protection for your applications and to get access to all the features.
data/README.md CHANGED
@@ -18,7 +18,7 @@ Or install it yourself as:
18
18
 
19
19
  ## Usage
20
20
 
21
- By the nature of the gem is supposed be used from the backend, The gem only supports two apis, track and alias. More details of about EventHub can be found at https://github.com/Codecademy/EventHub/
21
+ By the nature of the gem is supposed be used from the backend, The gem only supports two apis, track and alias. More details of about EventHub can be found at https://github.com/Codecademy/EventHubClient/
22
22
 
23
23
  ```ruby
24
24
  event_hub_client = EventHubClient::EventHubClient.new(host, port, EventHubClient::Worker.new)
@@ -9,7 +9,7 @@ Gem::Specification.new do |spec|
9
9
  spec.authors = ["Cheng-Tao Chu"]
10
10
  spec.email = ["chengtao@codecademy.com"]
11
11
  spec.summary = %q{Client for EventHub.}
12
- spec.description = %q{More details of EventHub available at http://github.com/Codecademy/EventHub.}
12
+ spec.description = %q{More details of EventHub available at http://github.com/Codecademy/EventHubClient.}
13
13
  spec.homepage = ""
14
14
  spec.license = "MIT"
15
15
 
@@ -1,3 +1,3 @@
1
1
  module EventHubClient
2
- VERSION = "0.0.1"
2
+ VERSION = "0.0.2"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: event_hub_client
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.1
4
+ version: 0.0.2
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -75,7 +75,7 @@ dependencies:
75
75
  - - ! '>='
76
76
  - !ruby/object:Gem::Version
77
77
  version: '0'
78
- description: More details of EventHub available at http://github.com/Codecademy/EventHub.
78
+ description: More details of EventHub available at http://github.com/Codecademy/EventHubClient.
79
79
  email:
80
80
  - chengtao@codecademy.com
81
81
  executables: []
@@ -107,7 +107,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
107
107
  version: '0'
108
108
  segments:
109
109
  - 0
110
- hash: -3766524776493520849
110
+ hash: 4517244791216991610
111
111
  required_rubygems_version: !ruby/object:Gem::Requirement
112
112
  none: false
113
113
  requirements:
@@ -116,7 +116,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
116
116
  version: '0'
117
117
  segments:
118
118
  - 0
119
- hash: -3766524776493520849
119
+ hash: 4517244791216991610
120
120
  requirements: []
121
121
  rubyforge_project:
122
122
  rubygems_version: 1.8.23