akitaonrails-lw-pagto-certo 0.0.2 → 0.0.3

Sign up to get free protection for your applications and to get access to all the features.
data/History.txt CHANGED
@@ -1,3 +1,7 @@
1
+ == 0.0.3 2009-04-24
2
+
3
+ * Fixing dependencies (fails in Rails with ~> for activesupport)
4
+
1
5
  == 0.0.2 2009-03-26
2
6
 
3
7
  * Adding initial RSpec support
data/README.rdoc CHANGED
@@ -15,7 +15,7 @@ envelopes corretos de dados.
15
15
 
16
16
  == INSTALL:
17
17
 
18
- gem install akitaonrails-lw-pagto-certo
18
+ gem install akitaonrails-lw-pagto-certo --source=http://gems.github.com
19
19
 
20
20
  == USANDO O PAGAMENTO CERTO DA LOCAWEB
21
21
 
@@ -83,7 +83,7 @@ conforme o exemplo abaixo:
83
83
  lw.comprador = {
84
84
  :Nome => "Fabio Akita",
85
85
  :Email => "fabio.akita@locaweb.com.br",
86
- :Cpf => "26675175807",
86
+ :Cpf => "12312312300",
87
87
  :Rg => "123456780",
88
88
  :Ddd => "11",
89
89
  :Telefone => "12345678",
@@ -1,5 +1,5 @@
1
1
  class LwPagtoCerto
2
- VERSION = '0.0.2'
2
+ VERSION = '0.0.3'
3
3
 
4
4
  MODULO_CARTAO = "CartaoCredito"
5
5
  MODULO_BOLETO = "Boleto"
@@ -39,4 +39,4 @@ class LwPagtoCerto
39
39
  :"19" => "Pagamento cancelado pelo usuário.",
40
40
  :"20" => "Número máximo de tentativas de pagamento atingido.",
41
41
  }
42
- end
42
+ end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: akitaonrails-lw-pagto-certo
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.2
4
+ version: 0.0.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Fabio Akita
@@ -18,7 +18,7 @@ dependencies:
18
18
  version_requirement:
19
19
  version_requirements: !ruby/object:Gem::Requirement
20
20
  requirements:
21
- - - ~>
21
+ - - ">"
22
22
  - !ruby/object:Gem::Version
23
23
  version: 2.0.2
24
24
  version:
@@ -28,7 +28,7 @@ dependencies:
28
28
  version_requirement:
29
29
  version_requirements: !ruby/object:Gem::Requirement
30
30
  requirements:
31
- - - ~>
31
+ - - ">"
32
32
  - !ruby/object:Gem::Version
33
33
  version: 2.1.0
34
34
  version:
@@ -38,7 +38,7 @@ dependencies:
38
38
  version_requirement:
39
39
  version_requirements: !ruby/object:Gem::Requirement
40
40
  requirements:
41
- - - ~>
41
+ - - ">"
42
42
  - !ruby/object:Gem::Version
43
43
  version: 1.5.0
44
44
  version: