state_machine_history 0.2.1 → 0.2.2
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/README.rdoc +0 -0
- data/generators/state_machine_history/state_machine_history_generator.rb +0 -0
- data/generators/state_machine_history/templates/create_machine_history.rb +0 -0
- data/generators/state_machine_history_2/USAGE +0 -0
- data/generators/state_machine_history_2/state_machine_history_2_generator.rb +0 -0
- data/generators/state_machine_history_2/templates/create_machine_history.rb +0 -0
- data/lib/machine_history.rb +0 -0
- data/lib/state_machine_history.rb +0 -0
- metadata +11 -11
data/README.rdoc
CHANGED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
data/lib/machine_history.rb
CHANGED
|
File without changes
|
|
File without changes
|
metadata
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: state_machine_history
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
hash:
|
|
4
|
+
hash: 19
|
|
5
5
|
prerelease: false
|
|
6
6
|
segments:
|
|
7
7
|
- 0
|
|
8
8
|
- 2
|
|
9
|
-
-
|
|
10
|
-
version: 0.2.
|
|
9
|
+
- 2
|
|
10
|
+
version: 0.2.2
|
|
11
11
|
platform: ruby
|
|
12
12
|
authors:
|
|
13
13
|
- Sphere Consulting Inc.
|
|
@@ -15,7 +15,7 @@ autorequire:
|
|
|
15
15
|
bindir: bin
|
|
16
16
|
cert_chain: []
|
|
17
17
|
|
|
18
|
-
date: 2010-12-
|
|
18
|
+
date: 2010-12-21 00:00:00 +02:00
|
|
19
19
|
default_executable:
|
|
20
20
|
dependencies:
|
|
21
21
|
- !ruby/object:Gem::Dependency
|
|
@@ -34,7 +34,7 @@ dependencies:
|
|
|
34
34
|
version: 0.9.4
|
|
35
35
|
type: :runtime
|
|
36
36
|
version_requirements: *id001
|
|
37
|
-
description: "
|
|
37
|
+
description: " state_machine history for Ruby On Rails applications\n"
|
|
38
38
|
email:
|
|
39
39
|
executables: []
|
|
40
40
|
|
|
@@ -43,14 +43,14 @@ extensions: []
|
|
|
43
43
|
extra_rdoc_files: []
|
|
44
44
|
|
|
45
45
|
files:
|
|
46
|
-
-
|
|
46
|
+
- lib/state_machine_history.rb
|
|
47
|
+
- lib/machine_history.rb
|
|
48
|
+
- README.rdoc
|
|
47
49
|
- generators/state_machine_history/templates/create_machine_history.rb
|
|
48
|
-
- generators/
|
|
50
|
+
- generators/state_machine_history/state_machine_history_generator.rb
|
|
49
51
|
- generators/state_machine_history_2/templates/create_machine_history.rb
|
|
50
52
|
- generators/state_machine_history_2/USAGE
|
|
51
|
-
-
|
|
52
|
-
- lib/state_machine_history.rb
|
|
53
|
-
- README.rdoc
|
|
53
|
+
- generators/state_machine_history_2/state_machine_history_2_generator.rb
|
|
54
54
|
has_rdoc: true
|
|
55
55
|
homepage: https://github.com/SphereConsultingInc/state_machine_history/
|
|
56
56
|
licenses: []
|
|
@@ -88,6 +88,6 @@ rubyforge_project:
|
|
|
88
88
|
rubygems_version: 1.3.7
|
|
89
89
|
signing_key:
|
|
90
90
|
specification_version: 3
|
|
91
|
-
summary:
|
|
91
|
+
summary: state_machine history for Ruby On Rails applications
|
|
92
92
|
test_files: []
|
|
93
93
|
|