Skip to content

Commit

Permalink
Change file name (compat -> deprecations) based on discussion.
Browse files Browse the repository at this point in the history
  • Loading branch information
blanquer committed May 23, 2015
1 parent 21a7047 commit 29d0bfe
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Manifest.txt
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ lib/mime/types.rb
lib/mime/types/cache.rb
lib/mime/types/loader.rb
lib/mime/types/loader_path.rb
lib/mime/types/compat.rb
lib/mime/types/deprecations.rb
support/apache_mime_types.rb
support/benchmarks/load.rb
support/convert.rb
Expand Down
2 changes: 1 addition & 1 deletion lib/mime/type.rb
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# -*- ruby encoding: utf-8 -*-

require 'mime/types/compat'
require 'mime/types/deprecations'
require 'json'

# The definition of one MIME content-type.
Expand Down
File renamed without changes.

0 comments on commit 29d0bfe

Please sign in to comment.