omniauth-surveymonkey2 0.0.8 → 0.0.9

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: a303a3404a924528d1cf486caea2498f132b489b
4
- data.tar.gz: d306e16159e590078b5cb9904ef41a46648938ea
3
+ metadata.gz: c178f1790c7f1c6288a2abd4c94798f0bc13bc19
4
+ data.tar.gz: afa789df2b50fc09c3c9375ab46c0f17bf34d478
5
5
  SHA512:
6
- metadata.gz: 0e5a182f018d5ee61e6b9654e03c6a9cc28715e6d80f9baa3fa420b1954ae89d9f154e2448f0c040b4cc5c49fee49041cffb6f308a31f7043f51a38749ddd9dd
7
- data.tar.gz: 33258013fbba836f33b98114f4cdf50a58bd5566fd840f414114702db4a8d4c6125c9fd5f0d6eac33b0fa0769b0f020e53beb69e11717e9d32ba8670060b1851
6
+ metadata.gz: 1a58a050e36b80a4ca51aca7e419c437f3fb273414352ee6fe18466304fdd1c6650d23d8ab3977af56f4622b240b30a1efe9050aeac30f9f839229a62c0ee3bf
7
+ data.tar.gz: 5eb4475a8d4fca6602f55f338019e9c37c57c7b573947ba787b0b0bddd2037ee2007a88f096992643e676d4e56ca58c81b912bd99a4e33780414ea20d97146c4
data/README.md CHANGED
@@ -4,7 +4,7 @@ SurveyMonkey OAuth2 strategy for OmniAuth 1.0.
4
4
 
5
5
  #License
6
6
 
7
- Copyright (c) 2013 Kaushik SV, Chris Beck
7
+ Copyright (c) 2013 Kaushik SV
8
8
 
9
9
  Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
10
10
 
@@ -4,7 +4,6 @@ module OmniAuth
4
4
  module Strategies
5
5
  class Surveymonkey < OmniAuth::Strategies::OAuth2
6
6
 
7
-
8
7
  option :name, "surveymonkey"
9
8
 
10
9
  option :client_options, {
@@ -20,7 +19,6 @@ module OmniAuth
20
19
  super
21
20
  end
22
21
 
23
-
24
22
  end
25
23
  end
26
24
  end
@@ -1,5 +1,5 @@
1
1
  module OmniAuth
2
2
  module Surveymonkey
3
- VERSION = "0.0.8"
3
+ VERSION = "0.0.9"
4
4
  end
5
5
  end
@@ -3,8 +3,8 @@ require File.expand_path('../lib/omniauth/surveymonkey/version', __FILE__)
3
3
  Gem::Specification.new do |gem|
4
4
  gem.add_dependency 'omniauth', '~> 1.0'
5
5
 
6
- gem.authors = ["Kaushik SV", "Chris Beck"]
7
- gem.email = ["speak2kaushik@gmail.com", "chris.beck@me.com"]
6
+ gem.authors = ["Kaushik SV"]
7
+ gem.email = ["speak2kaushik@gmail.com"]
8
8
  gem.description = %q{Survemonkey OAuth2 strategy for OmniAuth 1.0}
9
9
  gem.summary = %q{Survemonkey OAuth2 strategy for OmniAuth 1.0.}
10
10
 
@@ -14,7 +14,7 @@ Gem::Specification.new do |gem|
14
14
  gem.name = "omniauth-surveymonkey2"
15
15
  gem.require_paths = ["lib"]
16
16
  gem.version = OmniAuth::Surveymonkey::VERSION
17
- gem.homepage = "https://github.com/cbeck/omniauth-surveymonkey"
17
+ gem.homepage = "https://github.com/kaushiksv/omniauth-surveymonkey"
18
18
 
19
19
  gem.add_runtime_dependency 'omniauth-oauth2'
20
20
 
metadata CHANGED
@@ -1,11 +1,10 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: omniauth-surveymonkey2
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.8
4
+ version: 0.0.9
5
5
  platform: ruby
6
6
  authors:
7
7
  - Kaushik SV
8
- - Chris Beck
9
8
  autorequire:
10
9
  bindir: bin
11
10
  cert_chain: []
@@ -70,7 +69,6 @@ dependencies:
70
69
  description: Survemonkey OAuth2 strategy for OmniAuth 1.0
71
70
  email:
72
71
  - speak2kaushik@gmail.com
73
- - chris.beck@me.com
74
72
  executables: []
75
73
  extensions: []
76
74
  extra_rdoc_files: []
@@ -86,9 +84,8 @@ files:
86
84
  - lib/omniauth/surveymonkey/version.rb
87
85
  - omniauth-surveymonkey.gemspec
88
86
  - omniauth-surveymonkey.rb
89
- - omniauth-surveymonkey2-0.0.7.gem
90
87
  - spec/omniauth/strategies/surveymonkey_spec.rb
91
- homepage: https://github.com/cbeck/omniauth-surveymonkey
88
+ homepage: https://github.com/kaushiksv/omniauth-surveymonkey
92
89
  licenses: []
93
90
  metadata: {}
94
91
  post_install_message:
Binary file