omniauth-procore 0.5.1 → 0.6.0

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
  SHA256:
3
- metadata.gz: 5bafde17dcc769743361888e2d427d0cf09b2cb9f80ca295e5289a8754cdcbe1
4
- data.tar.gz: 486e5c2474fb7239e9c75b1999aeb0e020f5406c47e7b6f42c8dbc9c1bad90f3
3
+ metadata.gz: '019461a22649480fe0460028789c7c49371b6d4d2e385587462e1f11ca3fabe8'
4
+ data.tar.gz: d3fb0433a6d9fbd3ec20d19784c8e93ce7dee5cb99adcd11a00acaebe82b04b8
5
5
  SHA512:
6
- metadata.gz: ab4d5905739d11de818a948d9cd1ab5f300c9e86d81ea5286fe58c38c5f9d7ede34fcfa7b47d7f8dc7f89a5003084189652af9018bcd2495d8c3aed248149fcd
7
- data.tar.gz: 924ef2d480edeb536a22332bf8d0f94e274509c44274419b82071ebcc64d1990c5a554a04a0146ff4ce07bd3ec4a98c4f68a04b73b25d082132ef994ffdf9300
6
+ metadata.gz: eeb0f7dc8520d00976c2fe11138ead0bdf26d94aa19686805b7613e3732ef23da6d45d1f8d095d542d496700ab4b3b30f38c12059120b20504f86da02a3251d3
7
+ data.tar.gz: 2eefea36d2cd278cc8bd9de2f08dc3ecd06ab617b9428161f04db5100e1a7d463bad3fca0775123a2105dbba5972fc50f1ebb25f3880b2a2e9fab7f1469883f5
data/CHANGELOG.md CHANGED
@@ -1,10 +1,10 @@
1
- ## 0.5.1 (November 05, 2018)
1
+ ## 0.6.0 (November 9, 2018)
2
2
 
3
- * Fix: Add api_site parameter to client options
3
+ * Fix fetching user details, add :app_site client option
4
4
 
5
5
  PR #7 - https://github.com/procore/omniauth-procore/pull/7
6
6
 
7
- Patrick Koperwas
7
+ *Patrick Koperwas*
8
8
 
9
9
  ## 0.5.0 (October 17, 2018)
10
10
 
data/README.md CHANGED
@@ -30,19 +30,11 @@ end
30
30
 
31
31
  ## Development
32
32
 
33
- After checking out the repo, run `bin/setup` to install dependencies. Then, run
34
- `rake spec` to run the tests. You can also run `bin/console` for an interactive
35
- prompt that will allow you to experiment.
33
+ After checking out the repo, run `bin/setup` to install dependencies. Then, run `rake spec` to run the tests. You can also run `bin/console` for an interactive prompt that will allow you to experiment.
36
34
 
37
- To install this gem onto your local machine, run `bundle exec rake install`. To
38
- release a new version, update the version number in `version.rb`, and then run
39
- `bundle exec rake release`, which will create a git tag for the version, push
40
- git commits and tags, and push the `.gem` file to
41
- [rubygems.org](https://rubygems.org).
35
+ To install this gem onto your local machine, run `bundle exec rake install`. To release a new version, update the version number in `version.rb`, and then run `bundle exec rake release`, which will create a git tag for the version, push git commits and tags, and push the `.gem` file to [rubygems.org](https://rubygems.org).
42
36
 
43
37
  ## Contributing
44
38
 
45
- Bug reports and pull requests are welcome on GitHub at
46
- https://github.com/procore/omniauth-procore. This project is intended to be a
47
- safe, welcoming space for collaboration, and contributors are expected to adhere
48
- to the [Contributor Covenant](http://contributor-covenant.org) code of conduct.
39
+ Bug reports and pull requests are welcome on GitHub at https://github.com/procore/omniauth-procore. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the [Contributor Covenant](http://contributor-covenant.org) code of conduct.
40
+
@@ -1,5 +1,5 @@
1
1
  module OmniAuth
2
2
  module Procore
3
- VERSION = "0.5.1"
3
+ VERSION = "0.6.0"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: omniauth-procore
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.5.1
4
+ version: 0.6.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Procore Engineering
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2018-11-05 00:00:00.000000000 Z
11
+ date: 2018-11-09 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: omniauth-oauth2