summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--History.rdoc6
-rw-r--r--lib/mime/type.rb2
-rw-r--r--mime-types.gemspec2
3 files changed, 8 insertions, 2 deletions
diff --git a/History.rdoc b/History.rdoc
index 513c129..ba62330 100644
--- a/History.rdoc
+++ b/History.rdoc
@@ -1,3 +1,9 @@
+== 2.6.1 / 2015-05-25
+
+* Bugs:
+ * Make columnar store handle all supported extensions, not just the first.
+ * Avoid circular require when using the columnar store.
+
== 2.6 / 2015-05-25
* New Feature:
diff --git a/lib/mime/type.rb b/lib/mime/type.rb
index 29066a2..7c7b547 100644
--- a/lib/mime/type.rb
+++ b/lib/mime/type.rb
@@ -53,7 +53,7 @@ class MIME::Type
end
# The released version of the mime-types library.
- VERSION = '2.6'
+ VERSION = '2.6.1'
include Comparable
diff --git a/mime-types.gemspec b/mime-types.gemspec
index 147bc31..9d14b7b 100644
--- a/mime-types.gemspec
+++ b/mime-types.gemspec
@@ -3,7 +3,7 @@
Gem::Specification.new do |s|
s.name = "mime-types"
- s.version = "2.6"
+ s.version = "2.6.1"
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.require_paths = ["lib"]