omniauth-decidim 0.1.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 ADDED
@@ -0,0 +1,7 @@
1
+ ---
2
+ SHA256:
3
+ metadata.gz: f454e90a3b713d1c17eecbb0384e03af5bcb1c261ae7d4f5ce6f17746011823d
4
+ data.tar.gz: 4f66539c1642e168e9e93ab3f2e1a9ff9b3d5ecfc5947540883abdf45546022f
5
+ SHA512:
6
+ metadata.gz: fa2ab9123689475d2fd4624af1c14f6bd3c7a84b626477e75384bac4bcde9b59076dde7d563a6dc07255fc64d296cff50420c80f4e32cb351f1afb83d60da266
7
+ data.tar.gz: 1fc5d95cbac11c74b7b9cbeeda682b95b4259e84cace2fea3cb4d14e23ae96a689527e312091de98d456f19e62b9a8cdd4202738a2c76e7e48fabf335e805ed8
data/.gitignore ADDED
@@ -0,0 +1,12 @@
1
+ /.bundle/
2
+ /.yardoc
3
+ /Gemfile.lock
4
+ /_yardoc/
5
+ /coverage/
6
+ /doc/
7
+ /pkg/
8
+ /spec/reports/
9
+ /tmp/
10
+
11
+ # rspec failure tracking
12
+ .rspec_status
data/.rspec ADDED
@@ -0,0 +1,2 @@
1
+ --format documentation
2
+ --color