Skip to content

Commit

Permalink
version 0.5.5
Browse files Browse the repository at this point in the history
  • Loading branch information
tmtm committed Jul 26, 2015
1 parent 6e8d5dd commit f2d0e02
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions mailparser.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@ Gem::Specification.new do |spec|
spec.summary = 'Mail Parser'
spec.description = 'MailParser is a parser for mail message'
spec.test_files = Dir.glob(['test.rb', 'test/**/test_*.rb'])
spec.version = '0.5.4'
spec.add_dependency 'mmapscanner'
spec.version = '0.5.5'
spec.add_runtime_dependency 'mmapscanner', '~> 0.3'
end

0 comments on commit f2d0e02

Please sign in to comment.