Skip to content

Commit

Permalink
Update tumugi to v0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
hakobera committed May 26, 2016
1 parent 3bd57da commit a977e3a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion test/plugin/task/command_test.rb
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ def startup
params.each do |param|
@klass.param_set(param, nil)
end
assert_raise(Tumugi::Parameter::ParameterError) do
assert_raise(Tumugi::ParameterError) do
@klass.new
end
end
Expand Down
2 changes: 1 addition & 1 deletion tumugi-plugin-command.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Gem::Specification.new do |spec|
spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
spec.require_paths = ["lib"]

spec.add_runtime_dependency "tumugi", "~> 0.4.5"
spec.add_runtime_dependency "tumugi", "~> 0.5.0"

spec.add_development_dependency "bundler", "~> 1.11"
spec.add_development_dependency "rake", "~> 10.0"
Expand Down

0 comments on commit a977e3a

Please sign in to comment.