xcflushd 1.0.0.rc2

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: 694ae11bc7807759b892802c006f028b0a10013b
4
+ data.tar.gz: 6a11f6bc59ceb76f3dae647a0d1be9d985c56591
5
+ SHA512:
6
+ metadata.gz: 0196ba49fbbe148073389232a18941af5533e267c16d054d04a62877660fcfe67558027f9077d3b440ce6f6026280742297f2b1884ff091c18488741caf06205
7
+ data.tar.gz: 50d187cab468d4546c498a6254d56fa144ac910ce4e7597aa921d43d3c10e82bc7833205f0fe6608d43b062c6ba1c2ea8363ffc47b7289dbc9cb7a6c5f7c5024
data/.codeclimate.yml ADDED
@@ -0,0 +1,31 @@
1
+ ---
2
+ engines:
3
+ bundler-audit:
4
+ enabled: true
5
+ duplication:
6
+ enabled: true
7
+ config:
8
+ languages:
9
+ - ruby
10
+ fixme:
11
+ enabled: true
12
+ rubocop:
13
+ enabled: true
14
+ exclude_fingerprints:
15
+ - e573bf4e82d49fe8d16722fc5fd3c6de
16
+ - cbaeffb7e01fb84f99e37993344635db
17
+ - dee175361c2218eb94439d9ea91bbc10
18
+ - f245d8a4e95bc5447c00a8e19d669f5e
19
+ ratings:
20
+ paths:
21
+ - Gemfile.lock
22
+ - "**.inc"
23
+ - "**.js"
24
+ - "**.jsx"
25
+ - "**.module"
26
+ - "**.php"
27
+ - "**.py"
28
+ - "**.rb"
29
+ exclude_paths:
30
+ - script/
31
+ - spec/
data/.gitignore ADDED
@@ -0,0 +1,8 @@
1
+ /.bundle/
2
+ /.yardoc
3
+ /_yardoc/
4
+ /coverage/
5
+ /doc/
6
+ /pkg/
7
+ /spec/reports/
8
+ /tmp/
data/.rspec ADDED
@@ -0,0 +1,3 @@
1
+ --format documentation
2
+ --color
3
+ --order rand