pagseguro_v2 0.0.5 → 0.0.6
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.
- data/README.md +10 -6
- data/lib/pagseguro_v2/checkout.rb +4 -0
- data/lib/pagseguro_v2/version.rb +1 -1
- metadata +2 -2
data/README.md
CHANGED
|
@@ -1,12 +1,11 @@
|
|
|
1
1
|
# PagSeguro V2
|
|
2
2
|
|
|
3
|
-
PagSeguro gem for
|
|
3
|
+
PagSeguro is a Brazilian payment gateway. This gem for their version 2 API.
|
|
4
4
|
|
|
5
5
|
## Instalação
|
|
6
6
|
|
|
7
7
|
No Gemfile
|
|
8
8
|
|
|
9
|
-
|
|
10
9
|
```ruby
|
|
11
10
|
|
|
12
11
|
gem "pagseguro_v2"
|
|
@@ -20,15 +19,20 @@ Ou via RubyGems, diretamente:
|
|
|
20
19
|
|
|
21
20
|
## Uso
|
|
22
21
|
|
|
22
|
+
## API
|
|
23
23
|
|
|
24
|
-
|
|
24
|
+
We strongly suggest you to check the PagSeguro API Documentation, in this gem we kept their nomenclature for objects
|
|
25
|
+
https://pagseguro.uol.com.br/v2/guia-de-integracao/visao-geral.html
|
|
25
26
|
|
|
26
|
-
|
|
27
|
+
## Authors
|
|
27
28
|
|
|
29
|
+
* Cirdes Henrique - cirdes@eventick.br
|
|
28
30
|
* Thiago Diniz - thiago@eventick.com.br
|
|
29
31
|
|
|
30
32
|
## Contribuindo
|
|
33
|
+
* Rodrigo Alves - rodrigovieira1994@gmail.com
|
|
34
|
+
* Guilherme Barreto - guilherme@eventick.com.br
|
|
31
35
|
|
|
32
|
-
##
|
|
36
|
+
## License
|
|
33
37
|
|
|
34
|
-
A gem PagSeguro V2 está sob a licença do MIT com atribuições ao Eventick http://eventick.com.br/
|
|
38
|
+
A gem PagSeguro V2 está sob a licença do MIT com atribuições ao Eventick http://eventick.com.br/
|
data/lib/pagseguro_v2/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: pagseguro_v2
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.0.
|
|
4
|
+
version: 0.0.6
|
|
5
5
|
prerelease:
|
|
6
6
|
platform: ruby
|
|
7
7
|
authors:
|
|
@@ -10,7 +10,7 @@ authors:
|
|
|
10
10
|
autorequire:
|
|
11
11
|
bindir: bin
|
|
12
12
|
cert_chain: []
|
|
13
|
-
date: 2013-
|
|
13
|
+
date: 2013-06-04 00:00:00.000000000 Z
|
|
14
14
|
dependencies:
|
|
15
15
|
- !ruby/object:Gem::Dependency
|
|
16
16
|
name: nokogiri
|