iboleto 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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 20b5ea5335e7ff3dec559f036507af9d88bd47a1
4
- data.tar.gz: 91229fd0eff234f98998d69369f7df72f84bb0ab
3
+ metadata.gz: 79729de1049a04c97b1d046cbac4e732cab3b80e
4
+ data.tar.gz: 108ef1425ac22ed29d6fb7cccd669e9d04dd4d9d
5
5
  SHA512:
6
- metadata.gz: 91617109aa328cde91ae0820b0ae9eea709cdb95389e23904cb11480582e61d120a16b040e7287857042cf380e23f76bd176df4b858737fce17953f5bda499a6
7
- data.tar.gz: 0c3f8335b6908c64869393f01b2696cf10b0ac0643888f1a94ec843315a85f5210a25f1cce85a1e15f4dd177af4b558e6919d2436a91d69a2eeb565d5b7e5b89
6
+ metadata.gz: 437ce89f9a48f475a0de280e079dbd869e88f6eba8cf81f82c8a3f2ed47f912044bc2d6cf0de3b5878f75e46430f3f3dcb971b2399d0746c1d772cd6398e5849
7
+ data.tar.gz: 8515846e0db72bc02f05706634750232b262459bad9f8079a6846524206d394e1aa46d637b59235ab57a796058f4f36335d83adbeaf4bc66ea523d9a0c7f77c5
data/README.en.md CHANGED
@@ -24,3 +24,7 @@ Add this line to your application's Gemfile:
24
24
  3. Commit your changes (`git commit -am 'Add some feature'`)
25
25
  4. Push to the branch (`git push origin my-new-feature`)
26
26
  5. Create a new Pull Request
27
+
28
+ ## Homepage
29
+
30
+ https://github.com/abinoam/iboleto
data/README.md CHANGED
@@ -22,3 +22,7 @@ Então você pode colar os números no seu **internet bank** para realizar o pag
22
22
  3. Faça um **commit** das suas mudanças (`git commit -am 'Add some feature'`)
23
23
  4. Faça um **push** da sua branch (`git push origin my-new-feature`)
24
24
  5. Crie um novo **Pull Request**
25
+
26
+ ## Homepage
27
+
28
+ https://github.com/abinoam/iboleto
data/iboleto.gemspec CHANGED
@@ -10,7 +10,7 @@ Gem::Specification.new do |spec|
10
10
  spec.email = ["abinoam@gmail.com"]
11
11
  spec.summary = %q{Linux compatible CLI Ruby server for IBoleto android app}
12
12
  spec.description = %q{Linux compatible CLI Ruby server for QuadriMind IBoleto android app - http://www.quadrimind.com/iBoleto/}
13
- spec.homepage = ""
13
+ spec.homepage = "https://github.com/abinoam/iboleto"
14
14
  spec.license = "MIT"
15
15
 
16
16
  spec.files = `git ls-files -z`.split("\x0")
@@ -1,3 +1,3 @@
1
1
  module IBoleto
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: iboleto
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
  - Abinoam Praxedes Marques Jr.
@@ -71,7 +71,7 @@ files:
71
71
  - iboleto.gemspec
72
72
  - lib/iboleto.rb
73
73
  - lib/iboleto/version.rb
74
- homepage: ''
74
+ homepage: https://github.com/abinoam/iboleto
75
75
  licenses:
76
76
  - MIT
77
77
  metadata: {}