Sha256: 9e35e11d0562f9c4983714b3adc6b8036cbffe1c38b122713febfc66d40a39fa

Contents?: true

Size: 531 Bytes

Versions: 1

Compression:

Stored size: 531 Bytes

Contents

Gem::Specification.new do |s| 
  s.name = 'rack-backend-api'
  s.version = "0.3.1"
  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.3.1 rack-backend-api.gemspec