ip_anonymizer 0.3.0 → 0.4.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/CHANGELOG.md +4 -0
- data/LICENSE.txt +1 -1
- data/README.md +1 -1
- data/lib/ip_anonymizer/version.rb +1 -1
- metadata +4 -8
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: af1bd685868d3087586ced74f22aee0a57037404da56ae64093ed178876a564b
|
|
4
|
+
data.tar.gz: 70c18e9ef44c944397e0a5b393ba9ca27a2147d270a8b18cbbecb0025c0d8ccd
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: '09edb477328ec455b307dec851752e7c407782d7c61c71394e465cfdb7721b1976355977ce4b5be8183213ccc5c75e9fbb516ed3b85788509e81cdeffdf72c2a'
|
|
7
|
+
data.tar.gz: 137dc1ae58c4c1b4c2800d8c684d48bac9b6abd644326d378f0a3d92549ebd92d05b6c3245d3d4464d96086d19c49129293f10b1366967980a68cb982d5986c8
|
data/CHANGELOG.md
CHANGED
data/LICENSE.txt
CHANGED
data/README.md
CHANGED
|
@@ -6,7 +6,7 @@ Works with IPv4 and IPv6
|
|
|
6
6
|
|
|
7
7
|
Designed to help with [GDPR](https://en.wikipedia.org/wiki/General_Data_Protection_Regulation) compliance
|
|
8
8
|
|
|
9
|
-
[](https://github.com/ankane/ip_anonymizer/actions)
|
|
10
10
|
|
|
11
11
|
## Getting Started
|
|
12
12
|
|
metadata
CHANGED
|
@@ -1,16 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: ip_anonymizer
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.
|
|
4
|
+
version: 0.4.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Andrew Kane
|
|
8
|
-
autorequire:
|
|
9
8
|
bindir: bin
|
|
10
9
|
cert_chain: []
|
|
11
|
-
date:
|
|
10
|
+
date: 1980-01-02 00:00:00.000000000 Z
|
|
12
11
|
dependencies: []
|
|
13
|
-
description:
|
|
14
12
|
email: andrew@ankane.org
|
|
15
13
|
executables: []
|
|
16
14
|
extensions: []
|
|
@@ -27,7 +25,6 @@ homepage: https://github.com/ankane/ip_anonymizer
|
|
|
27
25
|
licenses:
|
|
28
26
|
- MIT
|
|
29
27
|
metadata: {}
|
|
30
|
-
post_install_message:
|
|
31
28
|
rdoc_options: []
|
|
32
29
|
require_paths:
|
|
33
30
|
- lib
|
|
@@ -35,15 +32,14 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
|
35
32
|
requirements:
|
|
36
33
|
- - ">="
|
|
37
34
|
- !ruby/object:Gem::Version
|
|
38
|
-
version: '3.
|
|
35
|
+
version: '3.3'
|
|
39
36
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
40
37
|
requirements:
|
|
41
38
|
- - ">="
|
|
42
39
|
- !ruby/object:Gem::Version
|
|
43
40
|
version: '0'
|
|
44
41
|
requirements: []
|
|
45
|
-
rubygems_version:
|
|
46
|
-
signing_key:
|
|
42
|
+
rubygems_version: 4.0.6
|
|
47
43
|
specification_version: 4
|
|
48
44
|
summary: IP address anonymizer for Ruby and Rails
|
|
49
45
|
test_files: []
|