promiscuous 0.12.0 → 0.12.1
Sign up to get free protection for your applications and to get access to all the features.
- data/lib/promiscuous/ephemeral.rb +1 -0
- data/lib/promiscuous/version.rb +1 -1
- metadata +3 -3
data/lib/promiscuous/version.rb
CHANGED
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: promiscuous
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.12.
|
4
|
+
version: 0.12.1
|
5
5
|
prerelease:
|
6
6
|
platform: ruby
|
7
7
|
authors:
|
@@ -10,7 +10,7 @@ authors:
|
|
10
10
|
autorequire:
|
11
11
|
bindir: bin
|
12
12
|
cert_chain: []
|
13
|
-
date: 2012-11-
|
13
|
+
date: 2012-11-12 00:00:00.000000000 Z
|
14
14
|
dependencies:
|
15
15
|
- !ruby/object:Gem::Dependency
|
16
16
|
name: activesupport
|
@@ -112,7 +112,6 @@ files:
|
|
112
112
|
- lib/promiscuous/common/options.rb
|
113
113
|
- lib/promiscuous/common/worker.rb
|
114
114
|
- lib/promiscuous/config.rb
|
115
|
-
- lib/promiscuous/ephemeral.rb
|
116
115
|
- lib/promiscuous/loader.rb
|
117
116
|
- lib/promiscuous/observer.rb
|
118
117
|
- lib/promiscuous/publisher.rb
|
@@ -164,6 +163,7 @@ files:
|
|
164
163
|
- lib/promiscuous/subscriber/mongoid.rb
|
165
164
|
- lib/promiscuous/worker.rb
|
166
165
|
- lib/promiscuous/subscriber.rb
|
166
|
+
- lib/promiscuous/ephemeral.rb
|
167
167
|
- lib/promiscuous/version.rb
|
168
168
|
- README.md
|
169
169
|
homepage: http://github.com/crowdtap/promiscuous
|