cf_remote_ip 0.1.0 → 0.1.1
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/cf_remote_ip.gemspec +3 -3
- data/lib/cf_remote_ip/version.rb +1 -1
- metadata +8 -7
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: ff45d973b5e0c258e5e96cd020926734801fe721b08cd45747b1f82cdc0ae9b5
|
|
4
|
+
data.tar.gz: d85e69ae5abfe2d2295f76c163eba198e17ac198adc18c34c39a16d4d8c411c2
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 74a9d9a4c78379c37eeafde703a412a62a17e836ed9315d8bf1399ee8682ba3eb9ca812f858d7ea667c6204a9c27fbf05ea2f3f6e96bed32a24e96576b2056d8
|
|
7
|
+
data.tar.gz: 9584b94d080a0f687daaae102a6c33b44132b38566a62c90c4f26b7801e79d27ada846011f6ca40eb209d4bc7a21a96fc9c5a42e1cc878214f3ff01c731b6383
|
data/cf_remote_ip.gemspec
CHANGED
|
@@ -10,8 +10,8 @@ Gem::Specification.new do |spec|
|
|
|
10
10
|
spec.authors = ['Allyson Maciel Guimarães']
|
|
11
11
|
spec.email = ['bsinet@hotmail.com']
|
|
12
12
|
|
|
13
|
-
spec.summary =
|
|
14
|
-
spec.description = '
|
|
13
|
+
spec.summary = "Gem that facilitates the recovery of the client's real ip through Cloudflare."
|
|
14
|
+
spec.description = "Gem that facilitates the recovery of the client's real ip through the conventional subscription of the request class."
|
|
15
15
|
spec.homepage = "https://github.com/Guepardo/cf_remote_ip"
|
|
16
16
|
|
|
17
17
|
spec.metadata['homepage_uri'] = spec.homepage
|
|
@@ -32,5 +32,5 @@ Gem::Specification.new do |spec|
|
|
|
32
32
|
spec.add_development_dependency 'bundler', '~> 2.0'
|
|
33
33
|
spec.add_development_dependency 'rake', '~> 10.0'
|
|
34
34
|
spec.add_development_dependency 'rspec', '~> 3.0'
|
|
35
|
-
spec.add_development_dependency 'pry'
|
|
35
|
+
spec.add_development_dependency 'pry', '~> 0.13.1'
|
|
36
36
|
end
|
data/lib/cf_remote_ip/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: cf_remote_ip
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.1.
|
|
4
|
+
version: 0.1.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Allyson Maciel Guimarães
|
|
@@ -70,17 +70,18 @@ dependencies:
|
|
|
70
70
|
name: pry
|
|
71
71
|
requirement: !ruby/object:Gem::Requirement
|
|
72
72
|
requirements:
|
|
73
|
-
- - "
|
|
73
|
+
- - "~>"
|
|
74
74
|
- !ruby/object:Gem::Version
|
|
75
|
-
version:
|
|
75
|
+
version: 0.13.1
|
|
76
76
|
type: :development
|
|
77
77
|
prerelease: false
|
|
78
78
|
version_requirements: !ruby/object:Gem::Requirement
|
|
79
79
|
requirements:
|
|
80
|
-
- - "
|
|
80
|
+
- - "~>"
|
|
81
81
|
- !ruby/object:Gem::Version
|
|
82
|
-
version:
|
|
83
|
-
description:
|
|
82
|
+
version: 0.13.1
|
|
83
|
+
description: Gem that facilitates the recovery of the client's real ip through the
|
|
84
|
+
conventional subscription of the request class.
|
|
84
85
|
email:
|
|
85
86
|
- bsinet@hotmail.com
|
|
86
87
|
executables: []
|
|
@@ -125,5 +126,5 @@ requirements: []
|
|
|
125
126
|
rubygems_version: 3.0.3
|
|
126
127
|
signing_key:
|
|
127
128
|
specification_version: 4
|
|
128
|
-
summary:
|
|
129
|
+
summary: Gem that facilitates the recovery of the client's real ip through Cloudflare.
|
|
129
130
|
test_files: []
|