Sha256: 5fbe28ddf795f3abaaeb39d63d7e773f0eda35c9e31777c47ccbb60faf43ac81

Contents?: true

Size: 939 Bytes

Versions: 1

Compression:

Stored size: 939 Bytes

Contents

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

Gem::Specification.new do |gem|
  gem.authors = ["Sebastien Grosjean"]
  gem.email = ["dev@bookingsync.com"]
  gem.description = %q{An OmniAuth 1.0 strategy for Roomorama oauth2 identification.}
  gem.summary = %q{An OmniAuth 1.0 strategy for Roomorama oauth2 identification.}
  gem.homepage = "https://github.com/BookingSync/omniauth-roomorama"

  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.0'
  gem.add_dependency 'omniauth-oauth2', '~> 1.0'

  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.1.0 omniauth-roomorama.gemspec