Skip to content

Gem Structure #1

@yfeldblum

Description

@yfeldblum

How to give this project a standard gem structure.

  • Run bundle gem in the root of the project to get a .gemspec, a Gemfile, and a lib directory with a version.rb.
  • Move Ruby code files to lib/knife/libvirt/(flavor|host|server|storage).rb.
  • Add a lib/knife/libvirt.rb which requires each of the above.
  • Add a lib/knife-libvirt.rb which requires knife/libvirt (optional).

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions