catarse_compra_facil 0.0.1 → 0.0.2

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: cc4e872428a485d018083254e21ee3b5231fc27f
4
- data.tar.gz: 224844894d5c6636058085f38f28e73f99c57a6e
3
+ metadata.gz: 0a7b86bda8851ecd2d4954782033fd059a508a54
4
+ data.tar.gz: 4079b893a360db57f9d7911993fb6693adba4d95
5
5
  SHA512:
6
- metadata.gz: f2ab2841e29579d0fd9cd163c844712bedcca46da0045d2d229cbff4308985cb5a3a00f2943f670163d658d41c8c380558473ab143910766dc6e19194bb48543
7
- data.tar.gz: 40e2a1ba1c71a1d1682251540f787e86421c0f69a663a3077c4824c33628d6013223b0d607d8029b7bace2c742ad5b8d6cf856d89910edddb0e58d1ada83866a
6
+ metadata.gz: 9b51da794230b2e750b0a9348320100a528e361cadde4ff2a6f8a01055054dde657e9660194dfbab57a3e19872263f66c91fa8417e751f4e028f300ea4379bb4
7
+ data.tar.gz: 346f9e78882c1f76040402aba91e82f2ef01cd1d6598a1daff91de2e1d88d99e8a6795bb794e3dca8b376ac2de14cbe917493192bfbf69d39266e6f13958acb2
@@ -17,7 +17,7 @@ class CatarseCompraFacil::CompraFacilController < ApplicationController
17
17
 
18
18
  backer.update_attributes payment_method: 'CompraFacil', entity: @comprafacil.entity, reference: @comprafacil.reference
19
19
 
20
- flash[:success] = t('sucess_comprafacil', scope: SCOPE)
20
+ flash[:success] = t('success_comprafacil', scope: SCOPE)
21
21
  redirect_to main_app.project_backer_path(project_id: backer.project.id, id: backer.id)
22
22
 
23
23
  rescue Exception => e
@@ -1,3 +1,3 @@
1
1
  module CatarseCompraFacil
2
- VERSION = "0.0.1"
2
+ VERSION = "0.0.2"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: catarse_compra_facil
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
  - EdgeInnovation
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2013-12-19 00:00:00.000000000 Z
11
+ date: 2013-12-20 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rails