Skip to content
This repository has been archived by the owner on Jun 26, 2023. It is now read-only.

Commit

Permalink
Merge pull request #1 from envato/upstream-changes-20160418
Browse files Browse the repository at this point in the history
Upstream changes 20160418
  • Loading branch information
johnsyweb committed Apr 19, 2016
2 parents a1c0297 + 4073c25 commit a4566a8
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion lib/wraith/cli.rb
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ def copy_old_shots(config_name)
end
end

desc "validate", "checks your configuration and validates that all required properties exist"
desc "validate [config_name]", "checks your configuration and validates that all required properties exist"
def validate(config_name)
within_acceptable_limits do
logger.info Wraith::Validate.new(config_name).validate
Expand Down
2 changes: 1 addition & 1 deletion lib/wraith/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module Wraith
VERSION = "3.1.2"
VERSION = "3.1.4"
end
2 changes: 1 addition & 1 deletion wraith.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ Gem::Specification.new do |spec|
spec.add_runtime_dependency 'image_size'
spec.add_runtime_dependency 'anemone'
spec.add_runtime_dependency 'robotex'
spec.add_runtime_dependency 'nokogiri', '1.6.7'
spec.add_runtime_dependency 'nokogiri', '~> 1.6.7'
spec.add_runtime_dependency 'log4r'
spec.add_runtime_dependency 'thor'
spec.add_runtime_dependency 'parallel'
Expand Down

0 comments on commit a4566a8

Please sign in to comment.