ruby-ripmime 0.1.2 → 0.1.3

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. data/ext/ruby-ripmime.c +1 -1
  2. metadata +7 -5
data/ext/ruby-ripmime.c CHANGED
@@ -96,7 +96,7 @@ static VALUE ruby_ripmime_decode(VALUE self, VALUE mailpack, VALUE outputdir) {
96
96
  }
97
97
  }
98
98
 
99
- return 0;
99
+ return Qnil;
100
100
  }
101
101
 
102
102
  void Init_ripmime() {
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ruby-ripmime
3
3
  version: !ruby/object:Gem::Version
4
- hash: 31
4
+ hash: 29
5
5
  prerelease:
6
6
  segments:
7
7
  - 0
8
8
  - 1
9
- - 2
10
- version: 0.1.2
9
+ - 3
10
+ version: 0.1.3
11
11
  platform: ruby
12
12
  authors:
13
13
  - winebarrel
@@ -15,7 +15,8 @@ autorequire:
15
15
  bindir: bin
16
16
  cert_chain: []
17
17
 
18
- date: 2012-12-23 00:00:00 Z
18
+ date: 2012-12-24 00:00:00 +09:00
19
+ default_executable:
19
20
  dependencies: []
20
21
 
21
22
  description: Ruby binding for ripMIME.
@@ -31,6 +32,7 @@ files:
31
32
  - ext/ruby-ripmime.h
32
33
  - ext/extconf.rb
33
34
  - README
35
+ has_rdoc: true
34
36
  homepage: https://bitbucket.org/winebarrel/ruby-ripmime
35
37
  licenses: []
36
38
 
@@ -61,7 +63,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
61
63
  requirements: []
62
64
 
63
65
  rubyforge_project:
64
- rubygems_version: 1.8.11
66
+ rubygems_version: 1.5.3
65
67
  signing_key:
66
68
  specification_version: 3
67
69
  summary: Ruby binding for ripMIME.