blackwinter-ipaddress 0.8.0

Sign up to get free protection for your applications and to get access to all the features.
metadata ADDED
@@ -0,0 +1,76 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: blackwinter-ipaddress
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.8.0
5
+ platform: ruby
6
+ authors:
7
+ - Marco Ceresa
8
+ - Jens Wille
9
+ autorequire:
10
+ bindir: bin
11
+ cert_chain: []
12
+
13
+ date: 2012-07-20 00:00:00 +02:00
14
+ default_executable:
15
+ dependencies: []
16
+
17
+ description: " IPAddress is a Ruby library designed to make manipulation \n of IPv4 and IPv6 addresses both powerful and simple. It mantains\n a layer of compatibility with Ruby's own IPAddr, while \n addressing many of its issues.\n"
18
+ email:
19
+ - ceresa@gmail.com
20
+ - jens.wille@uni-koeln.de
21
+ executables: []
22
+
23
+ extensions: []
24
+
25
+ extra_rdoc_files:
26
+ - LICENSE
27
+ - README.rdoc
28
+ files:
29
+ - .document
30
+ - CHANGELOG.rdoc
31
+ - LICENSE
32
+ - README.rdoc
33
+ - Rakefile
34
+ - VERSION
35
+ - ipaddress.gemspec
36
+ - lib/ipaddress.rb
37
+ - lib/ipaddress/ipv4.rb
38
+ - lib/ipaddress/ipv6.rb
39
+ - lib/ipaddress/prefix.rb
40
+ - lib/ipaddress/conversions.rb
41
+ - lib/ipaddress/lazy.rb
42
+ - test/ipaddress/ipv4_test.rb
43
+ - test/ipaddress/ipv6_test.rb
44
+ - test/ipaddress/prefix_test.rb
45
+ - test/ipaddress_test.rb
46
+ - test/test_helper.rb
47
+ has_rdoc: true
48
+ homepage: https://github.com/blackwinter/ipaddress
49
+ licenses: []
50
+
51
+ post_install_message:
52
+ rdoc_options: []
53
+
54
+ require_paths:
55
+ - lib
56
+ required_ruby_version: !ruby/object:Gem::Requirement
57
+ requirements:
58
+ - - ">="
59
+ - !ruby/object:Gem::Version
60
+ version: "0"
61
+ version:
62
+ required_rubygems_version: !ruby/object:Gem::Requirement
63
+ requirements:
64
+ - - ">="
65
+ - !ruby/object:Gem::Version
66
+ version: "0"
67
+ version:
68
+ requirements: []
69
+
70
+ rubyforge_project:
71
+ rubygems_version: 1.3.5
72
+ signing_key:
73
+ specification_version: 3
74
+ summary: IPv4/IPv6 addresses manipulation library [Incompatible fork]
75
+ test_files: []
76
+