nexaas-auditor 1.0.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: f9346148a901d3522638421724dc138eb776fd1a
4
+ data.tar.gz: fa44e097369d0fe7217d6310773a1724efe5de1e
5
+ SHA512:
6
+ metadata.gz: e66ad047a111d655e416bac410f17f01f530a133257dc2dfedc0b3e572727b5aeb6d0d9fed7a2d47d9b93c5d2be88f7a8d1775be0f2d2aa29148260aaa83bdbd
7
+ data.tar.gz: 555203f20ed7b5e799aea8f2cbf8d235a420dd1c7e8c7f4983009bf84f5b49decf86340fbb0ac4dd91f5ef34d574ca1574e34636c7ce91a3c453f523b0adffc9
data/.codeclimate.yml ADDED
@@ -0,0 +1,25 @@
1
+ ---
2
+ engines:
3
+ duplication:
4
+ enabled: true
5
+ config:
6
+ languages:
7
+ - ruby
8
+ fixme:
9
+ enabled: true
10
+ exclude_fingerprints:
11
+ - c103797679d4bb2ce925cda70648a108
12
+ - 67060721abddc017841c2ff22a9ed4f1
13
+ - fdd9efff93cbb79cfdea6e545522e5a7
14
+
15
+ rubocop:
16
+ enabled: true
17
+ exclude_fingerprints:
18
+ - 82c26cac5aaeae892c903826c92c1843
19
+ - 72acdeda323c6192b7737afb81aaa031
20
+ - 1085a95b7954028c987d0180fbc04f29
21
+ ratings:
22
+ paths:
23
+ - "**.rb"
24
+ exclude_paths:
25
+ - spec/
data/.gitignore ADDED
@@ -0,0 +1,11 @@
1
+ /.bundle/
2
+ /.yardoc
3
+ /Gemfile.lock
4
+ /_yardoc/
5
+ /coverage/
6
+ /doc/
7
+ /pkg/
8
+ /spec/reports/
9
+ /tmp/
10
+ .ruby-version
11
+ .ruby-gemset
data/.rspec ADDED
@@ -0,0 +1,2 @@
1
+ --format documentation
2
+ --color