Skip to content

Commit f0b433f

Browse files
authored
Update README to reflect that all recents gems are on Rubygems
The issue has been resolved, and all gem releases are now available on RubyGems. To avoid misleading new users, we should remove this paragraph from the README and update the code sample accordingly.
1 parent ae8d977 commit f0b433f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,11 +24,11 @@ To use the Mollie API client, the following things are required:
2424

2525
## Installation
2626

27-
By far the easiest way to install the Mollie API client is to install it with [gem](http://rubygems.org/). Note: v4.8.0 and higher are not published on rubygems.org, see [GH-140](https://github.com/mollie/mollie-api-ruby/issues/140) for details.
27+
By far the easiest way to install the Mollie API client is to install it with [gem](http://rubygems.org/).
2828

2929
```
3030
# Gemfile
31-
gem "mollie-api-ruby", github: "mollie/mollie-api-ruby", tag: "v4.11.0"
31+
gem "mollie-api-ruby"
3232
3333
$ gem install mollie-api-ruby
3434
```

0 commit comments

Comments
 (0)