catarse_iugu 0.1 → 0.1.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/Gemfile.lock +1 -1
- data/README.md +2 -2
- data/config/initializers/iugu.rb +1 -1
- data/lib/catarse_iugu/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 36dd7248622e5c1ee67f45632cf49c819cb90004
|
4
|
+
data.tar.gz: 519c7d48888ec43ca967c044e87ee632bbf90f7e
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: a1ce84119e8052ddb9e7912a26ce28570db6468586e1965c0a7fb7103f4cbeba446e07f7d9f2715e52d7aa4cb843e439f5871340f935dbeec3e2cb07c72344cd
|
7
|
+
data.tar.gz: 68a49262d0ecef283164fd772b77468b38bf6009bb7723d4166776a1d0b16c74f0cc87bee6df5dca896fdcab72948daf1d303cc1c0f05c01a173eaa0ed41b908
|
data/Gemfile.lock
CHANGED
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 '
|
10
|
-
gem 'iugu'
|
9
|
+
gem 'catarse_iugu'
|
10
|
+
gem 'iugu'
|
11
11
|
|
12
12
|
And then execute:
|
13
13
|
|
data/config/initializers/iugu.rb
CHANGED
@@ -1 +1 @@
|
|
1
|
-
Iugu.api_key =
|
1
|
+
Iugu.api_key = PaymentEngines.configuration[:iugu_api_key]
|
data/lib/catarse_iugu/version.rb
CHANGED