comfy-admin-constructor 0.1.8 → 0.1.9

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.
@@ -12,6 +12,6 @@ Gem::Specification.new do |gem|
12
12
  gem.executables = gem.files.grep(%r{^bin/}).map{ |f| File.basename(f) }
13
13
  gem.test_files = gem.files.grep(%r{^(test|spec|features)/})
14
14
  gem.name = "comfy-admin-constructor"
15
- gem.require_paths = ["lib", "generators"]
15
+ gem.require_paths = ["lib"]
16
16
  gem.version = Comfy::Admin::Constructor::VERSION
17
17
  end
@@ -1,7 +1,7 @@
1
1
  module Comfy
2
2
  module Admin
3
3
  module Constructor
4
- VERSION = "0.1.8"
4
+ VERSION = "0.1.9"
5
5
  end
6
6
  end
7
7
  end
@@ -0,0 +1 @@
1
+ / Admin navigation hook
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.8
4
+ version: 0.1.9
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -52,7 +52,6 @@ post_install_message:
52
52
  rdoc_options: []
53
53
  require_paths:
54
54
  - lib
55
- - generators
56
55
  required_ruby_version: !ruby/object:Gem::Requirement
57
56
  none: false
58
57
  requirements: