lzoruby 0.1.2-mswin32 → 0.1.3-mswin32

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.
@@ -8,24 +8,20 @@ Ruby bindings for LZO.
8
8
 
9
9
  LZO is a portable lossless data compression library written in ANSI C.
10
10
 
11
- == Project Page
11
+ == Source Code
12
12
 
13
- http://rubyforge.org/projects/lzoruby
13
+ https://bitbucket.org/winebarrel/lzo-ruby
14
14
 
15
15
  == Install
16
16
 
17
17
  gem install lzoruby
18
18
 
19
- == Download
20
-
21
- http://rubyforge.org/frs/?group_id=6734
22
-
23
19
  == Example
24
20
 
25
21
  require 'lzoruby'
26
22
  require 'open-uri'
27
23
 
28
- source = open('http://rubyforge.org/projects/lzoruby/') {|f| f.read }
24
+ source = open('http://www.yahoo.co.jp/') {|f| f.read }
29
25
 
30
26
  puts "uncompress size: #{source.length}"
31
27
 
Binary file
metadata CHANGED
@@ -1,7 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: lzoruby
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-10 00:00:00 +09:00
13
19
  default_executable:
14
20
  dependencies: []
15
21
 
@@ -20,16 +26,18 @@ executables: []
20
26
  extensions: []
21
27
 
22
28
  extra_rdoc_files:
23
- - README.txt
29
+ - README
24
30
  - LICENSE.txt
25
31
  - ext/lzoruby.c
26
32
  files:
27
33
  - lib/i386-mswin32/lzoruby.so
28
- - README.txt
34
+ - README
29
35
  - LICENSE.txt
30
36
  - ext/lzoruby.c
31
37
  has_rdoc: true
32
- homepage: http://lzoruby.rubyforge.org
38
+ homepage: https://bitbucket.org/winebarrel/lzo-ruby
39
+ licenses: []
40
+
33
41
  post_install_message:
34
42
  rdoc_options:
35
43
  - --title
@@ -37,23 +45,29 @@ rdoc_options:
37
45
  require_paths:
38
46
  - lib/i386-mswin32
39
47
  required_ruby_version: !ruby/object:Gem::Requirement
48
+ none: false
40
49
  requirements:
41
50
  - - ">="
42
51
  - !ruby/object:Gem::Version
52
+ hash: 3
53
+ segments:
54
+ - 0
43
55
  version: "0"
44
- version:
45
56
  required_rubygems_version: !ruby/object:Gem::Requirement
57
+ none: false
46
58
  requirements:
47
59
  - - ">="
48
60
  - !ruby/object:Gem::Version
61
+ hash: 3
62
+ segments:
63
+ - 0
49
64
  version: "0"
50
- version:
51
65
  requirements: []
52
66
 
53
- rubyforge_project: lzoruby
54
- rubygems_version: 1.1.1
67
+ rubyforge_project:
68
+ rubygems_version: 1.3.7
55
69
  signing_key:
56
- specification_version: 2
70
+ specification_version: 3
57
71
  summary: Ruby bindings for liblzo.
58
72
  test_files: []
59
73