Sha256: 17629ad62012c9ee2de4663f8d56a6dd9f7ecaf66428b05ad2e12119a68f120c
Contents?: true
Size: 952 Bytes
Versions: 1
Compression:
Stored size: 952 Bytes
Contents
How to build a library like this ================================ find a name for your library ---------------------------- - Decide what will you going to make and select a good name for your library. - Check is your selected name is already registered on [Ruby Gems](https://rubygems.org). You search for it in [Ruby Gems](https://rubygems.org). - git it Create gemspec -------------- - Create a directory in you file system and open it in your favorite editor. - Create gemspec file. It is easy just create an empty file `name.gemspec` and instead of `name` puts your library name. Create Rakefile --------------- Create lib directory -------------------- Create .gitignore ----------------- ruby.gitignore from [github](https://github.com/github/gitignore/blob/master/Ruby.gitignore) Create directory structures --------------------------- create `lib` and `spec` directories. Create name.rb -------------- create `gemname.rb` in `lib`
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
ibot-0.0.0 | howto.md |