omniauth-surveymonkey2 0.0.3 → 0.0.4

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: ee5d4ebc635a5f09ab6a4db63ed8092cc122e655
4
- data.tar.gz: 0427168110185737cad1242c567914bf65d2ae53
3
+ metadata.gz: 9ea378a9f25445f44b8bf112710f6a6f0d5e7b54
4
+ data.tar.gz: 35fd87276a42c6f68eb635865825b13f1aba9720
5
5
  SHA512:
6
- metadata.gz: a260ea0cc658dc5a707c4abd49a8c71c2e560ca5cc59384004b4d06656aeec69af13a9ad0020f91641dd312c8b5cbfb89595adc2b726af1625fc34a53a73f213
7
- data.tar.gz: 5b198b9e31a376ea332586319db6ddb70f1cb7df7a2484c6ee0aebc9768986297edecd297a2e3e4a02ff7f77a0a08c74a982381b05278f442699375c8a83c1e6
6
+ metadata.gz: b33b7889594310c2f34c3f948b69e64e6c4db77f7b890996e8302aec6e1390e751375cefc27c02db6ce0dbb4e3592aced41b62719dfac93db81885d7dd497c94
7
+ data.tar.gz: e190a96e14da6d81df7472723569a1dd53f90032911f8bcc2fda701f76ba8d8e89720999368f32ec8cfc9580713024288b4d98df1fb0068e2d7a91b126f74b9b
@@ -1,5 +1,5 @@
1
1
  module Omniauth
2
2
  module Surveymonkey2
3
- VERSION = "0.0.3"
3
+ VERSION = "0.0.4"
4
4
  end
5
5
  end
@@ -1,7 +1,5 @@
1
1
  # coding: utf-8
2
- lib = File.expand_path('../lib', __FILE__)
3
- $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
4
- require 'omniauth/surveymonkey2/version'
2
+ require File.expand_path('../lib/omniauth/surveymonkey2/version', __FILE__)
5
3
 
6
4
  Gem::Specification.new do |spec|
7
5
  spec.name = "omniauth-surveymonkey2"
@@ -13,9 +11,9 @@ Gem::Specification.new do |spec|
13
11
  spec.homepage = "https://github.com/cbeck/omniauth-surveymonkey2"
14
12
  spec.license = "MIT"
15
13
 
16
- spec.files = `git ls-files`.split($/)
17
- spec.executables = spec.files.grep(%r{^bin/}) { |f| File.basename(f) }
18
- spec.test_files = spec.files.grep(%r{^(test|spec|features)/})
14
+ spec.files = `git ls-files`.split("\n")
15
+ spec.executables = `git ls-files -- bin/*`.split("\n").map{ |f| File.basename(f) }
16
+ spec.test_files = `git ls-files -- {test,spec,features}/*`.split("\n")
19
17
  spec.require_paths = ["lib"]
20
18
 
21
19
  spec.add_runtime_dependency 'omniauth-oauth2'
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: omniauth-surveymonkey2
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.3
4
+ version: 0.0.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Chris Beck