Skip to content

Commit

Permalink
IEDriver release 2.48.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Dennis Hoer committed Oct 8, 2015
1 parent cc37e7e commit b8315c6
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## 1.1.0

- IEDriver release 2.48.0

## 1.0.1

- Fix #1 WARN: Cloning resource attributes for env[PATH] from prior resource (CHEF-3694)
Expand Down
3 changes: 2 additions & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,9 @@ source 'https://rubygems.org'
gem 'foodcritic', '~> 5.0'
gem 'rubocop', '~> 0.34'
gem 'chefspec', '~> 4.2'
gem 'berkshelf', '~> 3.3'
gem 'berkshelf', '~> 3.1.5'
gem 'chef', '~> 11.16'
gem 'faraday', '= 0.9.1' # prevent ridley middleware gzip `initialize': not in gzip format (Zlib::GzipFile::Error)

group :integration do
gem 'test-kitchen', '~> 1.4'
Expand Down
2 changes: 1 addition & 1 deletion attributes/default.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
default['iedriver']['version'] = '2.47.0'
default['iedriver']['version'] = '2.48.0'
default['iedriver']['url'] = 'https://selenium-release.storage.googleapis.com'

default['iedriver']['home'] = "#{ENV['SYSTEMDRIVE']}\\iedriver"
Expand Down
2 changes: 1 addition & 1 deletion metadata.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
license 'MIT'
description 'Selenium WebDriver for Internet Explorer'
long_description IO.read(File.join(File.dirname(__FILE__), 'README.md'))
version '1.0.1'
version '1.1.0'

supports 'windows'

Expand Down

0 comments on commit b8315c6

Please sign in to comment.