mime-types-data 3.2016.0221 → 3.2016.0521

Sign up to get free protection for your applications and to get access to all the features.
@@ -3,7 +3,7 @@
3
3
  module MIME
4
4
  class Types
5
5
  module Data
6
- VERSION = '3.2016.0221'
6
+ VERSION = '3.2016.0521'
7
7
 
8
8
  # The path that will be used for loading the MIME::Types data. The
9
9
  # default location is __FILE__/../../../../data, which is where the data
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: mime-types-data
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.2016.0221
4
+ version: 3.2016.0521
5
5
  platform: ruby
6
6
  authors:
7
7
  - Austin Ziegler
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2016-02-22 00:00:00.000000000 Z
11
+ date: 2016-05-22 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rdoc
@@ -128,14 +128,14 @@ dependencies:
128
128
  requirements:
129
129
  - - "~>"
130
130
  - !ruby/object:Gem::Version
131
- version: '3.14'
131
+ version: '3.15'
132
132
  type: :development
133
133
  prerelease: false
134
134
  version_requirements: !ruby/object:Gem::Requirement
135
135
  requirements:
136
136
  - - "~>"
137
137
  - !ruby/object:Gem::Version
138
- version: '3.14'
138
+ version: '3.15'
139
139
  description: |-
140
140
  mime-types-data provides a registry for information about MIME media type
141
141
  definitions. It can be used with the Ruby mime-types library or other software
@@ -153,8 +153,6 @@ extra_rdoc_files:
153
153
  - Manifest.txt
154
154
  - README.md
155
155
  files:
156
- - ".gitignore"
157
- - ".hoerc"
158
156
  - Code-of-Conduct.md
159
157
  - Contributing.md
160
158
  - History.md
@@ -195,7 +193,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
195
193
  version: '0'
196
194
  requirements: []
197
195
  rubyforge_project:
198
- rubygems_version: 2.5.1
196
+ rubygems_version: 2.6.4
199
197
  signing_key:
200
198
  specification_version: 4
201
199
  summary: mime-types-data provides a registry for information about MIME media type
data/.gitignore DELETED
@@ -1,15 +0,0 @@
1
- *.swp
2
- *~
3
- .rake_tasks~
4
- .source_index
5
- .vagrant
6
- Gemfile.lock
7
- Vagrantfile
8
- coverage
9
- doc
10
- html
11
- pkg
12
- publish
13
- test/cache.tst
14
- tmp/
15
- .byebug_history
data/.hoerc DELETED
@@ -1,16 +0,0 @@
1
- ---
2
- exclude: !ruby/regexp '/
3
- \.(tmp|swp)$
4
- |
5
- (?i:TAGS)
6
- |
7
- \.(git|DS_Store|hoerc)\/
8
- |
9
- ^Gemfile(?:\.lock)?$
10
- |
11
- ^support\/
12
- |
13
- ^types\/
14
- |
15
- \.gemspec$
16
- /x'