comfy-admin-constructor 0.1.13 → 0.1.14

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,7 +1,7 @@
1
1
  module Comfy
2
2
  module Admin
3
3
  module Constructor
4
- VERSION = "0.1.13"
4
+ VERSION = "0.1.14"
5
5
  end
6
6
  end
7
7
  end
@@ -61,7 +61,7 @@ class CmsAdminGenerator < Rails::Generators::Base
61
61
  end
62
62
 
63
63
  def append_to_nav_template
64
- File.open(destination_path("app/views/admin/_navigation.html.haml", "a")) {|f| f.write("\n%li= link_to 'Blah', '#'\n")}
64
+ File.open(destination_path("app/views/admin/_navigation.html.haml"), "a") {|f| f.write("\n%li= link_to 'Blah', '#'\n")}
65
65
  end
66
66
 
67
67
  private
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.13
4
+ version: 0.1.14
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: