Skip to content
This repository was archived by the owner on Mar 9, 2021. It is now read-only.

Commit

Permalink
Versioner expects a Sym when bumping
Browse files Browse the repository at this point in the history
  • Loading branch information
Fran Casas committed May 19, 2014
1 parent 5fa6418 commit 866933a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/tasks/gem/bump_task.rb
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ class Gem::BumpTask < Anvil::Task

def initialize(term, options = {})
@term = term
@term = term.to_sym
end

def task
Expand Down

0 comments on commit 866933a

Please sign in to comment.