comfy-admin-constructor 0.1.6 → 0.1.7

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.6"
4
+ VERSION = "0.1.7"
5
5
  end
6
6
  end
7
7
  end
@@ -56,7 +56,7 @@ class CmsAdminGenerator < Rails::Generators::Base
56
56
 
57
57
  def add_navigation
58
58
  if !File.exist? destination_path("app/views/admin/_navigation.html.haml")
59
- template "_navgation.html.haml", "app/views/admin/_navigation.html.haml"
59
+ template "partials/_navgation.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.6
4
+ version: 0.1.7
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -29,7 +29,7 @@ files:
29
29
  - lib/comfy-admin-constructor/version.rb
30
30
  - lib/generators/cms_admin/USAGE
31
31
  - lib/generators/cms_admin/cms_admin_generator.rb
32
- - lib/generators/cms_admin/templates/_navigation.html.haml
32
+ - lib/generators/cms_admin/templates/.DS_Store
33
33
  - lib/generators/cms_admin/templates/actions/create.rb
34
34
  - lib/generators/cms_admin/templates/actions/destroy.rb
35
35
  - lib/generators/cms_admin/templates/actions/edit.rb
@@ -39,6 +39,7 @@ files:
39
39
  - lib/generators/cms_admin/templates/controller.rb
40
40
  - lib/generators/cms_admin/templates/migration.rb
41
41
  - lib/generators/cms_admin/templates/model.rb
42
+ - lib/generators/cms_admin/templates/partials/_navigation.html.haml
42
43
  - lib/generators/cms_admin/templates/protected/build.rb
43
44
  - lib/generators/cms_admin/templates/protected/load.rb
44
45
  - lib/generators/cms_admin/templates/views/_form.html.haml