pipa-statelogic 0.1.3 → 0.1.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
data/CHANGELOG CHANGED
File without changes
File without changes
@@ -1,5 +1,5 @@
1
1
  === Introduction
2
- Hi there!
2
+ O hai!
3
3
 
4
4
  === Features
5
5
  - State transitions validation.
@@ -16,7 +16,9 @@ callback and validation options (as in edge Rails).
16
16
  Installable as a plugin too.
17
17
 
18
18
  === Bugs & such
19
- http://pipa.lighthouseapp.com/projects/22857-statelogic
19
+ Please report via Github issue tracking.
20
+
21
+ Hint: If you feel like generous today you can tip me at http://tipjoy.com/u/pisuka
20
22
 
21
23
  === Example
22
24
  class Order < ActiveRecord::Base
data/Rakefile CHANGED
File without changes
File without changes
File without changes
@@ -1,4 +1,4 @@
1
- require 'statelogic/callbacks_ext' if (Rails::VERSION::MAJOR == 2 && Rails::VERSION::MINOR >= 3) || Rails::VERSION::MAJOR > 2
1
+ require 'statelogic/callbacks_ext'
2
2
 
3
3
  module Statelogic
4
4
  module ActiveRecord
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: pipa-statelogic
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.3
4
+ version: 0.1.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Igor Gunko
@@ -9,7 +9,7 @@ autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
11
 
12
- date: 2009-02-21 00:00:00 -08:00
12
+ date: 2009-04-26 00:00:00 -07:00
13
13
  default_executable:
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency
@@ -67,7 +67,6 @@ homepage: http://github.com/pipa/statelogic
67
67
  post_install_message:
68
68
  rdoc_options:
69
69
  - --line-numbers
70
- - --inline-source
71
70
  - --main
72
71
  - README.rdoc
73
72
  require_paths: