promiscuous 0.12.0 → 0.12.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.
@@ -10,4 +10,5 @@ class Promiscuous::Ephemeral
10
10
  def save
11
11
  self.class.promiscuous_publisher.new(:instance => self).publish
12
12
  end
13
+ alias save! save
13
14
  end
@@ -1,3 +1,3 @@
1
1
  module Promiscuous
2
- VERSION = '0.12.0'
2
+ VERSION = '0.12.1'
3
3
  end
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.0
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-07 00:00:00.000000000 Z
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