pronto-credo 0.0.6 → 0.0.7

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: 6d62f12823315103d62fef3407d266a731cbd337
4
- data.tar.gz: 6bc04a6f503ee58105ba9dc478b8dd9a712d8310
3
+ metadata.gz: ef0ebbcdbb7d408c5ae7c6ce51d9384bb6792f31
4
+ data.tar.gz: 653890006dc2666b6856040b2752ccf1f5bafb7b
5
5
  SHA512:
6
- metadata.gz: 991a3115a376d5e7e9ee21fae44be699dad810209aca80e1707396b7c82c3b26506f98992211c136f390b8e86c75f6776fb177832c17307643f79b5c2452d7e9
7
- data.tar.gz: 842381f86555d8e1f62372843413584a86926a40dcf4177bf24f61a2606b406a235b6915d39a3f9c7d2c2174921bed14209fd2ff13f8ab4198847d91751f6e31
6
+ metadata.gz: 3665574478b208f216b60099fc8eec526fcced1c59805db032b09bd0d7f15a00e4c56581c1b483fa4ff19713b05d7d4f864f2f41489ea19f225cab64a33be29d
7
+ data.tar.gz: 40f79874d9a757e31142b9946c127f0fa63dbe0a4a5a4576cb8b1de816fe625f8c25ec237db3678e8e34c8ea3e333131d6b46affbb05480123bcb6e2ece1ae49
data/CHANGELOG.md CHANGED
@@ -1,3 +1,5 @@
1
- ##version 0.0.6
1
+ ## 0.0.7
2
+ - Add environment flag to compile elixir sources https://github.com/carakan/pronto-credo/pull/7
3
+ ## version 0.0.6
2
4
  - Passing the full path makes Credo take forever to scan the file. https://github.com/carakan/pronto-credo/pull/4/commits/5677a48972dab75013a3d972fb5ac166aab3b691
3
5
 
@@ -1,5 +1,5 @@
1
1
  module Pronto
2
2
  module Credo
3
- VERSION = '0.0.6'.freeze
3
+ VERSION = '0.0.7'.freeze
4
4
  end
5
5
  end
@@ -10,7 +10,7 @@ module Pronto
10
10
  def run
11
11
  return [] unless @patches
12
12
 
13
- compile
13
+ compile if ENV["PRONTO_CREDO_COMPILE"] == 1
14
14
 
15
15
  @patches.select { |p| p.additions > 0 }
16
16
  .select { |p| elixir_file?(p.new_file_full_path) }
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: pronto-credo
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.6
4
+ version: 0.0.7
5
5
  platform: ruby
6
6
  authors:
7
7
  - Carlos Ramos
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2017-05-18 00:00:00.000000000 Z
11
+ date: 2017-07-25 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler