Sha256: 73204079d566a6b7b4a4051d0026499a5701b0deb3a5026428b56768863bfbb6
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.2" 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.2 | rack-backend-api.gemspec |