msgpack 0.3.5-mswin32 → 0.3.6-mswin32

Sign up to get free protection for your applications and to get access to all the features.
Binary file
Binary file
@@ -0,0 +1 @@
1
+ require File.join File.dirname(__FILE__), RUBY_VERSION.match(/\d+\.\d+/)[0], "msgpack"
metadata CHANGED
@@ -4,8 +4,8 @@ version: !ruby/object:Gem::Version
4
4
  segments:
5
5
  - 0
6
6
  - 3
7
- - 5
8
- version: 0.3.5
7
+ - 6
8
+ version: 0.3.6
9
9
  platform: mswin32
10
10
  authors:
11
11
  - FURUHASHI Sadayuki
@@ -13,7 +13,7 @@ autorequire:
13
13
  bindir: bin
14
14
  cert_chain: []
15
15
 
16
- date: 2010-04-01 00:00:00 +09:00
16
+ date: 2010-04-02 00:00:00 +09:00
17
17
  default_executable:
18
18
  dependencies: []
19
19
 
@@ -31,13 +31,15 @@ files:
31
31
  - AUTHORS
32
32
  - ChangeLog
33
33
  - README
34
+ - ext/1.8/msgpack.so
35
+ - ext/1.9/msgpack.so
34
36
  - ext/extconf.rb
37
+ - ext/msgpack.rb
35
38
  - ext/pack.c
36
39
  - ext/pack.h
37
40
  - ext/rbinit.c
38
41
  - ext/unpack.c
39
42
  - ext/unpack.h
40
- - lib/msgpack.so
41
43
  - msgpack/pack_define.h
42
44
  - msgpack/pack_template.h
43
45
  - msgpack/sysdep.h
@@ -53,7 +55,6 @@ post_install_message:
53
55
  rdoc_options: []
54
56
 
55
57
  require_paths:
56
- - lib
57
58
  - ext
58
59
  required_ruby_version: !ruby/object:Gem::Requirement
59
60
  requirements: