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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 8fca3d0e40cc438ec8f6ed699b844f7d6e731f8b3604963afedd62a3aeb8d635
4
- data.tar.gz: 90057058cce03ec1c9fa647891f699ed22cac1caa9b9af3f84aa664760c64294
3
+ metadata.gz: af1bd685868d3087586ced74f22aee0a57037404da56ae64093ed178876a564b
4
+ data.tar.gz: 70c18e9ef44c944397e0a5b393ba9ca27a2147d270a8b18cbbecb0025c0d8ccd
5
5
  SHA512:
6
- metadata.gz: ef7802170105a8e1d56074b3463b898dc44e585feb9c9d0e10199fc7e22e1489e779be3a928321228762af92ff9c0513350f99b39ddb76af49ed9031ee27fca7
7
- data.tar.gz: 4fb6532abee3a955048982759c822dca5c3408354965cbccc7d8b320197c17d2993c07d75221c2d55cda2dc0d5747218349f2f64b5c0dd3f530a9080ba1ac7d5
6
+ metadata.gz: '09edb477328ec455b307dec851752e7c407782d7c61c71394e465cfdb7721b1976355977ce4b5be8183213ccc5c75e9fbb516ed3b85788509e81cdeffdf72c2a'
7
+ data.tar.gz: 137dc1ae58c4c1b4c2800d8c684d48bac9b6abd644326d378f0a3d92549ebd92d05b6c3245d3d4464d96086d19c49129293f10b1366967980a68cb982d5986c8
data/CHANGELOG.md CHANGED
@@ -1,3 +1,7 @@
1
+ ## 0.4.0 (2026-04-07)
2
+
3
+ - Dropped support for Ruby < 3.3
4
+
1
5
  ## 0.3.0 (2024-06-24)
2
6
 
3
7
  - Dropped support for Ruby < 3.1
data/LICENSE.txt CHANGED
@@ -1,6 +1,6 @@
1
1
  The MIT License (MIT)
2
2
 
3
- Copyright (c) 2018-2024 Andrew Kane
3
+ Copyright (c) 2018-2026 Andrew Kane
4
4
 
5
5
  Permission is hereby granted, free of charge, to any person obtaining a copy
6
6
  of this software and associated documentation files (the "Software"), to deal
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
- [![Build Status](https://github.com/ankane/ip_anonymizer/workflows/build/badge.svg?branch=master)](https://github.com/ankane/ip_anonymizer/actions)
9
+ [![Build Status](https://github.com/ankane/ip_anonymizer/actions/workflows/build.yml/badge.svg)](https://github.com/ankane/ip_anonymizer/actions)
10
10
 
11
11
  ## Getting Started
12
12
 
@@ -1,3 +1,3 @@
1
1
  module IpAnonymizer
2
- VERSION = "0.3.0"
2
+ VERSION = "0.4.0"
3
3
  end
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.3.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: 2024-06-24 00:00:00.000000000 Z
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.1'
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: 3.5.11
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: []