README.md in sentry_real_ip-1.1.1 vs README.md in sentry_real_ip-1.1.2
- old
+ new
@@ -1,5 +1,8 @@
+[](https://badge.fury.io/rb/sentry_real_ip)
+[](https://codeclimate.com/github/kaeuferportal/sentry_real_ip)
+
# SentryRealIp
This gem provides a rack middleware that will enable Sentry
to see the real IP of the user causing an error.
@@ -9,10 +12,10 @@
# Installation & Configuration
Include the gem in your application:
````ruby
-gem 'sentry_real_ip', '~> 1.1', codevault: 'kaeuferportal/sentry_real_ip'
+gem 'sentry_real_ip', '~> 1.1'
````
Depending on your framework, you may also need to tell your application
to use the middleware of this gem. For Rails applications, it just works,
and you are done by adding it to the Gemfile.