Skip to content

Commit

Permalink
Merge pull request #99 from conekta/cleanup/gemspec_metadata
Browse files Browse the repository at this point in the history
Updating gem metadata to reflect changed domain
  • Loading branch information
leofischer authored Feb 13, 2019
2 parents add7520 + 7f2d5c3 commit 2bfcb0f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions conekta.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@ require 'conekta/version'
Gem::Specification.new do |spec|
spec.name = "conekta"
spec.version = Conekta::VERSION
spec.authors = ["MauricioMurga"]
spec.email = ["soporte@conekta.io"]
spec.authors = ["Conekta"]
spec.email = ["soporte@conekta.com"]
spec.description = %q{Ruby library for https://api.conekta.io}
spec.summary = %q{This library provides https://api.conekta.io operations}
spec.homepage = "https://www.conekta.io"
spec.homepage = "https://www.conekta.com"
spec.license = "MIT"

spec.files = `git ls-files`.split($/)
Expand Down
2 changes: 1 addition & 1 deletion lib/conekta/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module Conekta
VERSION = '2.4.0'.freeze
VERSION = '2.4.1'.freeze
end

0 comments on commit 2bfcb0f

Please sign in to comment.