validates_ip_address 0.0.2 → 0.0.3

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
  SHA1:
3
- metadata.gz: 06a81e0f057d10dae8a06aed23965ef7d9935384
4
- data.tar.gz: d190eeb41f868f21a090826f656e139ada5a82d8
3
+ metadata.gz: 4491261e96febb515e8730b11d3493528b981229
4
+ data.tar.gz: 8f8e034c71ca46134bfef126509427eb65b6492c
5
5
  SHA512:
6
- metadata.gz: dec2b362b916da53346274b1efd059b7fc0056a9b5086bfd4c09de0ab0f7cd984a6a09d868bb126b099ee74395d7ab74376299eed4588d09427a5520174a57b4
7
- data.tar.gz: 15b142b6e8f43be0d03bede7b27e4fa4a873220129318c5b43555966640d303207f939faae6101c466c41352e0880d8e36efec9a5aae2ddde6c06ffb0c4e36a6
6
+ metadata.gz: 1ae5d8426d40bd3c78741a321520c35a6022dab957f465cb1f8eb3a76905409a5906868feb9439edb3a84c2489aec46f3ea4b1373cc01f78735c1c71190eed82
7
+ data.tar.gz: de8c144179115ef832f8d569ce43af51fff15602e8818dea76a4446aab3f09e64856f46b4b6e4dddf68908535db612168c0eea8d255b4a38a3618335b954c9e5
checksums.yaml.gz.sig CHANGED
Binary file
data.tar.gz.sig CHANGED
Binary file
data/README.md CHANGED
@@ -25,8 +25,8 @@
25
25
 
26
26
  ### manually
27
27
 
28
- curl -L https://raw.githubusercontent.com/steakknife/validates_ip_address/master/gem-public_cert.pem | gem cert --add -
29
- gem install validates_ip_address -p HighSecurity
28
+ gem cert --add <(curl -L https://raw.githubusercontent.com/steakknife/validates_ip_address/master/gem-public_cert.pem)
29
+ gem install validates_ip_address -P HighSecurity
30
30
 
31
31
  ## Author
32
32
 
@@ -1,3 +1,3 @@
1
1
  module ValidatesIpAddress
2
- VERSION = '0.0.2'
2
+ VERSION = '0.0.3'
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: validates_ip_address
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.2
4
+ version: 0.0.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Barry Allard
metadata.gz.sig CHANGED
Binary file