hands_engine 0.8.5 → 0.8.6

Sign up to get free protection for your applications and to get access to all the features.
@@ -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)