Skip to content
This repository has been archived by the owner on Nov 12, 2024. It is now read-only.

Commit

Permalink
work-around for Savon 0.9.6 nonsense
Browse files Browse the repository at this point in the history
  • Loading branch information
zenchild committed Jul 29, 2011
1 parent 0d5ab4d commit 6cc8d57
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.0.0
1.0.1
4 changes: 2 additions & 2 deletions capistrano_winrm.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,6 @@ Gem::Specification.new do |s|
s.extra_rdoc_files = %w(README)

s.required_ruby_version = '>= 1.9.0'
s.add_runtime_dependency 'capistrano', '>= 2.5.18'
s.add_runtime_dependency 'winrm', '>= 1.0.0rc1'
s.add_runtime_dependency 'capistrano', '~> 2.5.18'
s.add_runtime_dependency 'winrm', '~> 1.0.0'
end

0 comments on commit 6cc8d57

Please sign in to comment.