activerecord-reputation-system 1.3.2 → 1.3.3

Sign up to get free protection for your applications and to get access to all the features.
@@ -14,7 +14,7 @@
14
14
  # limitations under the License.
15
15
  ##
16
16
 
17
- class ChangeReputationMessagesIndex < ActiveRecord::Migration
17
+ class ChangeReputationMessagesIndexUnique < ActiveRecord::Migration
18
18
  def self.up
19
19
  remove_index :rs_reputation_messages, :name => "index_rs_reputation_messages_on_receiver_id_and_sender"
20
20
  add_index :rs_reputation_messages, [:receiver_id, :sender_id, :sender_type], :name => "index_rs_reputation_messages_on_receiver_id_and_sender", :unique => true
@@ -15,5 +15,5 @@
15
15
  ##
16
16
 
17
17
  module ReputationSystem
18
- VERSION = "1.3.2"
18
+ VERSION = "1.3.3"
19
19
  end
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 1
7
7
  - 3
8
- - 2
9
- version: 1.3.2
8
+ - 3
9
+ version: 1.3.3
10
10
  platform: ruby
11
11
  authors:
12
12
  - Katsuya Noguchi