Skip to content

Commit

Permalink
🛠 use bump to manage versions
Browse files Browse the repository at this point in the history
  • Loading branch information
alaz committed Sep 4, 2019
1 parent fb970a4 commit c7a08b4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
5 changes: 3 additions & 2 deletions Rakefile
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
require 'rubygems'
require 'bundler'

require 'bump/tasks'
require "rake/testtask"
Bundler::GemHelper.install_tasks

require "rake/testtask"
Bump.tag_by_default = true

Rake::TestTask.new do |t|
t.libs << "test"
Expand Down
1 change: 1 addition & 0 deletions legitbot.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ Gem::Specification.new do |spec|
spec.required_ruby_version = '>= 2.3.0'
spec.add_dependency "irrc", ">= 0.2.1"
spec.add_dependency "augmented_interval_tree", ">= 0.1.1"
spec.add_development_dependency "bump"
spec.add_development_dependency "rake"
spec.add_development_dependency "minitest"

Expand Down

0 comments on commit c7a08b4

Please sign in to comment.