omniauth-surveymonkey2 0.0.15 → 0.0.16

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 84e67b38a2099ae2e10aad01c7c8d8929d9b851c
4
- data.tar.gz: fc8bf0d86da66d8056558922327a9c85031a4aeb
3
+ metadata.gz: 88327376bdda41b182ac3784b9c222b42bc4fa00
4
+ data.tar.gz: ba65e2e283098b2cf3de5cb879e08e697d5f6767
5
5
  SHA512:
6
- metadata.gz: 7446e22268bdacbad7080055346ec59cd7c0706e83b8d996057e288bc67a08402407227c3be59e2bc5faa764a9d8aa058f246af4081c94d9c328e9385d22ccfe
7
- data.tar.gz: 9571485e6e4aac8a2906528cdfd8f2bba43ff4d2a1524faf1bc9f85e145362cc55ca7823f38d7251c0883459df11bb65e85e0e3cb9248b00c47b066fe99f674a
6
+ metadata.gz: 8a46f4247c4c33cf9168c3b37facf62a4f66303310504e9c6df26e7a09a99aaef501d2fc44bb48084be13838e6162b73f81533b21e5506df2b55f2bc7c0a1f63
7
+ data.tar.gz: 8699151628a24810919779a9b20ad26a7585cfd367452ec66c02c961a7219dffa8fd62ca76b684fbbdfa5a717b7709187d80691f9c1e8fab4f6c8d343654e41e
data/README.md CHANGED
@@ -4,7 +4,7 @@ TODO: Write a gem description
4
4
 
5
5
  ## Installation
6
6
 
7
- Add this line to your application's Gemfile:
7
+ Copyright (c) 2013 Kaushik SV, Chris Beck
8
8
 
9
9
  gem 'omniauth-surveymonkey2'
10
10
 
@@ -1,5 +1,5 @@
1
1
  module OmniAuth
2
2
  module Surveymonkey2
3
- VERSION = "0.0.15"
3
+ VERSION = "0.0.16"
4
4
  end
5
5
  end
@@ -3,8 +3,9 @@ require File.expand_path('../lib/omniauth/surveymonkey2/version', __FILE__)
3
3
  Gem::Specification.new do |gem|
4
4
  gem.add_dependency 'omniauth', '~> 1.0'
5
5
 
6
- gem.authors = ["Chris Beck"]
7
- gem.email = ["chris.beck@me.com"]
6
+ gem.authors = ["Kaushik SV", "Chris Beck"]
7
+ gem.email = ["speak2kaushik@gmail.com", "chris.beck@me.com"]
8
+
8
9
  gem.description = %q{Survemonkey OAuth2 strategy for OmniAuth 1.0}
9
10
  gem.summary = %q{Survemonkey OAuth2 strategy for OmniAuth 1.0.}
10
11
 
@@ -13,8 +14,9 @@ Gem::Specification.new do |gem|
13
14
  gem.test_files = `git ls-files spec/*`.split("\n")
14
15
  gem.name = "omniauth-surveymonkey2"
15
16
  gem.require_paths = ["lib"]
17
+
16
18
  gem.version = OmniAuth::Surveymonkey2::VERSION
17
- gem.homepage = "https://github.com/cbeck/omniauth-surveymonkey2"
19
+ gem.homepage = "https://github.com/cbeck/omniauth-surveymonkey"
18
20
 
19
21
  gem.add_runtime_dependency 'omniauth-oauth2'
20
22
 
metadata CHANGED
@@ -1,9 +1,10 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: omniauth-surveymonkey2
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.15
4
+ version: 0.0.16
5
5
  platform: ruby
6
6
  authors:
7
+ - Kaushik SV
7
8
  - Chris Beck
8
9
  autorequire:
9
10
  bindir: bin
@@ -68,6 +69,7 @@ dependencies:
68
69
  version: '0'
69
70
  description: Survemonkey OAuth2 strategy for OmniAuth 1.0
70
71
  email:
72
+ - speak2kaushik@gmail.com
71
73
  - chris.beck@me.com
72
74
  executables: []
73
75
  extensions: []
@@ -89,7 +91,7 @@ files:
89
91
  - omniauth-surveymonkey2.gemspec
90
92
  - omniauth-surveymonkey2.rb
91
93
  - spec/omniauth/strategies/surveymonkey2_spec.rb
92
- homepage: https://github.com/cbeck/omniauth-surveymonkey2
94
+ homepage: https://github.com/cbeck/omniauth-surveymonkey
93
95
  licenses: []
94
96
  metadata: {}
95
97
  post_install_message: