brazil 0.0.1 → 0.0.2

Sign up to get free protection for your applications and to get access to all the features.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +3 -5
  3. data/lib/brazil/version.rb +1 -1
  4. metadata +1 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 787daedcc48fa22aa0f20b6d15ee963b12a41340
4
- data.tar.gz: 57aa6b196f414eb3771c6766ecff4205cee59448
3
+ metadata.gz: 0905ddbcf53a5b243b5f768ca6b0bc93aa26a720
4
+ data.tar.gz: 46f04b006020557709970bf3e7b370563a959237
5
5
  SHA512:
6
- metadata.gz: f2762ac743514a0e5fbcdbf47a9c301a250f306858f0b4bbb26dd9f9cbfb73de7de8493e89dd8014bcd4acbb8c7d71409ab5dd6873c78a9459e6fd976328e208
7
- data.tar.gz: 0f6eb669e1ee687aa08cb3f64264dc5ea2e726312fda48a52784ad17f0324cbeed19656f39e7100221782532fe0a7747bfa467ab27a4a7143bcf18378702a25c
6
+ metadata.gz: e6563ffc557a029de4ba2b3c7a1a1e957cfe435815a5e91e50b1a80e6a101539d6ebc796fc58e866ea2fe89c87633574dd77ef5c768c5d7d3632564b888f1ca9
7
+ data.tar.gz: 254e1196a10da18b20775e9f91cd73f81dcde86258675d630ff158b11aa1175252062687320ecb51372e6f1aea68e7173b388120d33c6ea518182583dd0b8796
data/README.md CHANGED
@@ -1,6 +1,6 @@
1
- # Canada
1
+ # Brazil
2
2
 
3
- ![Brazilian flag](https://raw.github.com/vanruby/canada/master/brazil.png)
3
+ ![Brazilian flag](https://raw.github.com/timcase/brazil/master/brazil.png)
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
- to Brazil, however it was sweetened with 100% Brazilian pinga.
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)
@@ -1,3 +1,3 @@
1
1
  module Brazil
2
- VERSION = "0.0.1"
2
+ VERSION = "0.0.2"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: brazil
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.1
4
+ version: 0.0.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tim Case