Sha256: 812e2cb85b908774292bfb6eec8814abebc31a5fd0365751f804dc9adfea5c9c

Contents?: true

Size: 662 Bytes

Versions: 1

Compression:

Stored size: 662 Bytes

Contents

require 'rubygems'
require 'rake/gempackagetask'

spec = Gem::Specification.new do |s|

	s.platform   = 'mswin32'
    s.name       = "inetmgr"
    s.version    = "0.2.0"
    s.summary    = "A library for managing IIS configuration settings."
    s.description = "inetmgr allows you to inspect/configure IIS configuration sections and elements."

	s.required_ruby_version     = '>= 1.8.7'
	s.required_rubygems_version = ">= 1.3.6"
	
	s.author     = "Gino Heyman"
    s.email      = "gino.heyman@gmail.com"
    s.homepage   = "http://typesafe.be/inetmgr/"

    s.files      = FileList["**/**/*"].to_a
    s.require_path      = "lib"
    
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
inetmgr-0.2.0-mswin32 inetmgr.gemspec