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 +0 -0
- data/MIT-LICENSE +0 -0
- data/README.rdoc +4 -2
- data/Rakefile +0 -0
- data/lib/pipa-statelogic.rb +0 -0
- data/lib/statelogic.rb +0 -0
- data/lib/statelogic/activerecord.rb +1 -1
- data/lib/statelogic/callbacks_ext.rb +0 -0
- data/rails/init.rb +0 -0
- data/shoulda_macros/statelogic.rb +0 -0
- data/test/fixtures/orders.yml +0 -0
- data/test/schema.rb +0 -0
- data/test/statelogic_test.rb +0 -0
- data/test/test_helper.rb +0 -0
- metadata +2 -3
data/CHANGELOG
CHANGED
|
File without changes
|
data/MIT-LICENSE
CHANGED
|
File without changes
|
data/README.rdoc
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
=== Introduction
|
|
2
|
-
|
|
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
|
-
|
|
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
|
data/lib/pipa-statelogic.rb
CHANGED
|
File without changes
|
data/lib/statelogic.rb
CHANGED
|
File without changes
|
|
File without changes
|
data/rails/init.rb
CHANGED
|
File without changes
|
|
File without changes
|
data/test/fixtures/orders.yml
CHANGED
|
File without changes
|
data/test/schema.rb
CHANGED
|
File without changes
|
data/test/statelogic_test.rb
CHANGED
|
File without changes
|
data/test/test_helper.rb
CHANGED
|
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.
|
|
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-
|
|
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:
|