Skip to content

Commit 1679594

Browse files
author
Dan Zajdband
committed
Config: Added rubygems metadata.
1 parent 8fb05d0 commit 1679594

File tree

2 files changed

+3
-10
lines changed

2 files changed

+3
-10
lines changed

README.md

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -15,16 +15,9 @@ https://getmango.com/
1515
As usual, you can install it using rubygems.
1616

1717
```
18-
$ gem build mango-ruby.gemspec
18+
$ gem install mango-ruby
1919
```
2020

21-
```
22-
$ gem install ./mango-ruby-0.0.1.gem
23-
```
24-
25-
Note: We'll be uploading the gem to [RubyGems](https://rubygems.org) in the next couple of days.
26-
27-
2821
## Usage
2922

3023
```

mango-ruby.gemspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ Gem::Specification.new do |s|
55
s.version = "0.0.1"
66
s.summary = "Ruby wrapper for Mango API"
77
s.description = "API to interact with Mango\nhttps://getmango.com/"
8-
s.authors = ["Joaquín Vicente"]
9-
s.email = ["joakin@gmail.com"]
8+
s.authors = ["Mango development team", "Joaquín Vicente"]
9+
s.email = ["support@getmango.com"]
1010
s.homepage = "https://getmango.com/"
1111
s.files = []
1212

0 commit comments

Comments
 (0)