pagseguro_client 0.4.0 → 0.4.1

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: 2832acc369979554800b28736a3772fbea5f63fc
4
- data.tar.gz: bd8e382e2e80a77861cfa67e06b00ac93676f9a8
3
+ metadata.gz: 97755bfc5810ac202096c420310718ab9c3f3074
4
+ data.tar.gz: e21023759c03ca1f0f3cc4263f44ecc16c898d5e
5
5
  SHA512:
6
- metadata.gz: 2c6c05db4cc71c3a67a3f821cb0511696192df1da08965d9239ac0ba47bd1c5621fcd6c0a95863b9e01f68de0fb64f39cd5f80a372fb01eeb0acc3e74f785aab
7
- data.tar.gz: c1cd0887e621d9e038b04ca940e20151e0bb76ee357b93f36db31bb67628aac94c9d7d6ab2cdd5e2893f77f112d2307220c279e218b68bc285160436fa2ca80f
6
+ metadata.gz: 253b5020c98a015e58cfd84b592b4245cb64c466a573c15d7a4409d17866a5500ba239b98de160a70b0619ef6f8bbf9a3f4db6a476d42b7f34bcf8780d2e3543
7
+ data.tar.gz: d1270f495014d97b5888e8ac1be0fcd09f84041d64ed5159c5bac8a35e50980c777ae6c919e72be646d967ef25e71d764270d93c866a86858cbcf910475b9b74
data/README.markdown CHANGED
@@ -144,9 +144,10 @@ O objeto `transaction` possui os seguintes métodos:
144
144
  * `canceled`: Cancelado
145
145
 
146
146
  ## Autor
147
- Matheus Tardivo (<http://matheustardivo.com>)
148
- Raphael Costa (<http://raphaelcosta.net>)
149
- André Kupkovski (<http://kupkovski.github.com>)
147
+ * Matheus Tardivo (<http://matheustardivo.com>)
148
+ * Raphael Costa (<http://raphaelcosta.net>)
149
+ * André Kupkovski (<http://kupkovski.github.com>)
150
+ * Heitor Salazar Baldelli (<http://www.woollu.com>)
150
151
 
151
152
  ## Licença:
152
153
 
@@ -1,3 +1,3 @@
1
1
  module PagseguroClient
2
- VERSION = "0.4.0"
2
+ VERSION = "0.4.1"
3
3
  end
@@ -5,8 +5,8 @@ require "pagseguro_client/version"
5
5
  Gem::Specification.new do |s|
6
6
  s.name = "pagseguro_client"
7
7
  s.version = PagseguroClient::VERSION
8
- s.authors = ["Matheus Tardivo", "Raphael Costa", "Andre Kupkovski"]
9
- s.email = ["matheustardivo@gmail.com", "raphael@raphaelcosta.net", "kupkovski@gmail.com"]
8
+ s.authors = ["Matheus Tardivo", "Raphael Costa", "Andre Kupkovski", "Heitor Salazar Baldelli"]
9
+ s.email = ["matheustardivo@gmail.com", "raphael@raphaelcosta.net", "kupkovski@gmail.com", "heitor@woollu.com"]
10
10
  s.homepage = "https://github.com/matheustardivo/pagseguro_client"
11
11
  s.summary = %q{The library to access the new services from Pagseguro (v2)}
12
12
  s.description = s.summary
metadata CHANGED
@@ -1,16 +1,17 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: pagseguro_client
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.4.0
4
+ version: 0.4.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Matheus Tardivo
8
8
  - Raphael Costa
9
9
  - Andre Kupkovski
10
+ - Heitor Salazar Baldelli
10
11
  autorequire:
11
12
  bindir: bin
12
13
  cert_chain: []
13
- date: 2013-10-01 00:00:00.000000000 Z
14
+ date: 2013-10-03 00:00:00.000000000 Z
14
15
  dependencies:
15
16
  - !ruby/object:Gem::Dependency
16
17
  name: bundler
@@ -115,6 +116,7 @@ email:
115
116
  - matheustardivo@gmail.com
116
117
  - raphael@raphaelcosta.net
117
118
  - kupkovski@gmail.com
119
+ - heitor@woollu.com
118
120
  executables: []
119
121
  extensions: []
120
122
  extra_rdoc_files: []