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 +4 -4
- data/.gitignore +1 -0
- data/CHANGELOG.md +3 -0
- data/lib/omniauth/idcat_mobil/version.rb +1 -1
- metadata +2 -3
- data/Gemfile.lock +0 -61
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: dbf3f54bf96b95e6be09b01991e5f0cea7c9582c38d62b45c38b559e0e57a289
|
|
4
|
+
data.tar.gz: 8bef3908b2ea44db626ced6a622e2270358b92249fad23d295ad46de744e7bfd
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: b1521288cb619e74e7bf7f6b54c5a3fc3781df601e03d13b0eeb96b68666e1c4eef97760508ca7165ce59cadc6101a75419468156d1871c7796c31f6d50f9fe2
|
|
7
|
+
data.tar.gz: b09d10e923f2c89d65cf872124709e37faba3e14301b9712c37f307328fef80761dd86ad422d0a05987203b917cad1dc42ad907d9a87bad7eccadc27d0782c3b
|
data/.gitignore
CHANGED
data/CHANGELOG.md
CHANGED
|
@@ -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)
|
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.
|
|
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-
|
|
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
|
data/Gemfile.lock
DELETED
|
@@ -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
|