brazil 0.0.1 → 0.0.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 +4 -4
- data/README.md +3 -5
- data/lib/brazil/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: 0905ddbcf53a5b243b5f768ca6b0bc93aa26a720
|
|
4
|
+
data.tar.gz: 46f04b006020557709970bf3e7b370563a959237
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: e6563ffc557a029de4ba2b3c7a1a1e957cfe435815a5e91e50b1a80e6a101539d6ebc796fc58e866ea2fe89c87633574dd77ef5c768c5d7d3632564b888f1ca9
|
|
7
|
+
data.tar.gz: 254e1196a10da18b20775e9f91cd73f81dcde86258675d630ff158b11aa1175252062687320ecb51372e6f1aea68e7173b388120d33c6ea518182583dd0b8796
|
data/README.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
#
|
|
1
|
+
# Brazil
|
|
2
2
|
|
|
3
|
-

|
|
4
4
|
|
|
5
5
|
It's not at all known that there are different programming conventions
|
|
6
6
|
for Brazil. This gem attempts to make life easier for Brazilian
|
|
@@ -17,8 +17,6 @@ Rubyists by integrating conventions that Brazilians might want to use.
|
|
|
17
17
|
=> true
|
|
18
18
|
>> sobre Object.new
|
|
19
19
|
=> "#<Object:0x007f802b8b92c0>"
|
|
20
|
-
>> diga 'em vez de puts"
|
|
21
|
-
=> 'em vez de puts"
|
|
22
20
|
>> porra!
|
|
23
21
|
=> 'caralho!'
|
|
24
22
|
>> caralho!
|
|
@@ -70,7 +68,7 @@ Or install it yourself as:
|
|
|
70
68
|
|
|
71
69
|
Like everything else we had this built in a Chinese sweatshop using
|
|
72
70
|
Brazilian natural resources and then imported back to
|
|
73
|
-
|
|
71
|
+
Brazil, however it was sweetened with 100% Brazilian pinga.
|
|
74
72
|
|
|
75
73
|
##Acknowledgement
|
|
76
74
|
This was based on the [Canada gem](https://github.com/vanruby/canada)
|
data/lib/brazil/version.rb
CHANGED