Skip to content

Commit

Permalink
Tag 0.5.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
obrie committed Jan 11, 2009
1 parent 74a3b51 commit ddc8d1a
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.rdoc
@@ -1,5 +1,7 @@
== master

== 0.5.0 / 2008-01-11

* Add to_name and from_name to transition objects
* Add nicely formatted #inspect for transitions
* Fix ActiveRecord integrations failing when the database doesn't exist yet
Expand Down
2 changes: 1 addition & 1 deletion LICENSE
@@ -1,4 +1,4 @@
Copyright (c) 2006-2008 Aaron Pfefier
Copyright (c) 2006-2009 Aaron Pfefier

Permission is hereby granted, free of charge, to any person obtaining
a copy of this software and associated documentation files (the
Expand Down
2 changes: 1 addition & 1 deletion Rakefile
Expand Up @@ -5,7 +5,7 @@ require 'rake/contrib/sshpublisher'

spec = Gem::Specification.new do |s|
s.name = 'state_machine'
s.version = '0.4.3'
s.version = '0.5.0'
s.platform = Gem::Platform::RUBY
s.summary = 'Adds support for creating state machines for attributes on any Ruby class'

Expand Down

0 comments on commit ddc8d1a

Please sign in to comment.