lzfruby 0.1.2-mswin32 → 0.1.3-mswin32

Sign up to get free protection for your applications and to get access to all the features.
@@ -8,18 +8,14 @@ Ruby bindings for LibLZF.
8
8
 
9
9
  LibLZF is a very fast compression library.
10
10
 
11
- == Project Page
11
+ == Source Code
12
12
 
13
- http://rubyforge.org/projects/lzfruby
13
+ https://bitbucket.org/winebarrel/lzf-ruby
14
14
 
15
15
  == Install
16
16
 
17
17
  gem install lzfruby
18
18
 
19
- == Download
20
-
21
- http://rubyforge.org/frs/?group_id=6750
22
-
23
19
  == Example
24
20
 
25
21
  require 'lzfruby'
@@ -72,9 +68,10 @@ http://rubyforge.org/frs/?group_id=6750
72
68
  DAMAGE.
73
69
 
74
70
  === LibLZF
71
+
75
72
  LZF/Ruby contains LibLZF.
76
73
 
77
74
  LibLZF is a very fast compression library.
78
75
 
79
76
  * http://www.goof.com/pcg/marc/liblzf.html
80
- * Copyright (c) 2000-2007 Marc Alexander Lehmann <schmorp@schmorp.de>
77
+ * Copyright (c) 2000-2008 Marc Alexander Lehmann <schmorp@schmorp.de>
data/ext/lzfruby.c CHANGED
@@ -26,7 +26,7 @@ typedef int ssize_t;
26
26
  } \
27
27
  } while(0)
28
28
 
29
- #define VERSION "0.1.2"
29
+ #define VERSION "0.1.3"
30
30
  #define BLOCKSIZE (1024 * 64 - 1)
31
31
  #define MAX_BLOCKSIZE BLOCKSIZE
32
32
  #define TYPE0_HDR_SIZE 5
Binary file
metadata CHANGED
@@ -1,7 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: lzfruby
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.2
4
+ hash: 29
5
+ prerelease: false
6
+ segments:
7
+ - 0
8
+ - 1
9
+ - 3
10
+ version: 0.1.3
5
11
  platform: mswin32
6
12
  authors:
7
13
  - winebarrel
@@ -9,7 +15,7 @@ autorequire:
9
15
  bindir: bin
10
16
  cert_chain: []
11
17
 
12
- date: 2008-08-08 00:00:00 +09:00
18
+ date: 2011-01-12 00:00:00 +09:00
13
19
  default_executable:
14
20
  dependencies: []
15
21
 
@@ -20,14 +26,16 @@ executables: []
20
26
  extensions: []
21
27
 
22
28
  extra_rdoc_files:
23
- - README.txt
29
+ - README
24
30
  - ext/lzfruby.c
25
31
  files:
26
32
  - lib/i386-mswin32/lzfruby.so
27
- - README.txt
33
+ - README
28
34
  - ext/lzfruby.c
29
35
  has_rdoc: true
30
- homepage: http://lzfruby.rubyforge.org
36
+ homepage: https://bitbucket.org/winebarrel/lzf-ruby
37
+ licenses: []
38
+
31
39
  post_install_message:
32
40
  rdoc_options:
33
41
  - --title
@@ -35,23 +43,29 @@ rdoc_options:
35
43
  require_paths:
36
44
  - lib/i386-mswin32
37
45
  required_ruby_version: !ruby/object:Gem::Requirement
46
+ none: false
38
47
  requirements:
39
48
  - - ">="
40
49
  - !ruby/object:Gem::Version
50
+ hash: 3
51
+ segments:
52
+ - 0
41
53
  version: "0"
42
- version:
43
54
  required_rubygems_version: !ruby/object:Gem::Requirement
55
+ none: false
44
56
  requirements:
45
57
  - - ">="
46
58
  - !ruby/object:Gem::Version
59
+ hash: 3
60
+ segments:
61
+ - 0
47
62
  version: "0"
48
- version:
49
63
  requirements: []
50
64
 
51
- rubyforge_project: lzfruby
52
- rubygems_version: 1.1.1
65
+ rubyforge_project:
66
+ rubygems_version: 1.3.7
53
67
  signing_key:
54
- specification_version: 2
68
+ specification_version: 3
55
69
  summary: Ruby bindings for LibLZF.
56
70
  test_files: []
57
71