File: simple_oauth.gemspec

package info (click to toggle)
ruby-simple-oauth 0.3.1-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 172 kB
  • sloc: ruby: 451; makefile: 4
file content (15 lines) | stat: -rw-r--r-- 531 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
Gem::Specification.new do |spec|
  spec.add_development_dependency 'bundler', '~> 1.0'
  spec.name    = 'simple_oauth'
  spec.version = '0.3.1'

  spec.authors     = ['Steve Richert', 'Erik Michaels-Ober']
  spec.email       = %w(steve.richert@gmail.com sferik@gmail.com)
  spec.description = 'Simply builds and verifies OAuth headers'
  spec.summary     = spec.description
  spec.homepage    = 'https://github.com/laserlemon/simple_oauth'
  spec.licenses    = %w(MIT)

  spec.files         = ''
  spec.require_paths = %w(lib)
end