ipaddr_extensions 1.0.0 → 1.0.1

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: 833c7f6ca4de6a0bf24cec680c7d9a9530d59f2f
4
- data.tar.gz: 38ed969a1184ea1c8b0f39ab8b0320a6a7a75629
3
+ metadata.gz: e108fa75d0fc844dee95973ccb8ea96dcf575f54
4
+ data.tar.gz: fccb4dabceaa9841ad8448759dce0f0929e244a8
5
5
  SHA512:
6
- metadata.gz: 82be92d53fbe46c35ad1ae487af3e8fc6dd2e89a43b7cf95d89b649df3585dca1ad5c61a6538a3cc6ca0ccee4cedde5630f3560f07ae4fe74bb3b88f588a60c8
7
- data.tar.gz: dd11ed1b3fde478c5d4a209a035436fa75111dbf3b7022b1b0e98e05275e83112beab409c144f1201fcadcfb923aff1450b604a8a14cce5f9f6a167534f57136
6
+ metadata.gz: 9273783bb292a50d88ccacd1b7991f419eafa5a1ec54416b90206af5a3ecc64425cfcd0879ff754cb17ddc245d143a5aabe4e2f21cc158ea8d6f80101bcadeef
7
+ data.tar.gz: ea66724c21cee4573fdaae53555cb3c8a5703f7a767771af59f0cd43d1023cc0e99107049a211c4d43d29f2a6c5b33c70c82b1c5886da5325dfad540a3fdc77b
data/MIT-LICENSE CHANGED
@@ -1,5 +1,3 @@
1
- Copyright (c) 2008-2010 Justin French
2
-
3
1
  Permission is hereby granted, free of charge, to any person obtaining
4
2
  a copy of this software and associated documentation files (the
5
3
  "Software"), to deal in the Software without restriction, including
data/README CHANGED
@@ -52,4 +52,4 @@ Example
52
52
  => ["2001:db8::/36", "2001:db8:1000::/36", "2001:db8:2000::/36", "2001:db8:3000::/36", "2001:db8:4000::/36", "2001:db8:5000::/36", "2001:db8:6000::/36", "2001:db8:7000::/36", "2001:db8:8000::/36", "2001:db8:9000::/36", "2001:db8:a000::/36", "2001:db8:b000::/36", "2001:db8:c000::/36", "2001:db8:d000::/36", "2001:db8:e000::/36", "2001:db8:f000::/36"]
53
53
 
54
54
 
55
- Copyright (c) 2010,2011 James Harto, Sociable Limited, released under the Mozilla Public License.
55
+ Copyright (c) 2010-2013 James Harton, Resistor Limited, released under the MIT License.
@@ -3,7 +3,7 @@ $:.push File.expand_path("../lib", __FILE__)
3
3
 
4
4
  Gem::Specification.new do |s|
5
5
  s.name = 'ipaddr_extensions'
6
- s.version = '1.0.0'
6
+ s.version = '1.0.1'
7
7
  s.platform = Gem::Platform::RUBY
8
8
  s.authors = ["James Harton"]
9
9
  s.email = %q{james@resistor.io}
@@ -271,7 +271,7 @@ module IPAddrExtensions
271
271
  s += " #{MSCOPES[mscope]}"
272
272
  end
273
273
  if MDESTS[mdest]
274
- s += " #{MDEST[mdest]}"
274
+ s += " #{MDESTS[mdest]}"
275
275
  end
276
276
  if multicast_from_prefix?
277
277
  s += " (prefix = #{prefix_from_multicast.to_string_including_length})"
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ipaddr_extensions
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.0
4
+ version: 1.0.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - James Harton
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2013-05-20 00:00:00.000000000 Z
11
+ date: 2013-12-19 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rake
@@ -54,7 +54,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
54
54
  version: '0'
55
55
  requirements: []
56
56
  rubyforge_project:
57
- rubygems_version: 2.0.0
57
+ rubygems_version: 2.1.11
58
58
  signing_key:
59
59
  specification_version: 4
60
60
  summary: A small gem that adds extra functionality to Rubys IPAddr class