omniauth-gplus.gemspec in omniauth-gplus-1.0.0 vs omniauth-gplus.gemspec in omniauth-gplus-1.1.0

- old
+ new

@@ -1,14 +1,13 @@ -# encoding: utf-8 lib = File.expand_path('../lib', __FILE__) $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib) require 'omniauth/gplus/version' Gem::Specification.new do |spec| spec.name = "omniauth-gplus" spec.version = OmniAuth::GPlus::VERSION - spec.authors = ["Kurtis Rainbolt-Greene"] - spec.email = ["me@kurtisrainboltgreene.name"] + spec.authors = ["Kurtis Rainbolt-Greene", "Sam Dunne"] + spec.email = ["me@kurtisrainboltgreene.name", "sam@sam-dunne.com"] spec.summary = %q{A Google+ OAuth2 solution for Omniauth} spec.description = spec.summary spec.homepage = "http://krainboltgreene.github.com/omniauth-gplus" spec.license = "MIT"