cool_hash 0.1.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml ADDED
@@ -0,0 +1,7 @@
1
+ ---
2
+ SHA1:
3
+ metadata.gz: c4beb117cdd9be6743a1defc5788f3eadb08ab8a
4
+ data.tar.gz: 178d340082312a4546e9daef7d81d97a44837ee0
5
+ SHA512:
6
+ metadata.gz: 19a79e8dbcd7bc79bdcd04622177088087e31f6a37d96e1d1ea0c39b634c2f8210ca74dedc78e54b5db37c03aac8f99cdd0f8e380aae3efecd17f02bf140cce1
7
+ data.tar.gz: f44abe9fd18b0a33b103fdf52cdd7317f9ac8cf3b392a037091ebb8281a21437cfaf9fc7e903d1d3c856bb52a6462a6a0937e6598203f597c0f1b77f4a3dd719
data/.gitignore ADDED
@@ -0,0 +1,9 @@
1
+ /.bundle/
2
+ /.yardoc
3
+ /Gemfile.lock
4
+ /_yardoc/
5
+ /coverage/
6
+ /doc/
7
+ /pkg/
8
+ /spec/reports/
9
+ /tmp/
data/.rspec ADDED
@@ -0,0 +1,2 @@
1
+ --format documentation
2
+ --color