omniauth-codeship 1.0.1 → 1.0.2

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: 9efadc7179ba6e3a4eb8ea0840a14dc13e3686f8
4
- data.tar.gz: c0bbfc4a648a1d7d654f49979b63a5b534c2b8bc
3
+ metadata.gz: 4672b2adea5c71c2675e19033bc29c7ad628d076
4
+ data.tar.gz: 21ba287b381423a248c87053e9c6d9a3db9c6974
5
5
  SHA512:
6
- metadata.gz: 854a20d01bd9bb45a1035d1e2a87bc98a8b1f3f6cb00982ce5aff7088916111887c35928b3edf9bb4ce3e9e38b37f371b6d11a7d339dea2af1e05eac2ec52fbd
7
- data.tar.gz: f96bf45dc24f29468b3bf0e9429fa18b1370c95da002cf5d4989e1e6854132949c368b254736e11a990512a11430d7b6c76c7b4daec8b18d8084bc092f3b482b
6
+ metadata.gz: a10032537f5944dcd4f3a97c56377961b4e9cf10baf1632a1ee5c44c55573e2cbd9bbe6124b13305e632ef464a78308bb2fb8b37d8f77c09631a2c853ae065f9
7
+ data.tar.gz: 130eb96e12c7d8b6cca0099257a6b122b6056b80cd0fcaf1810471ee28d26e579d841fa39ebd881b27704510be32061fc0e012c5dea3f6eec14d3d54e56e4d11
@@ -1,3 +1,4 @@
1
1
  language: ruby
2
+ sudo: false
2
3
  rvm:
3
- - 2.2.1
4
+ - 2.3.3
@@ -1,5 +1,5 @@
1
1
  module Omniauth
2
2
  module Codeship
3
- VERSION = "1.0.1"
3
+ VERSION = "1.0.2"
4
4
  end
5
5
  end
@@ -7,7 +7,7 @@ module OmniAuth
7
7
 
8
8
  option :client_options,
9
9
  authorize_path: '/oauth/authorize',
10
- site: "https://codeship.com"
10
+ site: "https://app.codeship.com"
11
11
 
12
12
  uid do
13
13
  raw_info['id']
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: omniauth-codeship
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.1
4
+ version: 1.0.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - beanieboi
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2015-11-21 00:00:00.000000000 Z
11
+ date: 2017-02-06 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: omniauth-oauth2
@@ -93,9 +93,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
93
93
  version: '0'
94
94
  requirements: []
95
95
  rubyforge_project:
96
- rubygems_version: 2.4.5
96
+ rubygems_version: 2.5.1
97
97
  signing_key:
98
98
  specification_version: 4
99
99
  summary: OmniAuth strategy for Codeship
100
100
  test_files: []
101
- has_rdoc: