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 +4 -4
- data/README.md +1 -1
- data/lib/omniauth/strategies/surveymonkey.rb +0 -2
- data/lib/omniauth/surveymonkey/version.rb +1 -1
- data/omniauth-surveymonkey.gemspec +3 -3
- metadata +2 -5
- data/omniauth-surveymonkey2-0.0.7.gem +0 -0
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: c178f1790c7f1c6288a2abd4c94798f0bc13bc19
|
4
|
+
data.tar.gz: afa789df2b50fc09c3c9375ab46c0f17bf34d478
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
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
|
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
|
|
@@ -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"
|
7
|
-
gem.email = ["speak2kaushik@gmail.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/
|
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.
|
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/
|
88
|
+
homepage: https://github.com/kaushiksv/omniauth-surveymonkey
|
92
89
|
licenses: []
|
93
90
|
metadata: {}
|
94
91
|
post_install_message:
|
Binary file
|