File tree 4 files changed +21
-2
lines changed
4 files changed +21
-2
lines changed Original file line number Diff line number Diff line change
1
+ = 5.2.0 (Dec 14, 2017)
2
+ * Fix regression in generator around belongs_to options compatibility
3
+ * Update version of database_cleaner
4
+ * Update initializer.rb to include the remove_role_if_empty option and description
5
+ * Allow inverse_of option on rolify method
6
+ * Fix the code-climate-reporter issue that's causing travis to fail
7
+ * Remove a separate index for the name column
8
+ * Fix migration generator for AR 5.x
9
+ * Fixed ambiguous column error
10
+
1
11
= 5.1.0 (Mar 19, 2016)
2
12
* Rails 5 Support (thanks @lorefnon)
3
13
* Fix user handling in generator (thanks @lorefnon)
Original file line number Diff line number Diff line change @@ -6,3 +6,12 @@ Mauro George (@MauroGeorge)
6
6
Cheri Allen(@cherimarie)
7
7
Gaurab Paul (@lorefnon)
8
8
Dmitry Krakosevich (@DmitryKK)
9
+ Michael Watts (@mikwat)
10
+ Derek Ethier (@ethier)
11
+ Michael (@mibamur)
12
+ Undo1 (@Undo1)
13
+ Hitabis Engineering (@Hitabis)
14
+ Sergey Alekseev (@sergey-alekseev)
15
+ Sankalp Kulshreshtha (@sankalpk)
16
+ Kirill Sevastyanenko (@kirillseva)
17
+ Denis Shevchenko (@SimplySorc)
Original file line number Diff line number Diff line change 1
- Copyright (c) 2016 Florent Monbillard
1
+ Copyright (c) 2017 Florent Monbillard
2
2
3
3
Permission is hereby granted, free of charge, to any person obtaining
4
4
a copy of this software and associated documentation files (the
Original file line number Diff line number Diff line change 1
1
module Rolify
2
- VERSION = "5.1 .0"
2
+ VERSION = "5.2 .0"
3
3
end
You can’t perform that action at this time.
0 commit comments