Skip to content

Commit 549a8d3

Browse files
author
Steffen Bartsch
committed
Bumped minor to 0.5.7
1 parent a4d318f commit 549a8d3

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

CHANGELOG

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
** RELEASE 0.5.7 (Mar 10, 2013)
2+
3+
* Ruby 2.0 compatibility [jhawthorn]
4+
15
** RELEASE 0.5.6 (Sep 23, 2012)
26

37
* Fix handling of stray object associations [jhawthorn]

README.rdoc

+1-1
Original file line numberDiff line numberDiff line change
@@ -515,7 +515,7 @@ sbartsch at tzi.org
515515

516516
Thanks to John Joseph Bachir, Dennis Blöte, Eike Carls, Damian Caruso, Kai Chen, Erik Dahlstrand,
517517
Jeroen van Dijk, Alexander Dobriakov, Sebastian Dyck, Ari Epstein, Jeremy Friesen,
518-
Tim Harper, John Hawthorn, hollownest, Daniel Kristensen, Jeremy Kleindl,
518+
Tim Harper, John Hawthorn, hollownest, Daniel Kristensen, Jeremy Kleindl, Joel Kociolek,
519519
Benjamin ter Kuile, Brad Langhorst, Brian Langenfeld,
520520
Georg Ledermann, Geoff Longman, Olly Lylo, Mark Mansour, Thomas Maurer, Kevin Moore,
521521
Tyler Pickett, Edward Rudd, Sharagoz,

declarative_authorization.gemspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
Gem::Specification.new do |s|
44
s.name = "declarative_authorization"
5-
s.version = "0.5.6"
5+
s.version = "0.5.7"
66

77
s.required_ruby_version = ">= 1.8.6"
88
s.authors = ["Steffen Bartsch"]

0 commit comments

Comments
 (0)