hands_engine 1.3.2 → 1.3.4

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 = "1.3.2"
2
+ VERSION = "1.3.4"
3
3
  end
@@ -0,0 +1,3 @@
1
+ Rails.application.routes.draw do
2
+ # Coloque rotas específicas do app se necessário aqui
3
+ end
metadata CHANGED
@@ -2,7 +2,7 @@
2
2
  name: hands_engine
3
3
  version: !ruby/object:Gem::Version
4
4
  prerelease:
5
- version: 1.3.2
5
+ version: 1.3.4
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-19 00:00:00 -03:00
13
+ date: 2011-05-25 00:00:00 -03:00
14
14
  default_executable:
15
15
  dependencies:
16
16
  - !ruby/object:Gem::Dependency
@@ -68,15 +68,15 @@ files:
68
68
  - lib/templates/root/lib/%underscored%/engine.rb.tt
69
69
  - lib/templates/root/public/images/%underscored%/rails.png
70
70
  - lib/templates/themes/%underscored%.gemspec.tt
71
+ - lib/templates/themes/app/views/templates/_%underscored%.html.erb
71
72
  - lib/templates/themes/behavior.yml
73
+ - lib/templates/themes/config/routes.rb
72
74
  - lib/templates/themes/layout.html.erb
73
75
  - lib/templates/themes/lib/%underscored%.rb.tt
74
76
  - lib/templates/themes/lib/%underscored%/engine.rb.tt
75
77
  - lib/templates/themes/public/images/%underscored%/rails.png
76
78
  - lib/templates/themes/public/javascripts/%underscored%/script.js
77
- - lib/templates/themes/public/stylesheets/%underscored%/colors.css
78
79
  - lib/templates/themes/public/stylesheets/%underscored%/style.css
79
- - lib/templates/themes/views/templates/_%underscored%.html.erb
80
80
  - spec/hands_engine_spec.rb
81
81
  - spec/spec_helper.rb
82
82
  has_rdoc: true