omniauth-idcat_mobil 0.1.1 → 0.2.0

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
  SHA256:
3
- metadata.gz: 9691f8a5ce128b45dbd3cc8b48e979dd6a2e25d6d331b858a03cc46011f05aa2
4
- data.tar.gz: cd7b6247e1a629290a7474a655f1611b82e439fc156bc8e4571fa43376dcc581
3
+ metadata.gz: dbf3f54bf96b95e6be09b01991e5f0cea7c9582c38d62b45c38b559e0e57a289
4
+ data.tar.gz: 8bef3908b2ea44db626ced6a622e2270358b92249fad23d295ad46de744e7bfd
5
5
  SHA512:
6
- metadata.gz: 7e436a5c9f6c65dde4a01fdf73e298c86dd42c1b41fe0155d15559cc8f8a8a97eed6e5ee9c029636585b1888e881183b43ffaaa3f321a0ec8a73ad8869caee66
7
- data.tar.gz: 05be1b35950d897ba8da644b973dbcf1652af4c4f3a64f5f123bced185a8433b2059ff5bedd956db69649760d4985037bb22d9bbec8dfe8ba76911cc333a3617
6
+ metadata.gz: b1521288cb619e74e7bf7f6b54c5a3fc3781df601e03d13b0eeb96b68666e1c4eef97760508ca7165ce59cadc6101a75419468156d1871c7796c31f6d50f9fe2
7
+ data.tar.gz: b09d10e923f2c89d65cf872124709e37faba3e14301b9712c37f307328fef80761dd86ad422d0a05987203b917cad1dc42ad907d9a87bad7eccadc27d0782c3b
data/.gitignore CHANGED
@@ -6,3 +6,4 @@
6
6
  /pkg/
7
7
  /spec/reports/
8
8
  /tmp/
9
+ Gemfile.lock
@@ -2,5 +2,8 @@
2
2
 
3
3
  ## next version:
4
4
 
5
+ ## Version 0.2.0 (PATCH)
6
+ - Remove Gemfile.lock to avoid forcing the versioning of apps using this gem.
7
+
5
8
  ## Version 0.1.1 (PATCH)
6
9
  - [REFACTOR] Remove one declaration of info email field which was setted twice. \#[3](https://github.com/gencat/omniauth-idcat_mobil/pull/3)
@@ -1,5 +1,5 @@
1
1
  module Omniauth
2
2
  module IdCatMobil
3
- VERSION = "0.1.1"
3
+ VERSION = "0.2.0"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: omniauth-idcat_mobil
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.1
4
+ version: 0.2.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Oliver Valls
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2019-01-28 00:00:00.000000000 Z
11
+ date: 2019-03-29 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: omniauth
@@ -84,7 +84,6 @@ files:
84
84
  - CHANGELOG.md
85
85
  - CODE_OF_CONDUCT.md
86
86
  - Gemfile
87
- - Gemfile.lock
88
87
  - LICENSE
89
88
  - LICENSE.txt
90
89
  - README.md
@@ -1,61 +0,0 @@
1
- PATH
2
- remote: .
3
- specs:
4
- omniauth-idcat_mobil (0.1.1)
5
- omniauth (~> 1.5)
6
- omniauth-oauth2 (>= 1.4.0, < 2.0)
7
-
8
- GEM
9
- remote: https://rubygems.org/
10
- specs:
11
- diff-lcs (1.3)
12
- faraday (0.15.4)
13
- multipart-post (>= 1.2, < 3)
14
- hashie (3.5.7)
15
- jwt (2.1.0)
16
- multi_json (1.13.1)
17
- multi_xml (0.6.0)
18
- multipart-post (2.0.0)
19
- oauth2 (1.4.1)
20
- faraday (>= 0.8, < 0.16.0)
21
- jwt (>= 1.0, < 3.0)
22
- multi_json (~> 1.3)
23
- multi_xml (~> 0.5)
24
- rack (>= 1.2, < 3)
25
- omniauth (1.8.1)
26
- hashie (>= 3.4.6, < 3.6.0)
27
- rack (>= 1.6.2, < 3)
28
- omniauth-oauth2 (1.5.0)
29
- oauth2 (~> 1.1)
30
- omniauth (~> 1.2)
31
- rack (2.0.6)
32
- rack-test (1.1.0)
33
- rack (>= 1.0, < 3)
34
- rake (10.4.2)
35
- rspec (3.8.0)
36
- rspec-core (~> 3.8.0)
37
- rspec-expectations (~> 3.8.0)
38
- rspec-mocks (~> 3.8.0)
39
- rspec-core (3.8.0)
40
- rspec-support (~> 3.8.0)
41
- rspec-expectations (3.8.2)
42
- diff-lcs (>= 1.2.0, < 2.0)
43
- rspec-support (~> 3.8.0)
44
- rspec-mocks (3.8.0)
45
- diff-lcs (>= 1.2.0, < 2.0)
46
- rspec-support (~> 3.8.0)
47
- rspec-support (3.8.0)
48
-
49
- PLATFORMS
50
- ruby
51
-
52
- DEPENDENCIES
53
- bundler (~> 1.16)
54
- omniauth-idcat_mobil!
55
- rack (>= 1.6.2)
56
- rack-test
57
- rake (~> 10.0)
58
- rspec (~> 3.0)
59
-
60
- BUNDLED WITH
61
- 1.16.4