ruby-ripmime 0.1.0 → 0.1.1
Sign up to get free protection for your applications and to get access to all the features.
- data/README +2 -0
- data/ext/{ripmime.c → ruby-ripmime.c} +1 -1
- data/ext/{ripmime.h → ruby-ripmime.h} +1 -1
- metadata +5 -5
data/README
CHANGED
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:
|
4
|
+
hash: 25
|
5
5
|
prerelease:
|
6
6
|
segments:
|
7
7
|
- 0
|
8
8
|
- 1
|
9
|
-
-
|
10
|
-
version: 0.1.
|
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
|