ruby-ripmime 0.1.0 → 0.1.1

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.
data/README CHANGED
@@ -6,6 +6,8 @@ Ruby bindings for ripMIME.
6
6
 
7
7
  ripMIME extract attachments out of a MIME encoded email packages.
8
8
 
9
+ see http://www.pldaniels.com/ripmime/
10
+
9
11
  == Source Code
10
12
 
11
13
  https://bitbucket.org/winebarrel/ruby-ripmime
@@ -1,4 +1,4 @@
1
- #include "ripmime.h"
1
+ #include "ruby-ripmime.h"
2
2
 
3
3
  static VALUE rb_mRipmime;
4
4
  static VALUE rb_eRipmimeError;
@@ -15,4 +15,4 @@
15
15
  #define RSTRING_LEN(s) (RSTRING(s)->len)
16
16
  #endif
17
17
 
18
- #endif // __RUBY_RIPMIME_H__
18
+ #endif //__RUBY_RIPMIME_H__
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: 27
4
+ hash: 25
5
5
  prerelease:
6
6
  segments:
7
7
  - 0
8
8
  - 1
9
- - 0
10
- version: 0.1.0
9
+ - 1
10
+ version: 0.1.1
11
11
  platform: ruby
12
12
  authors:
13
13
  - winebarrel
@@ -27,8 +27,8 @@ extensions:
27
27
  extra_rdoc_files:
28
28
  - README
29
29
  files:
30
- - ext/ripmime.c
31
- - ext/ripmime.h
30
+ - ext/ruby-ripmime.c
31
+ - ext/ruby-ripmime.h
32
32
  - ext/extconf.rb
33
33
  - README
34
34
  homepage: https://bitbucket.org/winebarrel/ruby-ripmime