Magic 1.1.0 → 1.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/ChangeLog +2 -0
- metadata +22 -8
data/ChangeLog
CHANGED
metadata
CHANGED
|
@@ -1,7 +1,13 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: Magic
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
|
|
4
|
+
hash: 17
|
|
5
|
+
prerelease:
|
|
6
|
+
segments:
|
|
7
|
+
- 1
|
|
8
|
+
- 1
|
|
9
|
+
- 1
|
|
10
|
+
version: 1.1.1
|
|
5
11
|
platform: ruby
|
|
6
12
|
authors:
|
|
7
13
|
- TG Community
|
|
@@ -9,8 +15,7 @@ autorequire:
|
|
|
9
15
|
bindir: bin
|
|
10
16
|
cert_chain: []
|
|
11
17
|
|
|
12
|
-
date:
|
|
13
|
-
default_executable:
|
|
18
|
+
date: 2013-03-03 00:00:00 Z
|
|
14
19
|
dependencies: []
|
|
15
20
|
|
|
16
21
|
description: |-
|
|
@@ -29,8 +34,8 @@ extra_rdoc_files: []
|
|
|
29
34
|
files:
|
|
30
35
|
- module/Magic.c
|
|
31
36
|
- module/ruby_compat.c
|
|
32
|
-
- module/Magic.h
|
|
33
37
|
- module/ruby_compat.h
|
|
38
|
+
- module/Magic.h
|
|
34
39
|
- lib/Magic.rb
|
|
35
40
|
- examples/ident.rb
|
|
36
41
|
- examples/mime.rb
|
|
@@ -39,7 +44,8 @@ files:
|
|
|
39
44
|
- ChangeLog
|
|
40
45
|
- LICENSE
|
|
41
46
|
- LICENSE.README
|
|
42
|
-
|
|
47
|
+
- tests/ut_magic.rb
|
|
48
|
+
- module/extconf.rb
|
|
43
49
|
homepage: http://rubyforge.org/projects/opdis/
|
|
44
50
|
licenses:
|
|
45
51
|
- GPLv3
|
|
@@ -49,21 +55,29 @@ rdoc_options: []
|
|
|
49
55
|
require_paths:
|
|
50
56
|
- lib
|
|
51
57
|
required_ruby_version: !ruby/object:Gem::Requirement
|
|
58
|
+
none: false
|
|
52
59
|
requirements:
|
|
53
60
|
- - ">="
|
|
54
61
|
- !ruby/object:Gem::Version
|
|
62
|
+
hash: 59
|
|
63
|
+
segments:
|
|
64
|
+
- 1
|
|
65
|
+
- 8
|
|
66
|
+
- 6
|
|
55
67
|
version: 1.8.6
|
|
56
|
-
version:
|
|
57
68
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
69
|
+
none: false
|
|
58
70
|
requirements:
|
|
59
71
|
- - ">="
|
|
60
72
|
- !ruby/object:Gem::Version
|
|
73
|
+
hash: 3
|
|
74
|
+
segments:
|
|
75
|
+
- 0
|
|
61
76
|
version: "0"
|
|
62
|
-
version:
|
|
63
77
|
requirements:
|
|
64
78
|
- libmagic dev file (library and header)
|
|
65
79
|
rubyforge_project: opdis
|
|
66
|
-
rubygems_version: 1.
|
|
80
|
+
rubygems_version: 1.8.11
|
|
67
81
|
signing_key:
|
|
68
82
|
specification_version: 3
|
|
69
83
|
summary: Ruby extension library providing an API to libmagic
|