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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: b2ec33d5dec26816020ae9c9137d6bc468ed32a2
4
- data.tar.gz: 9ad7442a847942871711adcd723d55d6b656d718
3
+ metadata.gz: a47a9d0f8e8a32b680dd1cf854576d651e2b22ae
4
+ data.tar.gz: 1cb0c245798e69fbd1c2592bb4317cc0a7d48679
5
5
  SHA512:
6
- metadata.gz: de387bc5be4f907c3e9a84a49fbb06e627831733d5cecf59e64b5dda4726180b2ba7f4b76a03128a3ee39a88a5d3d25d539b38b63a1fbfbde59e0f5bcb929a47
7
- data.tar.gz: 4d05d5ac0a2054e3d58de2d57d731ad523fd642ed1677ebd28993491d87ab3e0ae2695d6530c79745e8b8fec672d6fa52704a8104efbd46e28c5eaf13ac1ee4e
6
+ metadata.gz: c181c40f518fb0cd2c0e5e9217aa0dbcf638a8a0c589218c07d9ad2a6b10d964dbb2547a58e4483bb847ad0cef46ec274962e7b7c9958d80cbce1c0d842fd6a6
7
+ data.tar.gz: 49e04cc837c407551cb50984bc903535c65fe659324b2c7b1ed2279e69324af0143ecafaa9513665514849d672dfa9ab57851ee2559b3798f48bc02dccdd62cf
@@ -1,5 +1,5 @@
1
1
  module System
2
2
  class Getifaddrs
3
- VERSION = "0.2.2"
3
+ VERSION = "0.2.3"
4
4
  end
5
5
  end
@@ -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(['x64', 'mingw32']) if RUBY_PLATFORM.include?("x64-mingw32")
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.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-10 00:00:00.000000000 Z
12
+ date: 2013-09-11 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: rspec