louis 1.0.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: 7b5383749d40c79dfcdfa4b3b3e598d39950b231
4
+ data.tar.gz: 5ad4b175cb613acbaa1ab0e204b1e5c2d3f8128c
5
+ SHA512:
6
+ metadata.gz: 8ff32ce290f6b88d7ed40f778a890cad0661719e1a5ad2269361dafaa2d4938718a1413f3414aff5feb407ab48dd1b8c7ab979714aa6c18d078dfe1463a34b32
7
+ data.tar.gz: cf8ec033daf39bc16ba1335decccbcecabf46d24a3ddab4df1a08399bcf9d3ba62d8978405694143ef54f28093a523d7e8d12397305c4d8b6b0cc2d3dcfa5345
data/.gitignore ADDED
@@ -0,0 +1,14 @@
1
+ /.bundle/
2
+ /.yardoc
3
+ /Gemfile.lock
4
+ /_yardoc/
5
+ /coverage/
6
+ /doc/
7
+ /pkg/
8
+ /spec/reports/
9
+ /tmp/
10
+ *.bundle
11
+ *.so
12
+ *.o
13
+ *.a
14
+ mkmf.log
data/.rspec ADDED
@@ -0,0 +1,2 @@
1
+ --format documentation
2
+ --color
data/.travis.yml ADDED
@@ -0,0 +1,3 @@
1
+ language: ruby
2
+ rvm:
3
+ - 2.1.5
data/.yardopts ADDED
@@ -0,0 +1 @@
1
+ --default-return void --private --protected
data/Gemfile ADDED
@@ -0,0 +1,3 @@
1
+ source 'https://rubygems.org'
2
+
3
+ gemspec