elixirize 0.1.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: 50bbc7dee902135cd0de99c9b5966114578a7aad
4
+ data.tar.gz: 690e6562b32ab28c10065fb7027295cccf20b6aa
5
+ SHA512:
6
+ metadata.gz: 944e8315292e0ef9883ab1d93a280bfa514792e9cfe9b7fe70d9c4aaeca82a02740107a757b98ab5fe9e7b118f6a2c0bbe03119fdf8deaf82ba016777e98fac5
7
+ data.tar.gz: ab9e8844202bc71da8ebf959df61b09767460039db4c558ba31ac0d9a1f23bbf462a303fae040fae81ba6e116171d7bfbac4b2a693fd42e8144c857e62731555
data/.codeclimate.yml ADDED
@@ -0,0 +1,14 @@
1
+ ---
2
+ engines:
3
+ duplication:
4
+ enabled: true
5
+ config:
6
+ languages:
7
+ - ruby
8
+ rubocop:
9
+ enabled: true
10
+ ratings:
11
+ paths:
12
+ - "**.rb"
13
+ exclude_paths:
14
+ - test/
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
+ **/*.swp
11
+