balihoo_lpc_client 0.2.0.pre

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: 88249159407bfae41a2858ed1fb84361ebe7c31b
4
+ data.tar.gz: 60d4affab49cc424a4a08b9b6ceccbbb5783a412
5
+ SHA512:
6
+ metadata.gz: 2cc9c620a547d2d172d99f982e7611fc658545cb10389d9260c2df26495518b968d42804d05646d86c1502bf2ece979951133e54b67d7e02dba7edd8800ebd6a
7
+ data.tar.gz: 430ab3c8f92282ee721c5cd54a4f226426aeab20a513b0971caa3d464cd9ef98e8b0ced5107101a1f011153aa2432f71bebca0a792d1a44f2e425a7f09a7f19e
data/.codeclimate.yml ADDED
@@ -0,0 +1,25 @@
1
+ ---
2
+ engines:
3
+ duplication:
4
+ enabled: true
5
+ config:
6
+ languages:
7
+ - ruby
8
+ - javascript
9
+ - python
10
+ - php
11
+ fixme:
12
+ enabled: true
13
+ rubocop:
14
+ enabled: true
15
+ ratings:
16
+ paths:
17
+ - "**.inc"
18
+ - "**.js"
19
+ - "**.jsx"
20
+ - "**.module"
21
+ - "**.php"
22
+ - "**.py"
23
+ - "**.rb"
24
+ exclude_paths:
25
+ - spec/
data/.gitignore ADDED
@@ -0,0 +1,9 @@
1
+ /.bundle/
2
+ /.yardoc
3
+ /Gemfile.lock
4
+ /_yardoc/
5
+ /coverage/
6
+ /doc/
7
+ /pkg/
8
+ /spec/reports/
9
+ /tmp/
data/.rspec ADDED
@@ -0,0 +1,2 @@
1
+ --format documentation
2
+ --color