em-hot_tub 1.0.0 → 1.0.1

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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: af396397a835c8b64c8f63a67c6b1adca03c53df
4
- data.tar.gz: d02e2e2a958329ab4844f3c241a9422f5a5600b9
3
+ metadata.gz: 9a777b9f2e28be620a9a7934f3e555d26c379597
4
+ data.tar.gz: 14e876430035560000988a26e9526103321860a0
5
5
  SHA512:
6
- metadata.gz: 55da092f1456c6323f535a8483ef94b02e23e1c1ef99401b4a5a3c3af13723967d5969608ad4f31b9a07d74a23c1fe9c910fabd21a83de7081442d82975edf11
7
- data.tar.gz: f0eab2670a324f2b61a74257000d8cc21e0c51aa81bdfa1188e266886685a0f9fa4bace1dde2773b9a4b52cb4499292daf5fae34db863b5d9ad7ddc4571d4757
6
+ metadata.gz: 912f916257ea10a04079e7c3d7456a046093309357995db86b985364de824e78211a0906795818fef94f86615fbd669fa79868785b05885b565e182731b4870e
7
+ data.tar.gz: bba4e38005994627747e8e73030ffe9b6788a6be38c9f6ceec6a48ca9c5dcafc4cf5fa70fba1a4d82ebb5e700114e844ba49dfe1a83a904e5f9529c397aa130a
@@ -1,5 +1,5 @@
1
1
  module EventMachine
2
2
  module HotTub
3
- VERSION = "1.0.0"
3
+ VERSION = "1.0.1"
4
4
  end
5
5
  end
data/lib/em-hot_tub.rb ADDED
@@ -0,0 +1 @@
1
+ require 'em/hot_tub'
data/spec/spec_helper.rb CHANGED
@@ -1,7 +1,7 @@
1
1
  require 'rubygems'
2
2
  require 'rspec'
3
3
  require 'rspec/autotest'
4
- require 'em/hot_tub'
4
+ require 'em-hot_tub'
5
5
  require 'em-http-request'
6
6
  require "em-synchrony"
7
7
  require "em-synchrony/em-http"
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: em-hot_tub
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.0
4
+ version: 1.0.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Joshua Mckinney
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2015-12-24 00:00:00.000000000 Z
11
+ date: 2015-12-27 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: hot_tub
@@ -137,6 +137,7 @@ files:
137
137
  - README.md
138
138
  - Rakefile
139
139
  - em-hot_tub.gemspec
140
+ - lib/em-hot_tub.rb
140
141
  - lib/em/hot_tub.rb
141
142
  - lib/em/hot_tub/pool.rb
142
143
  - lib/em/hot_tub/reaper.rb
@@ -170,7 +171,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
170
171
  version: '0'
171
172
  requirements: []
172
173
  rubyforge_project:
173
- rubygems_version: 2.4.8
174
+ rubygems_version: 2.5.1
174
175
  signing_key:
175
176
  specification_version: 4
176
177
  summary: EventMachine version of HotTub.