massa 0.1.3 → 0.1.4

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: d73ed47d52f86581a800df65e74bfaf03d158558
4
- data.tar.gz: a7cf3f0f19f8dad4ac430b5d4ae15edf082cd105
3
+ metadata.gz: d50f9024eadffa3f0c3057b228219c0caf0433b1
4
+ data.tar.gz: 57bf4564ca051ddf159c20a4f97d8cda736b3eba
5
5
  SHA512:
6
- metadata.gz: 13dae513194f94526bc814b9643f570d93edbc2181d17910fb1028d8f11061edd1b1bba4c395ecc0613170a1c0502dda3f598de877ded3e1f13ec0901826b203
7
- data.tar.gz: ccc6ea870d4586de0cc2dfc7356660c822c66682754bb7c2e4a24352870f4a01ff262cea3f02f9a8314e1d77526d38eb75c84e62ee859bfb27d6c949a1ab97a5
6
+ metadata.gz: b99fca7668c9e66120fb705e33693884d5fe839826ef2d1ecaad2147701e2a8e4ee39047e8c79eb45d6d64bc02ba57d27feef652c0259a2ce8a03af88a49aec9
7
+ data.tar.gz: 53c24907aa07b51d7f6f6456556d56040a7347226f46401fa6f135ca54fcde70c4adc1badc3b574f57521fd09e68cf94b61f12bf3318a02a000fc7732eb1f5d2
@@ -1,4 +1,4 @@
1
- # Default tools (link below) will run by default:
1
+ # You can find the default tools in the following link:
2
2
  # https://github.com/lucascaton/massa/blob/master/config/default_tools.yml
3
3
  # You can overwrite any tool completely or just change its `require` config to `false`
4
4
 
data/lib/massa/version.rb CHANGED
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Massa
4
- VERSION = '0.1.3'
4
+ VERSION = '0.1.4'
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: massa
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.3
4
+ version: 0.1.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Lucas Caton