isomorfeus-iodine 0.7.48 → 0.7.49

Sign up to get free protection for your applications and to get access to all the features.
@@ -72,11 +72,7 @@ static rb_encoding *IodineBinaryEncoding;
72
72
 
73
73
  inline static http_s *get_handle(VALUE obj) {
74
74
  VALUE i = rb_ivar_get(obj, iodine_fd_var_id);
75
- #ifdef __MINGW32__
76
75
  return (http_s *)NUM2ULL(i);
77
- #else
78
- return (http_s *)FIX2ULONG(i);
79
- #endif
80
76
  }
81
77
 
82
78
  /* *****************************************************************************
@@ -1,3 +1,3 @@
1
1
  module Iodine
2
- VERSION = '0.7.48'.freeze
2
+ VERSION = '0.7.49'.freeze
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: isomorfeus-iodine
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.7.48
4
+ version: 0.7.49
5
5
  platform: ruby
6
6
  authors:
7
7
  - Jan Biedermann
@@ -246,7 +246,7 @@ metadata:
246
246
  github_repo: ssh://github.com/isomorfeus/gems
247
247
  source_code_uri: https://github.com/isomorfeus/isomorfeus-iodine
248
248
  post_install_message: |-
249
- Thank you for installing Iodine 0.7.48.
249
+ Thank you for installing Iodine 0.7.49.
250
250
  Remember: if iodine supports your business, it's only fair to give value back (code contributions / donations) to Bo, see https://github.com/boazsegev/iodine
251
251
  rdoc_options: []
252
252
  require_paths: