em-udns 0.2.4 → 0.2.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- data/ext/extconf.rb +3 -2
- data/ext/udns-0.1-patched.tar.gz +0 -0
- data/lib/em-udns/version.rb +1 -1
- metadata +4 -4
- data/ext/udns-0.1.tar.gz +0 -0
data/ext/extconf.rb
CHANGED
|
@@ -44,9 +44,10 @@ Dir.chdir(here) do
|
|
|
44
44
|
sys("ar r libudns.a *.lo")
|
|
45
45
|
|
|
46
46
|
# Mac OSX.
|
|
47
|
-
# TODO:
|
|
47
|
+
# TODO: https://github.com/ibc/em-udns/issues#issue/1
|
|
48
48
|
when /darwin|mac os/
|
|
49
|
-
sys("make
|
|
49
|
+
sys("make dylib")
|
|
50
|
+
sys("ar r libudns.a *.lo")
|
|
50
51
|
|
|
51
52
|
# Windows.
|
|
52
53
|
# NOTE: udns doesn't work on Windows, but there is a port:
|
|
Binary file
|
data/lib/em-udns/version.rb
CHANGED
metadata
CHANGED
|
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
|
|
|
5
5
|
segments:
|
|
6
6
|
- 0
|
|
7
7
|
- 2
|
|
8
|
-
-
|
|
9
|
-
version: 0.2.
|
|
8
|
+
- 5
|
|
9
|
+
version: 0.2.5
|
|
10
10
|
platform: ruby
|
|
11
11
|
authors:
|
|
12
12
|
- "I\xC3\xB1aki Baz Castillo"
|
|
@@ -14,7 +14,7 @@ autorequire:
|
|
|
14
14
|
bindir: bin
|
|
15
15
|
cert_chain: []
|
|
16
16
|
|
|
17
|
-
date: 2011-
|
|
17
|
+
date: 2011-08-19 00:00:00 +02:00
|
|
18
18
|
default_executable:
|
|
19
19
|
dependencies:
|
|
20
20
|
- !ruby/object:Gem::Dependency
|
|
@@ -45,7 +45,7 @@ files:
|
|
|
45
45
|
- ext/em-udns.c
|
|
46
46
|
- ext/em-udns.h
|
|
47
47
|
- ext/extconf.rb
|
|
48
|
-
- ext/udns-0.1.tar.gz
|
|
48
|
+
- ext/udns-0.1-patched.tar.gz
|
|
49
49
|
- test/test-em-udns.rb
|
|
50
50
|
has_rdoc: true
|
|
51
51
|
homepage: https://github.com/ibc/em-udns
|
data/ext/udns-0.1.tar.gz
DELETED
|
Binary file
|