Sha256: 56b190459ef578deaccbb2876f74636b40b26ba6520e86a12b87afbc21dcf43b
Contents?: true
Size: 988 Bytes
Versions: 2
Compression:
Stored size: 988 Bytes
Contents
# -*- encoding: utf-8 -*- require File.expand_path("../lib/omniauth/bookingsync/version", __FILE__) Gem::Specification.new do |gem| gem.name = "omniauth-bookingsync" gem.version = OmniAuth::BookingSync::VERSION gem.platform = Gem::Platform::RUBY gem.authors = ["Sebastien Grosjean"] gem.email = ["dev@bookingsync.com"] gem.homepage = "https://github.com/BookingSync/omniauth-bookingsync" gem.summary = %q{An OmniAuth 1.0 strategy for BookingSync OAuth2 identification.} gem.description = %q{An OmniAuth 1.0 strategy for BookingSync OAuth2 identification.} 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.require_paths = ["lib"] 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
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
omniauth-bookingsync-0.2.0 | omniauth-bookingsync.gemspec |
omniauth-bookingsync-0.1.0 | omniauth-bookingsync.gemspec |