Skip to content

Commit d2602a5

Browse files
committed
Prepare version 5.2.0
1 parent bf6b9a1 commit d2602a5

File tree

4 files changed

+21
-2
lines changed

4 files changed

+21
-2
lines changed

CHANGELOG.rdoc

+10
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
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+
111
= 5.1.0 (Mar 19, 2016)
212
* Rails 5 Support (thanks @lorefnon)
313
* Fix user handling in generator (thanks @lorefnon)

CONTRIBUTORS

+9
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,12 @@ Mauro George (@MauroGeorge)
66
Cheri Allen(@cherimarie)
77
Gaurab Paul (@lorefnon)
88
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)

LICENSE

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Copyright (c) 2016 Florent Monbillard
1+
Copyright (c) 2017 Florent Monbillard
22

33
Permission is hereby granted, free of charge, to any person obtaining
44
a copy of this software and associated documentation files (the

lib/rolify/version.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module Rolify
2-
VERSION = "5.1.0"
2+
VERSION = "5.2.0"
33
end

0 commit comments

Comments
 (0)