lolxin 0.12.1

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: e336a645871970184eb29220938115e535b583de
4
+ data.tar.gz: 2970573bface04dfa9f63cefd21905e293f1a45e
5
+ SHA512:
6
+ metadata.gz: 140009b2b968686dbedb0a18bf7c4b70a0a4fc03249e15dedbd0213fc8abd8f79fb242d07b6f01ede578cae468a0333573a9006a17f8cee840b23ef788371030
7
+ data.tar.gz: 93931194de8eaf2ae2cb28871abc8a61a4b668455576d20829f8ee4c3a2821ec7fd8770c26b34365099f7e1fbb81d48760c97005cdffcf1f9c54b7da30179887
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,31 @@
1
+ /.bundle/
2
+ /.yardoc
3
+ /Gemfile.lock
4
+ /_yardoc/
5
+ /coverage/
6
+ /doc/
7
+ /pkg/
8
+ /spec/reports/
9
+ /tmp/
10
+
11
+ *.gem
12
+ *.rbc
13
+ /pkg/
14
+ /spec/reports/
15
+ /test/tmp/
16
+ /test/version_tmp/
17
+ /tmp/
18
+
19
+ /vendor/bundle
20
+ /lib/bundler/man/
21
+
22
+ Gemfile.lock
23
+ .ruby-version
24
+ .ruby-gemset
25
+ .rvmrc
26
+ *.swp
27
+ *.swo
28
+ demo/
29
+ TODO
30
+ .env
31
+ tags
data/.rspec ADDED
@@ -0,0 +1,3 @@
1
+ --format documentation
2
+ --color
3
+ --require spec_helper