File tree Expand file tree Collapse file tree 2 files changed +3
-10
lines changed
Expand file tree Collapse file tree 2 files changed +3
-10
lines changed Original file line number Diff line number Diff line change @@ -15,16 +15,9 @@ https://getmango.com/
1515As 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```
Original file line number Diff line number Diff 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\n https://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
You can’t perform that action at this time.
0 commit comments