ribose 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
+ SHA1:
3
+ metadata.gz: 0c929f45b0444c15da50fc733a113323af06fff1
4
+ data.tar.gz: 4397e2fd284e6cf61a89d2024511aa38f77bb4d5
5
+ SHA512:
6
+ metadata.gz: 46872d9a5273a506de11516511bbfa5599e45c30867f4c7c0e108d4a11bfff7101a8041bea109d537c06f165b37c3a36efce339772c2c34c14566373678d7536
7
+ data.tar.gz: 0363b0f70367b54001dbdf92c56b6571fa3301128e9147251d0cd985c64aa5eb338df82978346ff61842fe79bfe10eb3b622799ca8c08f17b6abd673f8d2c1c9
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/.hound.yml ADDED
@@ -0,0 +1,3 @@
1
+ ruby:
2
+ Enabled: true
3
+ config_file: .rubocop.yml
data/.rspec ADDED
@@ -0,0 +1 @@
1
+ --color