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 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
@@ -6,9 +6,9 @@ require 'rubygems'
6
6
  require 'rake'
7
7
  require 'motion/project/template/ios'
8
8
  require "bundler/gem_tasks"
9
+
9
10
  Bundler.setup
10
11
  Bundler.require
11
- Bundler::GemHelper.install_tasks
12
12
 
13
13
  Motion::Project::App.setup do |app|
14
14
  app.name = 'Spec Suite'
@@ -1,3 +1,3 @@
1
1
  module StateMachine
2
- VERSION = "0.8.3"
2
+ VERSION = "0.8.4"
3
3
  end
@@ -14,6 +14,7 @@ Gem::Specification.new do |gem|
14
14
  gem.name = "motion-state-machine"
15
15
  gem.require_paths = ["lib"]
16
16
  gem.version = StateMachine::VERSION
17
+ gem.license = 'MIT'
17
18
 
18
19
  gem.add_development_dependency 'rake'
19
20
  end
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.3
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-03 00:00:00.000000000 Z
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: