RubyGems Navigation menu

gemspec 0.1.0

# Gemspec Gemspec is a convention-over-configuration library for creating gems. ## Gemspec::boilerplate The main functionality of the libary is the `Gemspec::boilerplate` method, which when called with a `Gem::Specification` as its argument, adds standard boilerplate to your gemspec. It assumes you're using `Git`, and it infers most of the gemspec boilerplate from: 1) the name\* of your gem, which defaults to the name of your project's directory 2) your git data Additionally, it: 1) `git init`s your project directory unless it's already been initialized 2) scaffolds out the files and directories your `lib` folder should contain based on your project's name, unless those files and directories already exist. \*The naming convetions it uses are those laid out in http://guides.rubygems.org/name-your-gem/. ## Usage gem install gemspec

Gemfile:
= クリップボードにコピー コピー完了!

インストール:
=

バージョン履歴:

  1. 0.3.1 - June 01, 2015 (526KB)
  2. 0.3.0 - June 01, 2015 (526KB)
  3. 0.2.5 - June 01, 2015 (525KB)
  4. 0.2.3 - May 30, 2015 (524KB)
  5. 0.2.2 - May 30, 2015 (524KB)
  6. 0.1.0 - May 30, 2015 (524KB)
全てのバージョンを表示(全7件)

Runtime依存関係 (3):

activesupport = 4.2.1
memoist = 0.12.0
rake ~> 10.4

所有者:

作者:

  • Petr Skocik

SHA 256チェックサム:

9b9b7d1b592423fcb4ed74d5ceea5f431d29a0cf5046a069ebd9c025aa0ad5b7

累計ダウンロード数 22,403

このバージョンのみ 2,242

ライセンス:

MIT

必要なRubyのバージョン: >= 0

リンク: