culqi 1.1.9 → 1.2.0
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 +4 -4
- data/README.md +4 -4
- data/lib/culqi/version.rb +1 -1
- metadata +3 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: a7da72ef030b6d1a125d384de0cd21d087a5e0db
|
|
4
|
+
data.tar.gz: d3490aab392c0640c1b4304c1fd3f8889a5572d9
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: bf2b9cfc9a732a77c6fecf9f4ee35482bc8e43605644ef9047614c88035b759700472467d3c504fb00415e3e35535b10a0bba1f60ea4b792f10d75948a3193b3
|
|
7
|
+
data.tar.gz: 82aadd6677bd1b0d6abaa1cc62bc52e67134016f942da047e478dc756d895d0bed40bc8cb98784202fbddf8cf15252f8d4a9c78916fb96a0ba7c1310ec08b1f2
|
data/README.md
CHANGED
|
@@ -7,7 +7,7 @@ This gem allows your Rails or Ruby app to quickly integrate with Culqi Payment p
|
|
|
7
7
|
Add this line to your application's Gemfile:
|
|
8
8
|
|
|
9
9
|
```ruby
|
|
10
|
-
gem '
|
|
10
|
+
gem 'culqi'
|
|
11
11
|
```
|
|
12
12
|
|
|
13
13
|
And then execute:
|
|
@@ -16,7 +16,7 @@ And then execute:
|
|
|
16
16
|
|
|
17
17
|
Or install it yourself as:
|
|
18
18
|
|
|
19
|
-
$ gem install
|
|
19
|
+
$ gem install culqi
|
|
20
20
|
|
|
21
21
|
## Versiones
|
|
22
22
|
|
|
@@ -91,8 +91,8 @@ datos_venta = {
|
|
|
91
91
|
nombres: 'Augusto',
|
|
92
92
|
apellidos: 'Samame'
|
|
93
93
|
}
|
|
94
|
-
|
|
95
|
-
venta = culqi.crear_venta(datos_venta)
|
|
94
|
+
|
|
95
|
+
venta = culqi.crear_venta(datos_venta)
|
|
96
96
|
|
|
97
97
|
```
|
|
98
98
|
|
data/lib/culqi/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: culqi
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.
|
|
4
|
+
version: 1.2.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Augusto Samame
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: exe
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2016-
|
|
11
|
+
date: 2016-06-01 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: bundler
|
|
@@ -95,7 +95,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
95
95
|
version: '0'
|
|
96
96
|
requirements: []
|
|
97
97
|
rubyforge_project:
|
|
98
|
-
rubygems_version: 2.
|
|
98
|
+
rubygems_version: 2.5.1
|
|
99
99
|
signing_key:
|
|
100
100
|
specification_version: 4
|
|
101
101
|
summary: Facilitates integration with Culqi payment processor
|