saml-kit 0.2.16 → 0.2.17
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/.travis.yml +1 -0
- data/README.md +1 -1
- data/lib/saml/kit/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 2e7c4ec8a1921995d89ce16ce8161b20763cb0b3
|
4
|
+
data.tar.gz: fc40b97c8a0da3edd71c1470867087cde7a11750
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 192bc0456858f0efefd328fdf666cb335aeb84c8e1b83bc993925526263381e5ee5d5547bc6fc47dcaee72f2b4fa46dfc386abcc8adb560f07d87f0c09618a5f
|
7
|
+
data.tar.gz: be310f063a48d7108c2d6ed35090ccc5d7fcbc9858941e5ec9f5571a1e369ed90e2991a20025bb9e58a3f4a0bab836005be9652a7ab55f4192022c85ed66a982
|
data/.travis.yml
CHANGED
data/README.md
CHANGED
@@ -246,7 +246,7 @@ To install this gem onto your local machine, run `bundle exec rake install`. To
|
|
246
246
|
|
247
247
|
## Contributing
|
248
248
|
|
249
|
-
Bug reports and pull requests are welcome on Github at https://github.com/
|
249
|
+
Bug reports and pull requests are welcome on Github at https://github.com/saml-kit/saml-kit.
|
250
250
|
|
251
251
|
## License
|
252
252
|
|
data/lib/saml/kit/version.rb
CHANGED