hands_engine 0.8.4 → 0.8.5

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.4"
2
+ VERSION = "0.8.5"
3
3
  end
@@ -4,6 +4,6 @@ Gem::Specification.new do |s|
4
4
  s.name = "<%= underscored %>"
5
5
  s.summary = "<%= camelized %> mobilized by Hands."
6
6
  s.description = "<%= camelized %> mobilized by Hands."
7
- s.files = Dir["{app,lib,config}/**/*"] + ["MIT-LICENSE", "Rakefile", "Gemfile", "README.rdoc"]
7
+ s.files = Dir["{app,lib,config}/**/*"]
8
8
  s.version = "0.0.1"
9
9
  end
@@ -1,5 +1,5 @@
1
1
  Rails.application.routes.draw do
2
2
  namespace :<%= underscored %> do
3
- match 'example' => 'example#index', :as => :teste
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.4
5
+ version: 0.8.5
6
6
  platform: ruby
7
7
  authors:
8
8
  - Bruno S. Barros (Hands Mobile)
@@ -10,7 +10,7 @@ autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
12
 
13
- date: 2011-05-04 00:00:00 -03:00
13
+ date: 2011-05-05 00:00:00 -03:00
14
14
  default_executable:
15
15
  dependencies: []
16
16