Skip to content

Commit

Permalink
Merge branch 'hotfix/gemspec' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
bogdanRada committed Jun 5, 2014
2 parents c018d4a + 53393c8 commit 1c7fbbe
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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.13.6"
VERSION = "0.13.7"
end
2 changes: 1 addition & 1 deletion washout_builder.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Gem::Specification.new do |s|
s.files = `git ls-files`.split("\n")
s.test_files = s.files.grep(/^(spec)/)
s.require_paths = ["lib"]
s.add_runtime_dependency 'wash_out', '~> 0.9.1', '>= 0.9.1'
s.add_runtime_dependency 'wash_out', '~> 0.9', '>= 0.9.1'

s.add_development_dependency 'wasabi', '~> 3.3', '>= 3.3.0'
s.add_development_dependency 'savon', '~> 2.5', '>= 2.5.1'
Expand Down

0 comments on commit 1c7fbbe

Please sign in to comment.