seanhussey-woulda 0.2.1 → 0.2.2

Sign up to get free protection for your applications and to get access to all the features.
data/VERSION.yml CHANGED
@@ -1,4 +1,4 @@
1
1
  ---
2
- :patch: 1
2
+ :patch: 2
3
3
  :major: 0
4
4
  :minor: 2
@@ -1,6 +1,6 @@
1
1
  require 'shoulda'
2
- require File.dirname(__FILE__) + '/acts_as_state_machine/macros_old' unless const_defined?(AASM)
3
- require File.dirname(__FILE__) + '/acts_as_state_machine/macros_new' if const_defined?(AASM)
2
+ require File.dirname(__FILE__) + '/acts_as_state_machine/macros_old' unless defined?(AASM)
3
+ require File.dirname(__FILE__) + '/acts_as_state_machine/macros_new' if defined?(AASM)
4
4
 
5
5
  Test::Unit::TestCase.class_eval do
6
6
  extend Woulda::ActsAsStateMachine::Macros
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: seanhussey-woulda
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.1
4
+ version: 0.2.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Sean Hussey
@@ -10,7 +10,7 @@ autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
12
 
13
- date: 2009-02-24 00:00:00 -08:00
13
+ date: 2009-02-25 00:00:00 -08:00
14
14
  default_executable:
15
15
  dependencies:
16
16
  - !ruby/object:Gem::Dependency