Giter Site home page Giter Site logo

gemify's Introduction

Gemify, the gemspec generator

Overview

Gemify is a simple tool which helps you generate gemspecs (which are used for building gems) and verify that your project follows the common and proven way to structure your Ruby packages.

Getting started

Generating gemspec:

$ gem install gemify
$ cd myproject (which doesn't have a gemspec yet)
$ gemify
Gemify needs to know a bit about your project, but should be
able to guess most of the information. Type the value if you
need to correct it, or press ENTER to accept the suggestion by Gemify.

Project name:        gemify? 
Namespace:           Gemify? 
Library:             lib/gemify? 

*** Verifying the structure of lib/
[+] Please consider to define Gemify::VERSION in lib/gemify/version.rb
[.] Done

*** Verifying the structure of bin/
[.] Done

*** Verifying the structure of ext/
[.] Done

*** Generating a gemspec
[.] Done

Please open gemify.gemspec in your text editor and fill out the details.

You should fix any warnings that was reported above. You won't need to
generate a new gemspec after you've fixed them.

You must also define Gemify::VERSION in lib/gemify/version.rb.
Gemify has automatically created the file for you, so simply
open it in your text editor and fill in the current version.

Or if you just want to verify it:

$ gemify -v

Build and share a gem

Let's not reinvent the wheel, shall we?

$ gem build foo.gemspec
$ gem push foo.gem

Acknowledgements

Thanks to Pat Nakajima for reminding me that Gemify still has its uses.

Contributors

  • David A. Cuadrado
  • Ben Wyrosdick
  • Chris Wanstrath
  • Pat Nakajima
  • Vincent Landgraf

gemify's People

Stargazers

 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.