Sha256: 4801927e5d69575f0f8bd73a172e8555795948992647c016249b3f88dd50027a

Contents?: true

Size: 729 Bytes

Versions: 1

Compression:

Stored size: 729 Bytes

Contents

Gem::Specification.new do |s|
  s.name = 'blaggard'
  s.version = '1.0.0'
  s.date = '2013-06-02'
  s.summary = "This is a fork of Grack that adds Branch Level Access control and LDAP Authentication"
  s.description = "This is a fork of Grack that adds Branch Level Access control and LDAP Authentication. This was designed to be used in conjuction with Qualcomm's ChipCode web application"
  s.authors = ['Scott Chacon', 'Dawa Ometto', 'Ryan Canty']
  s.email = 'jrcanty@gmail.com'
  s.files = `git ls-files`.split("\n")
  s.executables << 'blaggard'
  s.homepage = "https://github.com/onetwopunch/blaggard"
  s.license = 'MIT'

  s.add_development_dependency('rspec')
  s.add_dependency('rack')
  s.add_dependency('thor')

end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
blaggard-1.0.0 blaggard.gemspec