ipaddress 0.8.2 → 0.8.3

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: fec38076134eaf8fe0a449f7e96d9be946d37b0f
4
- data.tar.gz: 43c5c532b9d10c030e27a490eab789107a5c2680
3
+ metadata.gz: 4fdb5cf4c0bdfb2e61860a2e13655f0491310444
4
+ data.tar.gz: 4a6d70785d03fe4c1c10b8b37d9e3a6cfb071eaa
5
5
  SHA512:
6
- metadata.gz: ffd4cc11627aa588ef044a35767addb3a9498221746727435561439729e04e51fe1b70a660ffbc1f79ed952fdcd46fec30c5e88ef79667e9d68099eb9953a8b6
7
- data.tar.gz: b273220fcdc8584a5841e16841a68f0b271d183d0e40c96ac1160cdc23bcd868f7460c0e6c4c1d2e590e1aa3e4ad7fc046540b5610a517637df1268818d3a262
6
+ metadata.gz: 2661628d32b52652f0a4cd22cf642318820365d37c4771a3ee68ebe396b6759e1fa96ae5e4f850b47b52df1056b5cf0062a38b424494cc8940de67eebe720b02
7
+ data.tar.gz: 016572d736bf4b5253ca09e1ab396b22131660413e1ce8aa12d7596a0d33ccad45dc3037c36892eaf43644bcef0426cbdd5d6624231fddd29dc527bab057fdc5
@@ -214,7 +214,7 @@ end
214
214
  #
215
215
  # Compatibility with Ruby 1.8
216
216
  #
217
- if RUBY_VERSION =~ /1\.8/
217
+ if RUBY_VERSION =~ /^1\.8/
218
218
  class Hash # :nodoc:
219
219
  alias :key :index
220
220
  end
@@ -1,3 +1,3 @@
1
1
  module Ipaddress
2
- VERSION = "0.8.2"
2
+ VERSION = "0.8.3"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ipaddress
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.8.2
4
+ version: 0.8.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - bluemonk
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2016-01-05 00:00:00.000000000 Z
12
+ date: 2016-02-17 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: bundler
@@ -100,4 +100,3 @@ test_files:
100
100
  - test/ipaddress/prefix_test.rb
101
101
  - test/ipaddress_test.rb
102
102
  - test/test_helper.rb
103
- has_rdoc: