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 +4 -4
- data/lib/massa/templates/massa.yml +1 -1
- data/lib/massa/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: d50f9024eadffa3f0c3057b228219c0caf0433b1
|
|
4
|
+
data.tar.gz: 57bf4564ca051ddf159c20a4f97d8cda736b3eba
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: b99fca7668c9e66120fb705e33693884d5fe839826ef2d1ecaad2147701e2a8e4ee39047e8c79eb45d6d64bc02ba57d27feef652c0259a2ce8a03af88a49aec9
|
|
7
|
+
data.tar.gz: 53c24907aa07b51d7f6f6456556d56040a7347226f46401fa6f135ca54fcde70c4adc1badc3b574f57521fd09e68cf94b61f12bf3318a02a000fc7732eb1f5d2
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
#
|
|
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