osvc_ruby 1.5.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
+ SHA256:
3
+ metadata.gz: 8d2dde18116ee0e44faf48cdfe7041bad8e669b46e83b1c658fc62e72be1a2ce
4
+ data.tar.gz: 5e9daa36177f864e7613b16195b8bf30fdb472955adafc4b4186e330c1b16586
5
+ SHA512:
6
+ metadata.gz: 1e5d3b883a3c85e70583e4201a37e38837be1178260b17035705cf28ab7d8a685489cd56f56153d7a63f5228bb5220c22e16d8e34de856b12e4414ccd99d27b4
7
+ data.tar.gz: 60cf449065b6753bc578523ccc5b49dfbe187d31a5e60b78326646d459891ddc886d16852617e54a00fc0524a4b9ced49cad2e2b146607f28effe44d6049e1a9
data/.codeclimate.yml ADDED
@@ -0,0 +1,22 @@
1
+ ---
2
+ engines:
3
+ duplication:
4
+ enabled: true
5
+ config:
6
+ languages:
7
+ - ruby
8
+ fixme:
9
+ enabled: true
10
+ rubocop:
11
+ enabled: true
12
+ ratings:
13
+ paths:
14
+ - "**.inc"
15
+ - "**.js"
16
+ - "**.jsx"
17
+ - "**.module"
18
+ - "**.php"
19
+ - "**.py"
20
+ - "**.rb"
21
+ exclude_paths:
22
+ - spec/
data/.gitignore ADDED
@@ -0,0 +1,14 @@
1
+ /.bundle/
2
+ /.yardoc
3
+ /_yardoc/
4
+ /coverage/
5
+ /doc/
6
+ /pkg/
7
+ /spec/reports/
8
+ /spec/fixtures/
9
+ /tmp/
10
+ *.bundle
11
+ *.so
12
+ *.o
13
+ *.a
14
+ mkmf.log
data/.rspec ADDED
@@ -0,0 +1,2 @@
1
+ --color
2
+ --format documentation