Skip to content

Commit

Permalink
fix version specification for mime-types gem. #2
Browse files Browse the repository at this point in the history
  • Loading branch information
chrismoos committed Oct 16, 2013
1 parent 0b690dd commit aa3c722
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ begin
gem.homepage = "http://github.com/chrismoos/fastr"
gem.authors = ["Chris Moos"]
gem.files = ["lib/**/*.rb", "lib/**/*.rake"]
gem.add_dependency "mime-types", ">= 1.16"
gem.add_dependency "mime-types", "~> 1.16"
gem.add_dependency "eventmachine"
gem.add_dependency "json"
gem.add_dependency "haml"
Expand Down Expand Up @@ -46,7 +46,7 @@ end

task :default => :test

require 'rake/rdoctask'
require 'rdoc/task'
Rake::RDocTask.new do |rdoc|
version = File.exist?('VERSION') ? File.read('VERSION') : ""

Expand Down

0 comments on commit aa3c722

Please sign in to comment.