hands_engine 1.3.0 → 1.3.1

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.0"
2
+ VERSION = "1.3.1"
3
3
  end
data/lib/hands_engine.rb CHANGED
@@ -75,7 +75,6 @@ class HandsEngine < Thor::Group
75
75
  remove_file "doc"
76
76
  remove_file "log"
77
77
  remove_file "Gemfile"
78
- remove_file "public/javascripts"
79
78
  remove_file "public/images/rails.png"
80
79
  remove_file "public/index.html"
81
80
  remove_file "public/robots.txt"
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.0
5
+ version: 1.3.1
6
6
  platform: ruby
7
7
  authors:
8
8
  - Bruno S. Barros (Hands Mobile)