la_gear 1.0.4 → 1.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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: c83bac4bdf3c7bfad116fb346687edfc2a34d70a
4
- data.tar.gz: 8296371dc48b1226c59ef70c59affee576bf2e47
3
+ metadata.gz: 0d8d97a9b4e3419570d135572a9e1038f1ad2424
4
+ data.tar.gz: 8a4d192eb7ee0de0bc0244ee34b9fb676ec8d6f4
5
5
  SHA512:
6
- metadata.gz: 1b61a3708c809bb920977092cd39ca01f0b1a5fea0b856846242fa3580f326e704601fb7e3e402a7ea0f874533b687abfc2820881017c39a42421eee5f0de520
7
- data.tar.gz: 7d82f7a7ba3433304d76c02f6d689dc3940816fa30e46c61a3b3a91fc6a329707728de4ccbbc451f401d8dea3c0bb378b5e0000e16d2a75525e5e3a1cbb57718
6
+ metadata.gz: ad9444effa13b1f5993579840fd7547241b6fd2bf2671ebd7dda61a70263b7c752208b2bb0fb370fd2fe3a6361339d4ffe81cf41845c2441f5c8b908e8e6fccd
7
+ data.tar.gz: 95c3570bc8c78ae130e368922823c5f8545f8daecb2b18671b7f1f67af0712a2ebb8398f0207fa46ac485cef336560258b518ec08690ed801d31a4ed7c6ae854
data/.gitignore CHANGED
@@ -20,3 +20,4 @@ tmp
20
20
  *.o
21
21
  *.a
22
22
  mkmf.log
23
+ *.log
data/.hound.yml ADDED
@@ -0,0 +1,2 @@
1
+ ruby:
2
+ config_file: .rubocop.yml
data/.overcommit.yml ADDED
@@ -0,0 +1,7 @@
1
+ # Use this file to configure the Overcommit hooks you wish to use. This will
2
+ # extend the default configuration defined in:
3
+ # https://github.com/causes/overcommit/blob/master/config/default.yml
4
+ PreCommit:
5
+ RuboCop:
6
+ enabled: true
7
+ problem_on_unmodified_line: warn