Sha256: 02a7c38cbbdbe39e56cd946131f67ca51926de0ecb22f08b49a1d70924c9c082

Contents?: true

Size: 1.06 KB

Versions: 10

Compression:

Stored size: 1.06 KB

Contents

version = File.read(File.expand_path('../asf.version', __FILE__)).strip

Gem::Specification.new do |s|

  # Change these as appropriate
  s.name           = "whimsy-asf"
  s.license        = 'Apache License, Version 2.0'
  s.version        = version
  s.summary        = "Whimsy 'model' of the ASF"
  s.author         = "Sam Ruby"
  s.email          = "rubys@intertwingly.net"
  s.homepage       = "https://whimsy.apache.org/"
  s.description    = <<-EOD
    This package contains a set of classes which encapsulate access
    to a number of data sources such as LDAP, ICLAs, auth lists, etc.
  EOD

  # Add any extra files to include in the gem
  s.files             = Dir.glob(["asf.*", "lib/**/*"])
  s.require_paths     = ["lib"]

  # If you want to depend on other gems, add them here, along with any
  # relevant versions
  s.add_dependency("nokogiri")
  s.add_dependency("rack")
  s.add_dependency("ruby-ldap")
  s.add_dependency("tzinfo")
  s.add_dependency("wunderbar")

  # If your tests use any gems, include them here
  # s.add_development_dependency("mocha") # for example
end

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
whimsy-asf-0.0.10 asf.gemspec
whimsy-asf-0.0.9 asf.gemspec
whimsy-asf-0.0.8 asf.gemspec
whimsy-asf-0.0.7 asf.gemspec
whimsy-asf-0.0.6 asf.gemspec
whimsy-asf-0.0.5 asf.gemspec
whimsy-asf-0.0.4 asf.gemspec
whimsy-asf-0.0.3 asf.gemspec
whimsy-asf-0.0.2 asf.gemspec
whimsy-asf-0.0.1 asf.gemspec