remote_ip_proxy_scrubber 0.1.0 → 0.1.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/README.md +1 -0
- data/lib/remote_ip_proxy_scrubber/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 909672478062d829e1a70a85028a9ca49afa3830
|
4
|
+
data.tar.gz: b7d5d5c11d88901b02bf76c4e1f2887fbad22842
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: bd64c9169729c641a12a284fe2a57c9d8b800b8ea40e044b70518b7d2659ec88a6c200a8f9b811a667b60023d72fdd1f45e65f01ba0ec2d5d275856cc4b62c2d
|
7
|
+
data.tar.gz: 4caaa7d6e1b3bc13eed0aab56ec28337b29f9c5e77e8d229765aa5df4f085501edb403d55c3be95090cfbac1f7b99af7f4bfebc6c0672bef29483ef612ea4496
|
data/README.md
CHANGED
@@ -1,3 +1,4 @@
|
|
1
|
+
[![Gem Version](https://badge.fury.io/rb/remote_ip_proxy_scrubber.svg)](http://badge.fury.io/rb/remote_ip_proxy_scrubber)
|
1
2
|
[![Build Status](https://travis-ci.org/metavida/remote_ip_proxy_scrubber.svg?branch=master)](https://travis-ci.org/metavida/remote_ip_proxy_scrubber)
|
2
3
|
[![Code Climate](https://codeclimate.com/github/metavida/remote_ip_proxy_scrubber/badges/gpa.svg)](https://codeclimate.com/github/metavida/remote_ip_proxy_scrubber)
|
3
4
|
[![Test Coverage](https://codeclimate.com/github/metavida/remote_ip_proxy_scrubber/badges/coverage.svg)](https://codeclimate.com/github/metavida/remote_ip_proxy_scrubber)
|