omniauth-generator 0.1.3 → 0.1.4
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:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 606d82adb18d5853dee85e06abdd16bae11d973b8e762bf80dc557a78230b99d
|
|
4
|
+
data.tar.gz: 81d911e0c5ac253c1bd1ecb914adb1c38a40cf68b37d5f36fb2c904635648549
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: f4fc2a9c26d4f70b11b3821ec6dfdc56665e6588cb86ea53fd960f84914d69dfa66f7bc409d495eb3861c92cc77bdd16bea8e326ccd5f11eee5bde82beeb2332
|
|
7
|
+
data.tar.gz: b29bb4129ac56956db6ffcd601c1b7b426eaaab82d7acb2ac2c88bd8e5d0665f27ec5f744a3e9ce068116982607aac191cfaca18476da29ecde680fbb1660e09
|
data/README.md
CHANGED
|
@@ -71,6 +71,14 @@ rails server
|
|
|
71
71
|
|
|
72
72
|
## Changelog
|
|
73
73
|
|
|
74
|
+
### [0.1.5] - 2024-12-20
|
|
75
|
+
|
|
76
|
+
- Rubygems is rejecting the update 0.1.4, so I'm trying again with 0.1.5
|
|
77
|
+
|
|
78
|
+
### [0.1.4] - 2024-12-20
|
|
79
|
+
|
|
80
|
+
- Fix two whitespace issues
|
|
81
|
+
|
|
74
82
|
### [0.1.3] - 2024-12-20
|
|
75
83
|
|
|
76
84
|
- Applied wrong order of parameters when inserting index
|