motion-state-machine 0.8.3 → 0.8.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/README.md +1 -1
- data/Rakefile +1 -1
- data/lib/motion-state-machine/version.rb +1 -1
- data/motion-state-machine.gemspec +1 -0
- metadata +4 -3
data/README.md
CHANGED
|
@@ -25,7 +25,7 @@ fsm.when :awake do |state|
|
|
|
25
25
|
end
|
|
26
26
|
```
|
|
27
27
|
|
|
28
|
-
See below for more examples and usage instructions.
|
|
28
|
+
See below for more examples and usage instructions or consult the [RubyDoc page on RubyGems](http://rubydoc.info/github/opyh/motion-state-machine/frames).
|
|
29
29
|
|
|
30
30
|
## Motivation
|
|
31
31
|
|
data/Rakefile
CHANGED
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: motion-state-machine
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.8.
|
|
4
|
+
version: 0.8.4
|
|
5
5
|
prerelease:
|
|
6
6
|
platform: ruby
|
|
7
7
|
authors:
|
|
@@ -9,7 +9,7 @@ authors:
|
|
|
9
9
|
autorequire:
|
|
10
10
|
bindir: bin
|
|
11
11
|
cert_chain: []
|
|
12
|
-
date: 2013-10-
|
|
12
|
+
date: 2013-10-04 00:00:00.000000000 Z
|
|
13
13
|
dependencies:
|
|
14
14
|
- !ruby/object:Gem::Dependency
|
|
15
15
|
name: rake
|
|
@@ -56,7 +56,8 @@ files:
|
|
|
56
56
|
- spec/timed_transition_spec.rb
|
|
57
57
|
- spec/transition_spec.rb
|
|
58
58
|
homepage: https://github.com/opyh/motion-state-machine
|
|
59
|
-
licenses:
|
|
59
|
+
licenses:
|
|
60
|
+
- MIT
|
|
60
61
|
post_install_message:
|
|
61
62
|
rdoc_options: []
|
|
62
63
|
require_paths:
|