hands_engine 0.8.5 → 0.8.6

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.
@@ -1,3 +1,3 @@
1
1
  module HandsEngine
2
- VERSION = "0.8.5"
2
+ VERSION = "0.8.6"
3
3
  end
@@ -1 +1 @@
1
- <h1>Hi, I'm a index!</h1>
1
+ <h1>Hi, I'm an index!</h1>
@@ -1,5 +1,5 @@
1
1
  Rails.application.routes.draw do
2
2
  namespace :<%= underscored %> do
3
- root to: => 'example#index'
3
+ root :to => 'example#index'
4
4
  end
5
5
  end
metadata CHANGED
@@ -2,7 +2,7 @@
2
2
  name: hands_engine
3
3
  version: !ruby/object:Gem::Version
4
4
  prerelease:
5
- version: 0.8.5
5
+ version: 0.8.6
6
6
  platform: ruby
7
7
  authors:
8
8
  - Bruno S. Barros (Hands Mobile)