ruby-filemagic 0.6.2 → 0.6.3
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.
- checksums.yaml +4 -4
- data/ChangeLog +4 -0
- data/README +1 -1
- data/ext/filemagic/extconf.rb +1 -1
- data/lib/filemagic/version.rb +1 -1
- metadata +4 -5
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: c40ff0bb38f52109a4cd1ae3c14307b19e78a945
|
4
|
+
data.tar.gz: ba3119c345c3a1a64624422032a8a7cad026aee9
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: b8f010daf0bae4d574340a8d1d55a564e21532374188e3afe117f074c942a47f6e4ce216debe1ae76b90a8d5c00c001734a2d1775967c7f88e110554a083b9b0
|
7
|
+
data.tar.gz: b362c2a4ea725dba072439238bec60c6d414e9784c128f48bef884121a2dff448ebe8d3cd6df343eabdbfa1d6688a71f311a7252f49018c2d0e9346a537e657e
|
data/ChangeLog
CHANGED
data/README
CHANGED
data/ext/filemagic/extconf.rb
CHANGED
data/lib/filemagic/version.rb
CHANGED
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: ruby-filemagic
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.6.
|
4
|
+
version: 0.6.3
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Travis Whitton
|
@@ -110,14 +110,13 @@ licenses:
|
|
110
110
|
metadata: {}
|
111
111
|
post_install_message: |2+
|
112
112
|
|
113
|
-
ruby-filemagic-0.6.
|
113
|
+
ruby-filemagic-0.6.3 [2015-02-06]:
|
114
114
|
|
115
|
-
*
|
116
|
-
* Fixed FileMagic.path to account for missing magic file.
|
115
|
+
* Fixed build error with Clang (issue #13 by Stan Carver II).
|
117
116
|
|
118
117
|
rdoc_options:
|
119
118
|
- "--title"
|
120
|
-
- ruby-filemagic Application documentation (v0.6.
|
119
|
+
- ruby-filemagic Application documentation (v0.6.3)
|
121
120
|
- "--charset"
|
122
121
|
- UTF-8
|
123
122
|
- "--line-numbers"
|