killian-aasm 2.0.8 → 2.0.9

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. data/lib/aasm.rb +1 -1
  2. metadata +1 -1
data/lib/aasm.rb CHANGED
@@ -5,7 +5,7 @@ require File.join(File.dirname(__FILE__), "Persistence", 'persistence')
5
5
 
6
6
  module AASM
7
7
  def self.Version
8
- '2.0.7'
8
+ '2.0.9'
9
9
  end
10
10
 
11
11
  class InvalidTransition < RuntimeError
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: killian-aasm
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.0.8
4
+ version: 2.0.9
5
5
  platform: ruby
6
6
  authors:
7
7
  - Scott Barron