comfy-admin-constructor 0.1.9 → 0.1.10

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,7 +1,7 @@
1
1
  module Comfy
2
2
  module Admin
3
3
  module Constructor
4
- VERSION = "0.1.9"
4
+ VERSION = "0.1.10"
5
5
  end
6
6
  end
7
7
  end
@@ -54,9 +54,9 @@ class CmsAdminGenerator < Rails::Generators::Base
54
54
  }
55
55
  end
56
56
 
57
- def add_navigation
57
+ def create_nav_template_if_needed
58
58
  if !File.exist? destination_path("app/views/admin/_navigation.html.haml")
59
- template "partials/_navgation.html.haml", "app/views/admin/_navigation.html.haml"
59
+ template "partials/_navigation.html.haml", "app/views/admin/_navigation.html.haml"
60
60
  end
61
61
  end
62
62
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: comfy-admin-constructor
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.9
4
+ version: 0.1.10
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: