Skip to content
This repository has been archived by the owner on Feb 13, 2020. It is now read-only.

Commit

Permalink
Preparing for release of v3.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
DylanLacey committed Aug 2, 2013
1 parent 9fe5a21 commit 9a9775a
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions changelog.markdown
@@ -1,5 +1,9 @@
# Changelog
## 3.0
### 3.1.1
Correctly serialize string based desired capabilitites
Correct https://github.com/saucelabs/sauce\_ruby/issues/163

### 3.1.0
Extracted Rails server config into separate file
Prevented Capybara from starting a server when already started
Expand Down
2 changes: 1 addition & 1 deletion gems/sauce-cucumber/sauce-cucumber.gemspec
Expand Up @@ -13,7 +13,7 @@ Gem::Specification.new do |gem|
gem.test_files = gem.files.grep(%r{^(test|spec|features)/})
gem.name = "sauce-cucumber"
gem.require_paths = ["lib"]
gem.version = "#{Sauce::MAJOR_VERSION}.0"
gem.version = "#{Sauce::MAJOR_VERSION}.1"

gem.add_dependency('sauce', "~> #{Sauce.version}")
gem.add_dependency('cucumber', '>= 1.2.0')
Expand Down
2 changes: 1 addition & 1 deletion lib/sauce/version.rb
@@ -1,6 +1,6 @@
module Sauce
MAJOR_VERSION = '3.1'
PATCH_VERSION = '0'
PATCH_VERSION = '1'

def version
"#{MAJOR_VERSION}.#{PATCH_VERSION}"
Expand Down

0 comments on commit 9a9775a

Please sign in to comment.