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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 825602125d5364b1bdc70746c8c0f35e9b87410b
4
- data.tar.gz: 7d62c2bca5fb334c022cd01454e714107295a511
3
+ metadata.gz: 909672478062d829e1a70a85028a9ca49afa3830
4
+ data.tar.gz: b7d5d5c11d88901b02bf76c4e1f2887fbad22842
5
5
  SHA512:
6
- metadata.gz: 8dcc9c19faedf5f1530cb47709394680f66b9f7fde1dca783b899c152ea9d61d5c92a673ba35d9024239313b94611822068ff79a99dea748a5859063205fd9c5
7
- data.tar.gz: 34a7c22cea7f23dd4f1d5a07b7eca37624ddf52cdffc33ebed7501838f94da46ffd50578c90e260cded104e2ac92af7f0e07d0831da0bd7d5cae43e3cff5a1b6
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)
@@ -2,7 +2,7 @@ module RemoteIpProxyScrubber
2
2
  class Version
3
3
  MAJOR = 0
4
4
  MINOR = 1
5
- PATCH = 0
5
+ PATCH = 1
6
6
  STRING = "#{MAJOR}.#{MINOR}.#{PATCH}"
7
7
 
8
8
  class << self
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: remote_ip_proxy_scrubber
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Marcos Wright-Kuhns