Sha256: 1d59eb8e4d3ab9ebb28cd86ab097f18b41f035b633640fecc5fdc602f3445a71
Contents?: true
Size: 962 Bytes
Versions: 4
Compression:
Stored size: 962 Bytes
Contents
# -*- encoding: utf-8 -*- $LOAD_PATH.push File.expand_path('../lib', __FILE__) require 'ngrokapi/version' Gem::Specification.new do |s| s.name = 'ngrok-api' s.version = NgrokAPI::VERSION s.platform = Gem::Platform::RUBY s.licenses = ['MIT'] s.authors = [''] s.email = [''] s.homepage = 'https://github.com/ngrok/ngrok-api-ruby' s.summary = 'This library wraps the [ngrok HTTP API](https://ngrok.com/docs/api) to make it easier to consume in Ruby.' s.description = 'This library wraps the [ngrok HTTP API](https://ngrok.com/docs/api) to make it easier to consume in Ruby.' s.required_ruby_version = '>= 3.0.0' all_files = `git ls-files`.split("\n") test_files = `git ls-files -- {test,spec,features}/*`.split('\n') s.files = all_files - test_files s.executables = `git ls-files -- bin/*`.split('\n').map { |f| File.basename(f) } s.require_paths = ['lib'] end
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
ngrok-api-0.15.0 | ngrok-api.gemspec |
ngrok-api-0.14.0 | ngrok-api.gemspec |
ngrok-api-0.12.0 | ngrok-api.gemspec |
ngrok-api-0.9.0 | ngrok-api.gemspec |