Sha256: 2667e7c6ac7008f7db9db37025fd746e3c1b1e89832b2f8d1cbd9ce5f412a5c4
Contents?: true
Size: 1.05 KB
Versions: 1
Compression:
Stored size: 1.05 KB
Contents
require 'rubygems' module Inochi end $LOAD_PATH << File.dirname(__FILE__) require 'inochi/init' require 'inochi/main' require 'inochi/rake' require 'inochi/book' require 'inochi/util' Inochi.init :Inochi, :version => '0.3.0', :release => '2009-02-12', :website => 'http://snk.tuxfamily.org/lib/inochi', :tagline => 'Gives life to RubyGems-based software', :require => { 'rake' => '~> 0', 'rubyforge' => '~> 1', # for publishing gems to RubyForge 'mechanize' => '~> 0', # for automating web browsing 'trollop' => '~> 1', # for parsing command-line options 'erbook' => '~> 6', # for processing the user manual 'launchy' => '~> 0', # for launching a web browser 'yard' => nil, # for generating API documentation 'addressable' => '~> 2', # for parsing URIs properly 'minitest' => ['>= 1.3.1', '< 2'], # for unit testing 'babelfish' => '~> 0', # for human language translation }
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
inochi-0.3.0 | lib/inochi.rb |