rumblinthebronx-system-getifaddrs 0.2.2-x86-mingw32 → 0.2.3-x86-mingw32
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/system/getifaddrs/version.rb +1 -1
- data/system-getifaddrs.gemspec +2 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: a47a9d0f8e8a32b680dd1cf854576d651e2b22ae
|
4
|
+
data.tar.gz: 1cb0c245798e69fbd1c2592bb4317cc0a7d48679
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: c181c40f518fb0cd2c0e5e9217aa0dbcf638a8a0c589218c07d9ad2a6b10d964dbb2547a58e4483bb847ad0cef46ec274962e7b7c9958d80cbce1c0d842fd6a6
|
7
|
+
data.tar.gz: 49e04cc837c407551cb50984bc903535c65fe659324b2c7b1ed2279e69324af0143ecafaa9513665514849d672dfa9ab57851ee2559b3798f48bc02dccdd62cf
|
data/system-getifaddrs.gemspec
CHANGED
@@ -1,6 +1,7 @@
|
|
1
1
|
# -*- encodign: utf-8 -*-
|
2
2
|
$:.push File.expand_path("../lib", __FILE__)
|
3
3
|
require "system/getifaddrs/version"
|
4
|
+
|
4
5
|
RUBY_PLATFORM = "x64-mingw32"
|
5
6
|
|
6
7
|
Gem::Specification.new do |s|
|
@@ -8,7 +9,7 @@ Gem::Specification.new do |s|
|
|
8
9
|
s.version = System::Getifaddrs::VERSION
|
9
10
|
s.platform = Gem::Platform::RUBY
|
10
11
|
s.platform = Gem::Platform.new(['x86', 'mingw32']) if RUBY_PLATFORM.include?("mingw32")
|
11
|
-
s.platform = Gem::Platform.new(['
|
12
|
+
s.platform = Gem::Platform.new(['x86_64', 'mingw64']) if RUBY_PLATFORM.include?("x64-mingw32")
|
12
13
|
s.authors = ["Sujin Philip", "Bruno Coimbra"]
|
13
14
|
s.email = %q{sujin.phil@gmail.com}
|
14
15
|
s.homepage = %q{http://github.com/rumblinthebronx/system-getifaddrs}
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: rumblinthebronx-system-getifaddrs
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.2.
|
4
|
+
version: 0.2.3
|
5
5
|
platform: x86-mingw32
|
6
6
|
authors:
|
7
7
|
- Sujin Philip
|
@@ -9,7 +9,7 @@ authors:
|
|
9
9
|
autorequire:
|
10
10
|
bindir: bin
|
11
11
|
cert_chain: []
|
12
|
-
date: 2013-09-
|
12
|
+
date: 2013-09-11 00:00:00.000000000 Z
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: rspec
|