bt-tools 0.3.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: 61d8e07318dce7f77169a2c79e71099bac9f36e9
4
+ data.tar.gz: d5a693351deb664fc6c0f452576fe5ff8fe2f533
5
+ SHA512:
6
+ metadata.gz: f177276a6182b133db815edb88bd21888163e1379e0e9f0258b0cdc3008a00069d3f7558c2e3141d3f8424ba39df66d95d9042b84428fbb8919bdb428884d112
7
+ data.tar.gz: 445dc20598acafcaf9ad5bc3e3364f6f68048270e45094c743c64479f3b48e74c6f4ae6bed11e0c5f80e8ef59afafb5844fc6c9a5dae0c0958722dcda73e3bd4
data/.codeclimate.yml ADDED
@@ -0,0 +1,12 @@
1
+ ---
2
+ engines:
3
+ fixme:
4
+ enabled: true
5
+ rubocop:
6
+ enabled: true
7
+ ratings:
8
+ paths:
9
+ - "**.rb"
10
+ exclude_paths:
11
+ - config/**/*
12
+ - spec/**/*
data/.gitignore ADDED
@@ -0,0 +1,10 @@
1
+ /.bundle
2
+ /.yardoc
3
+ /Gemfile.lock
4
+ /_yardoc
5
+ /coverage
6
+ /doc
7
+ /pkg
8
+ /spec/reports
9
+ /tmp
10
+ /.DS_Store