Sha256: 3c56337f94493a60c7c30055490f1f196bdcfbdba9007db91a335bf9c39f0ccc

Contents?: true

Size: 1.12 KB

Versions: 1

Compression:

Stored size: 1.12 KB

Contents

# coding: utf-8

lib = File.expand_path '../lib', __FILE__

$LOAD_PATH.unshift(lib) unless $LOAD_PATH.include? lib

require 'omniauth-chef/version'

Gem::Specification.new do |spec|
  spec.name        = 'omniauth-chef'
  spec.version     = OmniAuth::Chef::VERSION
  spec.authors     = ['James Casey', 'Allen Goodman']
  spec.email       = %q(james@getchef.com a@getchef.com)
  spec.description = %q{OmniAuth strategy for Chef}
  spec.summary     = %q{OmniAuth strategy for Chef}
  spec.homepage    = 'https://github.com/opscode/oc_actionlog'
  spec.license     = 'Apache-2.0'

  spec.files  = %w(.gitignore omniauth-chef.gemspec Gemfile Rakefile)
  spec.files += Dir.glob 'lib/**/*.rb'
  spec.files += Dir.glob 'bin/**/*'

  spec.test_files = Dir.glob 'spec/**/*.rb'

  spec.require_paths = Dir.glob 'lib/**/*.rb'

  spec.add_development_dependency 'bundler',   '~>  1.5'
  spec.add_development_dependency 'rack-test', '~>  0'
  spec.add_development_dependency 'rake',      '~> 10'
  spec.add_development_dependency 'rspec',     '~>  2'

  spec.add_runtime_dependency 'chef',     '~> 11'
  spec.add_runtime_dependency 'omniauth', '~>  1.2'
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
omniauth-chef-0.1.1 omniauth-chef.gemspec