From f26b9b1590749906386873df8a5974c20dad2765 Mon Sep 17 00:00:00 2001 From: SanipRijal Date: Fri, 16 Dec 2022 16:35:22 +0545 Subject: [PATCH] rename beyonic.com to mfsafrica.com --- DEVELOPMENT.md | 2 +- README.md | 2 +- beyonic.gemspec | 6 +++--- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/DEVELOPMENT.md b/DEVELOPMENT.md index 0cd09d7..9fa696c 100644 --- a/DEVELOPMENT.md +++ b/DEVELOPMENT.md @@ -13,7 +13,7 @@ class Beyonic::NewModel < OpenStruct set_endpoint_resource "newmodel" # Endpoint defenition in our case resulting endpoint will be - # https://app.beyonic.com/api/newmodel + # https://api.mfsafrica.com/api/newmodel end ``` Also we need to require our model in "lib/beyonic.rb": diff --git a/README.md b/README.md index a76b33e..9605876 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Beyonic Ruby Library -Ruby gem for the http://beyonic.com API +Ruby gem for the http://mfsafrica.com API ## Installation diff --git a/beyonic.gemspec b/beyonic.gemspec index b1c689b..b4a2173 100644 --- a/beyonic.gemspec +++ b/beyonic.gemspec @@ -8,9 +8,9 @@ Gem::Specification.new do |spec| spec.version = Beyonic::VERSION spec.authors = ['Oleg German', 'Luke Kyohere'] spec.email = ['oleg.german@gmail.com', 'luke@beyonic.com'] - spec.summary = %q{Ruby library for the beyonic.com api} - spec.description = %q{Beyonic.com makes enterprise payments to mobile easy. Details: http://beyonic.com} - spec.homepage = "http://support.beyonic.com/api/" + spec.summary = %q{Ruby library for the mfsafrica.com api} + spec.description = %q{MfsAfrica.com makes enterprise payments to mobile easy. Details: http://mfsafrica.com} + spec.homepage = "http://support.mfsafrica.com/api/" spec.license = "MIT" spec.files = Dir["{lib}/**/*.rb", "bin/*", "LICENSE", "*.md"]