Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

rename beyonic.com to mfsafrica.com #12

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion DEVELOPMENT.md
Original file line number Diff line number Diff line change
Expand Up @@ -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":
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Beyonic Ruby Library

Ruby gem for the http://beyonic.com API
Ruby gem for the http://mfsafrica.com API

## Installation

Expand Down
6 changes: 3 additions & 3 deletions beyonic.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -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"]
Expand Down