carrierwave-magic 0.0.3 → 0.0.4

Sign up to get free protection for your applications and to get access to all the features.
@@ -11,14 +11,6 @@ module CarrierWave
11
11
  e.message << ' (You may need to install the ruby-filemagic gem)'
12
12
  raise e
13
13
  end
14
-
15
- begin
16
- require "mime/types"
17
- rescue LoadError => e
18
- e.message << " (You may need to install the mime-types gem)"
19
- raise e
20
- end
21
-
22
14
  end
23
15
 
24
16
  module ClassMethods
@@ -1,5 +1,5 @@
1
1
  module CarrierWave
2
2
  module Magic
3
- VERSION = "0.0.3"
3
+ VERSION = "0.0.4"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: carrierwave-magic
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.3
4
+ version: 0.0.4
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: