conekta_event 1.0.2 → 1.0.3

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: 770fef37be44f47268e0b0f231166ae4f474d838
4
- data.tar.gz: 6f33528ac0ee52786bfca0ccad0b181fb66d3911
3
+ metadata.gz: 8644ac334a11bd7d1fb3dfc6b24ab7919129431d
4
+ data.tar.gz: 0d48421598e2a7004dc572f0651b6099efd0fc1a
5
5
  SHA512:
6
- metadata.gz: e254c380f98bc4927a12febcdfa687254d60f68bbfc51b07ce4aeb152824856c46d1cf5b0c1150ae5b1da4db53db5dda59f1dd41647b1657ca4f0228a300d1b1
7
- data.tar.gz: ac842e935520f4e52e3d9429600c7d96689303217fa9bce0ba505a3b635247b63eb57a74c021ec085f0cc7cfd2c1bb42b993fbceeea34967726313a895cac277
6
+ metadata.gz: 129e2bb5006160ab31e0acc4e468f906e91504daf8719a190284d8a066511cfd57487a42dcbf5ff71bfc565a573224ed89df026227078cba6a2f50c3f60820cd
7
+ data.tar.gz: 768e85948d121d6acb36c36e460a4adb91261799532b05dd2a7a40460cf13af7cd4097e5415b96779989b416951a70124814e328bcd5b9ffa7c8822efe68e583
@@ -9,7 +9,7 @@ Gem::Specification.new do |s|
9
9
  s.version = ConektaEvent::VERSION
10
10
  s.authors = ["Jorge Najera"]
11
11
  s.email = ["jorge.najera.t@gmail.com"]
12
- s.homepage = "https://github.com/Actiun/conkecta-event"
12
+ s.homepage = "https://github.com/Actiun/conekta-event"
13
13
  s.summary = "Conekta webhook integration for Rails applications."
14
14
  s.description = "Conekta webhook integration for Rails applications."
15
15
  s.license = "MIT"
@@ -1,3 +1,3 @@
1
1
  module ConektaEvent
2
- VERSION = "1.0.2"
2
+ VERSION = "1.0.3"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: conekta_event
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.2
4
+ version: 1.0.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Jorge Najera
@@ -162,7 +162,7 @@ files:
162
162
  - spec/spec_helper.rb
163
163
  - spec/support/fixtures/evt_charge_paid.json
164
164
  - spec/support/fixtures/evt_invalid_id.json
165
- homepage: https://github.com/Actiun/conkecta-event
165
+ homepage: https://github.com/Actiun/conekta-event
166
166
  licenses:
167
167
  - MIT
168
168
  metadata: {}