Sha256: 54b2c48afcebd31da94e330ae88ba1d662309c6b4aec394444fea19c8dbd4910

Contents?: true

Size: 530 Bytes

Versions: 1

Compression:

Stored size: 530 Bytes

Contents

Gem::Specification.new do |s| 
  s.name = 'rack-backend-api'
  s.version = "0.2.3"
  s.platform = Gem::Platform::RUBY
  s.summary = "A Rack middleware that provides a simple API for your Admin section"
  s.description = "The purpose of this Rack Middleware is to provide an API that interfaces with database actions in order to build a CMS."
  s.files = `git ls-files`.split("\n").sort
  s.require_path = './lib'
  s.author = "Mickael Riga"
  s.email = "mig@mypeplum.com"
  s.homepage = "http://github.com/mig-hub/backend-api"
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
rack-backend-api-0.2.3 rack-backend-api.gemspec