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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: b04faddc2e241367fcb9addad2b778a91b13d92108f8f6c23b02f8da92fb2bee
4
- data.tar.gz: e221bb9833a26fb3e8fa50b224371af859eb7003630af76d14e31b89255cfed8
3
+ metadata.gz: ff45d973b5e0c258e5e96cd020926734801fe721b08cd45747b1f82cdc0ae9b5
4
+ data.tar.gz: d85e69ae5abfe2d2295f76c163eba198e17ac198adc18c34c39a16d4d8c411c2
5
5
  SHA512:
6
- metadata.gz: 2dc8fa0f977771f6c1b7f9dcedc0e6406a6cca06100cd260a161f1c96878b39a7a1dda49e1846cf622906fccc82cddcd69456a9cfb3ee81e77b5204a85cf5c7b
7
- data.tar.gz: 9c5993cec3b0d20b43c9f9c260d9405ef50480e6bd7de7d1d4527fe36fdab9d5dc26812144e4801de9099daff14d68db425fc395c93ae7b11e83501916520f3e
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 = 'Write a short summary, because RubyGems requires one.'
14
- spec.description = 'Write a longer description or delete this line.'
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
@@ -1,3 +1,3 @@
1
1
  module CfRemoteIp
2
- VERSION = "0.1.0"
2
+ VERSION = "0.1.1"
3
3
  end
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.0
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: '0'
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: '0'
83
- description: Write a longer description or delete this line.
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: Write a short summary, because RubyGems requires one.
129
+ summary: Gem that facilitates the recovery of the client's real ip through Cloudflare.
129
130
  test_files: []