Sha256: 4e50bf557d4b7e55ff6f5afcbf85f09526d0c45707f9f70d71523794a313207e
Contents?: true
Size: 438 Bytes
Versions: 12
Compression:
Stored size: 438 Bytes
Contents
require 'sinatra/base' module Tmbundle module Manager class Server < Sinatra::Base get '/api/v1/bundles' do [ { name: 'elia/avian-missing', git: 'https://github.com/elia/avian-missing.git' }, { name: 'elia/markdown-redcarpet', git: 'https://github.com/elia/markdown-redcarpet.git' }, ].to_yaml end end end end
Version data entries
12 entries across 12 versions & 1 rubygems