omniauth-webex-oauth2.gemspec in omniauth-webex-oauth2-0.0.1 vs omniauth-webex-oauth2.gemspec in omniauth-webex-oauth2-0.0.2

- old
+ new

@@ -1,18 +1,17 @@ # coding: utf-8 lib = File.expand_path('../lib', __FILE__) -puts lib $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib) require 'omniauth/webex/version' Gem::Specification.new do |spec| spec.name = 'omniauth-webex-oauth2' spec.version = OmniAuth::Webex::VERSION spec.authors = ['Suhas Nehete'] spec.email = ['suhas0284@gmail.com'] spec.summary = %q{A Cisco WebEx Teams (Cisco Spark) OAuth2 strategy.} - spec.description = %q{A Cisco WebEx Teams (Cisco Spark) OAuth2 strategy. Create account and generate client_id and client_secret.} + spec.description = %q{A Cisco WebEx Teams (Cisco Spark) OAuth2 strategy. Create an account and generate client_id and client_secret.} spec.homepage = 'https://github.com/suhaspan/omniauth-webex-oauth2' spec.license = 'MIT' spec.files = `git ls-files -z`.split("\x0") spec.test_files = `git ls-files -- {test,spec,features}/*`.split("\n")