Sha256: 4af3b23df4d3af9949f3add296239fa41c13dde416dd7aeae9c7833ca61e180c

Contents?: true

Size: 485 Bytes

Versions: 5

Compression:

Stored size: 485 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://rubygems.org/gems/inifile'
  version      IniFile::VERSION

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

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
inifile-2.0.2 Rakefile
inifile-2.0.1 Rakefile
inifile-2.0.0 Rakefile
inifile-1.1.0 Rakefile
inifile-1.0.0 Rakefile