Skip to content

Commit

Permalink
Bump to v1.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
raggi committed Jan 7, 2021
1 parent 49bd25e commit e648796
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions statsd-ruby.gemspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# -*- encoding: utf-8 -*-

Gem::Specification.new("statsd-ruby", "1.4.0") do |s|
Gem::Specification.new("statsd-ruby", "1.5.0") do |s|
s.authors = `git log --format='%aN' | sort -u`.split("\n")
s.email = "[email protected]"

Expand All @@ -17,7 +17,7 @@ Gem::Specification.new("statsd-ruby", "1.4.0") do |s|
s.test_files = s.files.grep(%r{^(test|spec|features)/})
end

s.add_development_dependency "minitest", ">= 3.2.0"
s.add_development_dependency "minitest", ">= 5.6.0"
s.add_development_dependency "yard"
s.add_development_dependency "simplecov", ">= 0.6.4"
s.add_development_dependency "rake"
Expand Down

0 comments on commit e648796

Please sign in to comment.