Sha256: 6519893baedaac6e11478ffc86a4994be946f3e881a4be1c774b24a9bfe99cc9

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.4"
  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.4 rack-backend-api.gemspec