activerecord-reputation-system 1.3.1 → 1.3.2

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.
@@ -34,6 +34,9 @@ class ReputationSystemGenerator < Rails::Generators::Base
34
34
  create_migration_file_if_not_exist 'add_reputations_index'
35
35
  create_migration_file_if_not_exist 'add_evaluations_index'
36
36
  create_migration_file_if_not_exist 'add_reputation_messages_index'
37
+ create_migration_file_if_not_exist 'change_evaluations_index_to_unique'
38
+ create_migration_file_if_not_exist 'change_reputation_messages_index_to_unique'
39
+ create_migration_file_if_not_exist 'change_reputations_index_to_unique'
37
40
  end
38
41
 
39
42
  private
@@ -15,5 +15,5 @@
15
15
  ##
16
16
 
17
17
  module ReputationSystem
18
- VERSION = "1.3.1"
18
+ VERSION = "1.3.2"
19
19
  end
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 1
7
7
  - 3
8
- - 1
9
- version: 1.3.1
8
+ - 2
9
+ version: 1.3.2
10
10
  platform: ruby
11
11
  authors:
12
12
  - Katsuya Noguchi