Sha256: 4594ff0bdbdf7ba795f127b820ca4e74b84d0345353db2c4c30afb4c2838b444

Contents?: true

Size: 618 Bytes

Versions: 1

Compression:

Stored size: 618 Bytes

Contents

require 'rubygems'
gem 'inochi', '~> 0'
require 'inochi'

Inochi.init :Testing_please_ignore2,
  :project => 'TestingPleaseIgnore2',
  :version => '0.0.0',
  :release => '2009-01-18',
  :website => 'http://testing_please_ignore2.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_ignore2-0.0.0 lib/testing_please_ignore2.rb