Skip to content

Commit

Permalink
Merge branch 'release/v0.3.5'
Browse files Browse the repository at this point in the history
  • Loading branch information
bogdanRada committed Nov 25, 2013
2 parents 77b34ca + 4d24a66 commit 3114147
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ source "http://rubygems.org"
gemspec


gem 'wash_out', "~> 0.9.0", :git=> 'git://github.com/inossidabile/wash_out.git'
gem 'wash_out', "~> 0.9.1"

gem 'wasabi'
gem 'savon', '>= 2.0.0'
Expand Down
2 changes: 1 addition & 1 deletion lib/washout_builder/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module WashoutBuilder
VERSION = "0.3.4"
VERSION = "0.3.5"
end
2 changes: 1 addition & 1 deletion washout_builder.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,5 @@ Gem::Specification.new do |s|
s.files = `git ls-files`.split("\n")
s.require_paths = ["lib"]
s.add_dependency("nori", ">= 2.0.0")
s.add_dependency("wash_out", "= 0.9.0")
s.add_dependency("wash_out", "= 0.9.1")
end

0 comments on commit 3114147

Please sign in to comment.