mimetypes 0.0.1

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml ADDED
@@ -0,0 +1,7 @@
1
+ ---
2
+ SHA1:
3
+ metadata.gz: acfc8430239b2b3126146d4f06454d6254bcd379
4
+ data.tar.gz: 1624aad1c744d0801fa6fa78d14fbd999d530ae6
5
+ SHA512:
6
+ metadata.gz: 9382e8583d88bcfc8be6efb6f03952ea3b791fd5ceaf0367fecd2674db8ef74ecaa137e122e96402ebc9b2ab4ab5058f62f6a94539021ee99e0ad3c6fa7d2fe4
7
+ data.tar.gz: 9742217f8b8e7ab98742b4dc1bf1723816c6990a0b0a3bd7eab1dded7bec5c965c446b0f531917a4d4d707b816f2febba91d2788d5cdd9146e4fd7dd5dad9d7a
@@ -0,0 +1,2 @@
1
+ puts 'This failure is intentional. You probably meant to install and run mime-types'
2
+ raise 'This failure is intentional. You probably meant to install and run mime-types'
data/lib/mimetypes.rb ADDED
@@ -0,0 +1,2 @@
1
+ puts 'This failure is intentional. You probably meant to install and run mime-types'
2
+ raise 'This failure is intentional. You probably meant to install and run mime-types'
metadata ADDED
@@ -0,0 +1,46 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: mimetypes
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.0.1
5
+ platform: ruby
6
+ authors:
7
+ - The Guardians
8
+ autorequire:
9
+ bindir: bin
10
+ cert_chain: []
11
+ date: 2018-07-23 00:00:00.000000000 Z
12
+ dependencies: []
13
+ description: You probably meant `gem install mime-types`.
14
+ email: pst@coffeetocode.net
15
+ executables: []
16
+ extensions:
17
+ - ext/mimetypes/extconf.rb
18
+ extra_rdoc_files: []
19
+ files:
20
+ - ext/mimetypes/extconf.rb
21
+ - lib/mimetypes.rb
22
+ homepage: https://github.com/rubygems/rubygems.org/issues/1334
23
+ licenses:
24
+ - WTFPL
25
+ metadata: {}
26
+ post_install_message: You probably meant `gem install mime-types`.
27
+ rdoc_options: []
28
+ require_paths:
29
+ - lib
30
+ required_ruby_version: !ruby/object:Gem::Requirement
31
+ requirements:
32
+ - - ">="
33
+ - !ruby/object:Gem::Version
34
+ version: '0'
35
+ required_rubygems_version: !ruby/object:Gem::Requirement
36
+ requirements:
37
+ - - ">="
38
+ - !ruby/object:Gem::Version
39
+ version: '0'
40
+ requirements: []
41
+ rubyforge_project:
42
+ rubygems_version: 2.6.11
43
+ signing_key:
44
+ specification_version: 4
45
+ summary: A gem to prevent typosquating on mime-types
46
+ test_files: []