raindrops 0.14.0 → 0.14.0.1.g8177

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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 9413298de2e3b79dcdd95b54b8643d305dd8df8e
4
- data.tar.gz: f969dad93eeed763d11a19411ec20cc3ad49fd56
3
+ metadata.gz: b06d80a6371761901ae626d8754f7b534c5cc027
4
+ data.tar.gz: 486df6e143ff52fb1d3f69cd01820e30b3374c89
5
5
  SHA512:
6
- metadata.gz: 1af7ba8bd776a9232d16bd5ae72d542793d85a88a1573fbd61e21a6a95781b202eba0aaec2d184720e0f951e45c6f8c25715f3e117fb078739576bcd5519ce0c
7
- data.tar.gz: 775e05d7953b009a8cb36cd4f8f937a5c164d3b485f110779c6fa706e76b7f43844d8e4bc9ea50024d20a46b77d58250efab88b9a6ad545e9031505014a6b2f8
6
+ metadata.gz: d421f7b2a3f2ca2fa5ecaa2d4ec5a4c37a4674786e92e98c34bfea47dfc81ed0b1cabd3a66f07ec8765808101f97c8c7a7ae93eddcd5b745f5b03c87f17b882b
7
+ data.tar.gz: 09378867561d69f3d0c7a554a46d3b7cd0b7e4cf1e2eff8b428510717f5bbdc8ea855e85d5fba47255582107050ffa99e0cb60717127ea567119c715fc6126b4
@@ -6,6 +6,7 @@ have_func('munmap', 'sys/mman.h') or abort 'munmap() not found'
6
6
 
7
7
  $CPPFLAGS += " -D_GNU_SOURCE "
8
8
  have_func('mremap', 'sys/mman.h')
9
+ have_header('linux/tcp.h')
9
10
 
10
11
  $CPPFLAGS += " -D_BSD_SOURCE "
11
12
  have_func("getpagesize", "unistd.h")
@@ -1,4 +1,4 @@
1
- #ifdef __linux__
1
+ #if defined(__linux__) && defined(HAVE_LINUX_TCP_H)
2
2
  #include <ruby.h>
3
3
  #include <sys/socket.h>
4
4
  #include <netinet/in.h>
@@ -170,4 +170,4 @@ void Init_raindrops_linux_tcp_info(void)
170
170
  TCPI_DEFINE_METHOD(total_retrans);
171
171
  }
172
172
  #endif /* TCP_INFO */
173
- #endif /* __linux__ */
173
+ #endif /* defined(__linux__) && defined(HAVE_LINUX_TCP_H) */
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: raindrops
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.14.0
4
+ version: 0.14.0.1.g8177
5
5
  platform: ruby
6
6
  authors:
7
7
  - raindrops hackers
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2015-06-25 00:00:00.000000000 Z
11
+ date: 2015-07-14 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aggregate
@@ -214,9 +214,9 @@ required_ruby_version: !ruby/object:Gem::Requirement
214
214
  version: '0'
215
215
  required_rubygems_version: !ruby/object:Gem::Requirement
216
216
  requirements:
217
- - - ">="
217
+ - - ">"
218
218
  - !ruby/object:Gem::Version
219
- version: '0'
219
+ version: 1.3.1
220
220
  requirements: []
221
221
  rubyforge_project:
222
222
  rubygems_version: 2.4.8