conekta_event 1.0.0 → 1.0.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 +4 -4
- data/conekta_event.gemspec +1 -1
- data/lib/conekta_event/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: cd391e926e985f9c1fd8bfb919e3ddfd346d8b39
|
4
|
+
data.tar.gz: 5836c0e3483d8591a296fdc6b7d81b04fd977a78
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: e87195423e6eedb7b7bf46665b2777e18baad163af2fbb3e27c389b9df19e7c9d53c86e8ded546de21d5101d4f12ca5b87d3ab65201f85a13e38ee9c7909f41f
|
7
|
+
data.tar.gz: 2c29cf3bd3124c7f50c94839ee78cc0ace55be21c5f7fafa1ce7b0f072491ca15a56107433d9b4a6a20ffefe5872c4088285876c69fd1cfffdfc66c23ab90a69
|
data/conekta_event.gemspec
CHANGED
@@ -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
|
-
|
12
|
+
s.homepage = "https://github.com/Actiun/conkecta-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"
|
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.
|
4
|
+
version: 1.0.1
|
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:
|
165
|
+
homepage: https://github.com/Actiun/conkecta-event
|
166
166
|
licenses:
|
167
167
|
- MIT
|
168
168
|
metadata: {}
|