promiscuous 0.8.2 → 0.8.3

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.
@@ -36,6 +36,7 @@ module Promiscuous::Publisher::Model
36
36
  self.class.promiscuous_publisher.new(:instance => self, :operation => operation).amqp_publish
37
37
  end
38
38
  end
39
+ alias :promiscuous_sync :promiscuous_publish_update
39
40
  end
40
41
  end
41
42
  end
@@ -1,3 +1,3 @@
1
1
  module Promiscuous
2
- VERSION = '0.8.2'
2
+ VERSION = '0.8.3'
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.8.2
4
+ version: 0.8.3
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-08-28 00:00:00.000000000 Z
13
+ date: 2012-08-29 00:00:00.000000000 Z
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency
16
16
  name: activesupport
@@ -101,9 +101,9 @@ files:
101
101
  - lib/promiscuous/publisher/lint/class.rb
102
102
  - lib/promiscuous/publisher/lint/polymorphic.rb
103
103
  - lib/promiscuous/publisher/mock.rb
104
- - lib/promiscuous/publisher/model.rb
105
104
  - lib/promiscuous/publisher/mongoid.rb
106
105
  - lib/promiscuous/publisher/polymorphic.rb
106
+ - lib/promiscuous/publisher/model.rb
107
107
  - lib/promiscuous/railtie/replicate.rake
108
108
  - lib/promiscuous/subscriber/envelope.rb
109
109
  - lib/promiscuous/subscriber/error.rb