Sha256: fca462a806073b000b0e727914b4467761a6715080934afa7edd862ffee9c3f7

Contents?: true

Size: 514 Bytes

Versions: 4

Compression:

Stored size: 514 Bytes

Contents

begin
  require 'bones'
rescue LoadError
  abort '### please install the "bones" gem ###'
end

ensure_in_path 'lib'
require 'inifile'

task :default => 'test:run'
task 'gem:release' => 'test:run'

Bones {
  name         'inifile'
  summary      'INI file reader and writer'
  authors      'Tim Pease'
  email        'tim.pease@gmail.com'
  url          'http://gemcutter.org/gems/inifile'
  version      IniFile::VERSION
  ignore_file  '.gitignore'

  use_gmail
  depend_on    'bones-git', :development => true
}

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
inifile-0.4.1 Rakefile
inifile-0.4.0 Rakefile
inifile-0.3.0 Rakefile
inifile-0.2.1 Rakefile