Sha256: 3c34c373878a16eacd9228dbaba583de92322e2ae80ceca99e5dba6056d232e4
Contents?: true
Size: 621 Bytes
Versions: 1
Compression:
Stored size: 621 Bytes
Contents
require 'rubygems' gem 'inochi', '~> 0' require 'inochi' Inochi.init :Testing_please_ignore, :project => 'testing... please ignore!', :version => '0.0.0', :release => '2009-01-18', :website => 'http://testing_please_ignore.rubyforge.org', :tagline => 'TODO: put a single line description of your project here.', :require => { # TODO: list gems required by your project here. # NOTE: this is completely optional! # # example: if your project needs version 9.9.9 of the 'foo' gem: # 'foo' => '9.9.9', # # example: if any version of a gem is acceptable then: # 'foo' => nil, }
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
testing_please_ignore-0.0.0 | lib/testing_please_ignore.rb |