auth_keys_chain 0.0.1

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
+ SHA1:
3
+ metadata.gz: bbca7c2bba6fee97c3ee654a5be86f1e410c8b0b
4
+ data.tar.gz: 4495921da91a3075b9f2b104600dbc8758cfc40a
5
+ SHA512:
6
+ metadata.gz: 63676575777d41aa5278216a9772738f931f93c2aeaf7c0cc54cd17eec6d752a3b31962c325e4745c1458d2a339d1dfc773ac0cc007f646970bad6e5ea9160eb
7
+ data.tar.gz: 3630bc381733ffbe72069f926efc7e66dedb1c01549bf65450f0cd9bfb7019d7c26c72e74b5521ba7fc2b668f5981db711b6b5532cc6851af1c1162b4c60f883
data/.gitignore ADDED
@@ -0,0 +1,14 @@
1
+ /.bundle/
2
+ /.yardoc
3
+ /Gemfile.lock
4
+ /_yardoc/
5
+ /coverage/
6
+ /doc/
7
+ /pkg/
8
+ /spec/reports/
9
+ /tmp/
10
+ *.bundle
11
+ *.so
12
+ *.o
13
+ *.a
14
+ mkmf.log
data/Gemfile ADDED
@@ -0,0 +1,4 @@
1
+ source 'https://rubygems.org'
2
+
3
+ # Specify your gem's dependencies in auth_keys.gemspec
4
+ gemspec