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 +4 -4
- data/README.markdown +4 -3
- data/lib/pagseguro_client/version.rb +1 -1
- data/pagseguro_client.gemspec +2 -2
- metadata +4 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 97755bfc5810ac202096c420310718ab9c3f3074
|
4
|
+
data.tar.gz: e21023759c03ca1f0f3cc4263f44ecc16c898d5e
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
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
|
|
data/pagseguro_client.gemspec
CHANGED
@@ -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.
|
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-
|
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: []
|