Sha256: cf59f8200a5bdc4844d52032fbf7f98b76c510a4f0b30ae5eb9b5370610b9d24
Contents?: true
Size: 592 Bytes
Versions: 1
Compression:
Stored size: 592 Bytes
Contents
Gem::Specification.new do |spec| spec.add_development_dependency 'bundler', '~> 1.0' spec.add_dependency 'oauth2', '~> 0.9.2' spec.name = 'oauth2-application' spec.authors = ["Steven Monetti"] spec.description = 'An oauth2 which enables application-only authentication.' spec.email = '' spec.summary = %q{A OAuth 2.0 extension for application only strategy.} spec.version = '1.0' spec.require_paths = %w[lib] spec.files = `git ls-files`.split("\n") spec.required_rubygems_version = '>= 1.3.5' spec.homepage = 'https://github.com/OPTUMCloud/oauth2-application' end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
oauth2-application-1.0 | oauth2-application.gemspec |