omniauth-restauth 0.1.1 → 0.1.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: 739704fa4445aa0588ccc7efabd1ecc21b635ea0
4
- data.tar.gz: 2658b227e159c1712976879984090204f4484795
3
+ metadata.gz: f027d1d432ec479b9c3bca61fc3371df76de43d5
4
+ data.tar.gz: df71b487ed3bc4f8c5723a8fc31696a2e2fb24fb
5
5
  SHA512:
6
- metadata.gz: 840f3dfb834c4e44090980638ecff0644ceaafc4b7e55134738a78f2e47e96ccf4e559da02f6bbb8753aa94b1cef46de12ae9f2dc7a81bbec682d718cc35f045
7
- data.tar.gz: 0df559346aeee8223eef21120453b3c79baf1489ad708afa5df2ca1cc46c425fe6bc09d16c702dc78bcacb4adf246f9c7fb9789dbc37283eef5cc91e3ceae87a
6
+ metadata.gz: 533ea1df0c2b9d81d05a6a2a49f3450e68b23a0f5217c5dc1674ab4173999d9da9f2df5edeb15c83bf342590060395a2107320dfe0ce613be8a017109185f7a6
7
+ data.tar.gz: 969a951ed82291802c20f21bdc6550b47cf06316d839c2e0bb100a6f13d2c3ce0a28f469906cba18e49923151ae7751b37fd5a851cb847ec9b4d1e684909ae16
@@ -1,5 +1,5 @@
1
1
  module Omniauth
2
2
  module Restauth
3
- VERSION = "0.1.1"
3
+ VERSION = "0.1.2"
4
4
  end
5
5
  end
@@ -6,7 +6,7 @@ module OmniAuth
6
6
  class Restauth < OmniAuth::Strategies::OAuth2
7
7
 
8
8
  option :client_options, {
9
- site: 'http://localhost:8080/',
9
+ site: 'http://192.168.1.5:8080/',
10
10
  authorize_url: '/oauth/authorize',
11
11
  token_url: '/oauth/token'
12
12
  }
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: omniauth-restauth
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.1
4
+ version: 0.1.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Alex