# -*- encoding: utf-8 -*- # stub: omniauth-surveymonkey-oauth2 1.0.1 ruby lib Gem::Specification.new do |s| s.name = "omniauth-surveymonkey-oauth2".freeze s.version = "1.0.1".freeze s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version= s.require_paths = ["lib".freeze] s.authors = ["Michael Berkovich".freeze] s.date = "2017-05-06" s.description = "SurveyMonkey strategy for SSO using OmniAuth framework".freeze s.email = ["theiceberk@gmail.com".freeze] s.files = [".coveralls.yml".freeze, ".gitignore".freeze, ".rspec".freeze, ".ruby-version".freeze, ".travis.yml".freeze, "Gemfile".freeze, "Gemfile.lock".freeze, "LICENSE".freeze, "README.md".freeze, "Rakefile".freeze, "deploy".freeze, "example/Gemfile".freeze, "example/Gemfile.lock".freeze, "example/config.ru".freeze, "lib/omniauth-surveymonkey-oauth2.rb".freeze, "lib/omniauth/strategies/survey_monkey.rb".freeze, "lib/omniauth/survey_monkey.rb".freeze, "lib/omniauth/survey_monkey/version.rb".freeze, "omniauth-surveymonkey-oauth2.gemspec".freeze, "spec/omniauth/strategies/surveymonkey_spec.rb".freeze, "spec/spec_helper.rb".freeze, "spec/support/shared_examples.rb".freeze] s.homepage = "https://github.com/berk/omniauth-surveymonkey-oauth2".freeze s.licenses = ["MIT-LICENSE".freeze] s.rubygems_version = "3.5.10".freeze s.summary = "SurveyMonkey strategy for OmniAuth".freeze s.test_files = ["spec/omniauth/strategies/surveymonkey_spec.rb".freeze, "spec/spec_helper.rb".freeze, "spec/support/shared_examples.rb".freeze] s.specification_version = 4 s.add_runtime_dependency(%q<omniauth-oauth2>.freeze, ["~> 1.1".freeze]) end