Sha256: c9cf83f851742b5a4f9bd3a50ae76cf763d42f069a5c4bb895b9e43030575cfb

Contents?: true

Size: 378 Bytes

Versions: 3

Compression:

Stored size: 378 Bytes

Contents

require File.expand_path('../lib/omniauth/version', __FILE__)

source 'http://rubygems.org'

platforms :jruby do
  gem 'jruby-openssl', '~> 0.7'
end

gem 'ruby-openid', '2.1.8', :git => 'git://github.com/mbleigh/ruby-openid.git'

gemspec

group :development, :test do
  gem 'guard'
  gem 'guard-rspec'
  gem 'growl'
  gem 'rb-fsevent'
end

group :example do
  gem 'sinatra'
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
omniauth-openid-1.0.0.rc2 Gemfile
omniauth-openid-1.0.0.rc1 Gemfile
omniauth-openid-1.0.0.beta1 Gemfile