Sha256: 37f487e0ddf5a058b51235c7219fb3cebc20dbdd8093edda51cb3bb42b310a73

Contents?: true

Size: 669 Bytes

Versions: 1

Compression:

Stored size: 669 Bytes

Contents

Gem::Specification.new do |s|
  s.name        = 'flatspace'
  s.version     = '0.0.2'
  s.date        = '2017-01-05'
  s.summary     = "Ruby helpers for making flatspace apps"
  s.description = "These helpers make it easy to make apps with Sinatra or other Rack based frameworks"
  s.authors     = ["Fugroup Limited"]
  s.email       = 'mail@fugroup.net'

  s.add_runtime_dependency 'sinatra', '~> 1.4'
  s.add_development_dependency 'futest', '~> 0'

  s.homepage    = 'https://github.com/fugroup/flatspace'
  s.license     = 'MIT'

  s.require_paths = ['lib']
  s.files = `git ls-files -z`.split("\x0").reject do |f|
    f.match(%r{^(test|spec|features)/})
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
flatspace-0.0.2 flatspace.gemspec