Sha256: 8c7f89196987e366e0ffbff61d988f4562976c55618098999fcc5fa206e9f5ce

Contents?: true

Size: 921 Bytes

Versions: 1

Compression:

Stored size: 921 Bytes

Contents

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

Gem::Specification.new do |gem|
  gem.authors = ["Donald Piret"]
  gem.email = ["donald@roomorama.com"]
  gem.description = %q{Roomorama OmniAuth strategy.}
  gem.summary = %q{An OmniAuth 1.0 strategy for Roomorama oauth2 identification.}
  gem.homepage = "https://github.com/roomorama/omniauth-roomorama"
  gem.license = 'MIT'

  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-roomorama"
  gem.require_paths = ["lib"]
  gem.version = OmniAuth::Roomorama::VERSION

  gem.add_dependency 'omniauth', '~> 1.1'
  gem.add_dependency 'omniauth-oauth2', '~> 1.1'

  gem.add_development_dependency 'rspec', '~> 2.7'
  gem.add_development_dependency 'rake'
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
omniauth-roomorama-0.2.0 omniauth-roomorama.gemspec