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.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +4 -4
  3. data/lib/culqi/version.rb +1 -1
  4. metadata +3 -3
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: eee78214f24f2411af20ff8e7e48b7c13026e3c1
4
- data.tar.gz: bd36ba5a20a924d9107195b53a63678e36a5b44c
3
+ metadata.gz: a7da72ef030b6d1a125d384de0cd21d087a5e0db
4
+ data.tar.gz: d3490aab392c0640c1b4304c1fd3f8889a5572d9
5
5
  SHA512:
6
- metadata.gz: bc592065b2cf715e77678d51a81c15919cc01cfb1c35ea19c3f6c3e5261c4d27dfa205581f76d4e4be1bc9a6c5f3d75bfe0bd7bbce3fdb1d21a85b09ab4eb3c7
7
- data.tar.gz: edccec51a2c8519ba628591895959b5549a7555f7909f893a589259195456959bab943020bf5cf97b99b843b7035ae44145c662177a3a7af167d35b0d23c3b62
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 'culqiruby'
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 culqiruby
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
@@ -1,3 +1,3 @@
1
1
  module Culqi
2
- VERSION = '1.1.9'
2
+ VERSION = '1.2.0'
3
3
  end
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.1.9
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-05-11 00:00:00.000000000 Z
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.6.4
98
+ rubygems_version: 2.5.1
99
99
  signing_key:
100
100
  specification_version: 4
101
101
  summary: Facilitates integration with Culqi payment processor