massa 0.1.1 → 0.1.2

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: aadc51e42acbcd653a9413bcb4614e7ae72dec4b
4
- data.tar.gz: 73325f3affa4b659a750e64a27f957e2f86d361f
3
+ metadata.gz: 1e726ebbaf50804a1d13ebe8057c4126ff6528f8
4
+ data.tar.gz: bf7063a071237f48ed27a4bb6f4c3ee539417126
5
5
  SHA512:
6
- metadata.gz: 273760242503e483a770ddc0df15838279f347c08c8c4aaa29bf0fb6fe99881384bfadb40f475582a38e4293870f5303d1a57007e34d8109ada98d11382db6c3
7
- data.tar.gz: de72518c9811742b803b4dbfda809a6a8b87719acf2626fc55632ebcebb36819b4185d0251ec4b6304b07ff4744e6211a03604ebc944724d9bcd821cdfc4f6ac
6
+ metadata.gz: 88b6950d184e591757e1615a2c06b3ffbd9b3f20ae418e942e1a7813790386be6a8267f8e3dbf800319a3fd676a42e48cad0a18afc8d43fe00506e782bc35371
7
+ data.tar.gz: 804f9065d86103cb1eed9becb89e3e1423a9e1460c4b2ada7f397132543bee847592cb066c68a0b826b8712509b32250b0eb623e3586479c811d3dfa61c66b6f
data/README.md CHANGED
@@ -1,4 +1,4 @@
1
- # Massa
1
+ # 👌 Massa
2
2
 
3
3
  [![Gem Version](https://badge.fury.io/rb/massa.svg)](https://rubygems.org/gems/massa)
4
4
  [![Build Status](https://travis-ci.org/lucascaton/massa.svg?branch=master)](https://travis-ci.org/lucascaton/massa)
@@ -48,7 +48,7 @@ It's recommended to use `-V` (or `--verbose`) flag when running it in a CI:
48
48
 
49
49
  ## About the gem name
50
50
 
51
- **"Massa"** is a Portuguese slang which means "awesome", so once you add it to your project, it becomes "massa"!
51
+ **"Massa"** is a 🇧🇷 Portuguese slang which means **"awesome"**, so once you add it to your project, it becomes "massa"!
52
52
 
53
53
  ## Contributing
54
54
 
@@ -1,4 +1,4 @@
1
- # Default tools will run by default:
1
+ # Default tools (link below) will run by default:
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.1'
4
+ VERSION = '0.1.2'
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.1
4
+ version: 0.1.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Lucas Caton