Sha256: 53c9db386c2d7fa5a528d80af678b6936d8183bea0b6fa3d3280faaa0ffea0da

Contents?: true

Size: 1.21 KB

Versions: 6

Compression:

Stored size: 1.21 KB

Contents

# -*- encoding: utf-8 -*-
require File.expand_path('../lib/omniauth_crowd/version', __FILE__)

Gem::Specification.new do |gem|
  gem.authors = ["Robert Di Marco"]
  gem.email = ["rob@innovationontherun.com"]
  gem.description = "This is an OmniAuth provider for Atlassian Crowd's REST API.  It allows you to easily integrate your Rack application in with Atlassian Crowd."
  gem.summary = "An OmniAuth provider for Atlassian Crowd REST API"
  gem.homepage = "http://github.com/robdimarco/omniauth_crowd"

  gem.executables = `git ls-files -- bin/*`.split("\n").map{ |f| File.basename(f) }
  gem.files = `git ls-files`.split("\n")
  gem.test_files = `git ls-files -- {test,spec,features}/*`.split("\n")
  gem.name = "omniauth_crowd"
  gem.require_paths = ["lib"]
  gem.version = OmniAuth::Crowd::VERSION

  gem.add_dependency 'omniauth', '~> 1.0'
  gem.add_dependency 'nokogiri', '>= 1.4.4'
  gem.add_development_dependency(%q<rack>, [">= 0"])
  gem.add_development_dependency(%q<rake>, [">= 0"])
  gem.add_development_dependency(%q<rack-test>, [">= 0"])
  gem.add_development_dependency(%q<rspec>, ["~> 2.5.0"])
  gem.add_development_dependency(%q<webmock>, ["~> 1.3.4"])
  gem.add_development_dependency(%q<bundler>, ["> 1.0.0"])
end

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
omniauth_crowd-2.2.2 omniauth_crowd.gemspec
omniauth_crowd-2.2.1 omniauth_crowd.gemspec
omniauth_crowd-2.2.0 omniauth_crowd.gemspec
omniauth_crowd-2.1.3 omniauth_crowd.gemspec
omniauth_crowd-2.1.2 omniauth_crowd.gemspec
omniauth_crowd-2.1.1 omniauth_crowd.gemspec