catarse_iugu 0.1 → 0.1.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: f0dd27a4822de6473311db8e3068a7f9c9131a8e
4
- data.tar.gz: aaf1329711415ca2f2cbddad48783c6d81bb9ad1
3
+ metadata.gz: 36dd7248622e5c1ee67f45632cf49c819cb90004
4
+ data.tar.gz: 519c7d48888ec43ca967c044e87ee632bbf90f7e
5
5
  SHA512:
6
- metadata.gz: e3ee211c9fd184606496111dd98eb48f5b26ceed3dc7c529d2e8fc872ea637450f111687706ca77126ca4ba2312e356c091d90fb6be47ef5c6f7b068c34f6911
7
- data.tar.gz: 8279fc61a941c78ba37922802653fd6907f18b016594e50118252f239fa46e760bb3b3384ba0cb9d3599d32314d98ddbf80ab28d47fe3164617d7af3fa5307d2
6
+ metadata.gz: a1ce84119e8052ddb9e7912a26ce28570db6468586e1965c0a7fb7103f4cbeba446e07f7d9f2715e52d7aa4cb843e439f5871340f935dbeec3e2cb07c72344cd
7
+ data.tar.gz: 68a49262d0ecef283164fd772b77468b38bf6009bb7723d4166776a1d0b16c74f0cc87bee6df5dca896fdcab72948daf1d303cc1c0f05c01a173eaa0ed41b908
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- catarse_iugu (0.1)
4
+ catarse_iugu (0.1.1)
5
5
  iugu
6
6
  rails (~> 4.1)
7
7
  slim-rails
data/README.md CHANGED
@@ -6,8 +6,8 @@ Iugu integration with [Catarse](http://github.com/danielweinmann/catarse) crowdf
6
6
 
7
7
  Add this lines to your Catarse application's Gemfile under the payments section:
8
8
 
9
- gem 'catarse_stripe', :git => 'git://github.com/mrodrigues/catarse_iugu.git'
10
- gem 'iugu', :git => 'https://github.com/iugu/iugu-ruby.git'
9
+ gem 'catarse_iugu'
10
+ gem 'iugu'
11
11
 
12
12
  And then execute:
13
13
 
@@ -1 +1 @@
1
- Iugu.api_key = "b101eaff7163e194aa78170555aa86ab"
1
+ Iugu.api_key = PaymentEngines.configuration[:iugu_api_key]
@@ -1,3 +1,3 @@
1
1
  module CatarseIugu
2
- VERSION = "0.1"
2
+ VERSION = "0.1.1"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: catarse_iugu
3
3
  version: !ruby/object:Gem::Version
4
- version: '0.1'
4
+ version: 0.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - mrodrigues