Skip to content

Commit

Permalink
updated history and bumped version getting ready for release
Browse files Browse the repository at this point in the history
  • Loading branch information
cheezy committed Jun 8, 2013
1 parent 8ac9d57 commit 54d4d95
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 4 deletions.
10 changes: 9 additions & 1 deletion HISTORY.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Gem History

## 7.0 - 8 June 2013

* Withdraw deprecation

## 6.6.6 - 15 March 2013

* Announce deprecation

## 0.2.2 - 15 March 2013

* Updated iPad user agent
Expand Down Expand Up @@ -30,4 +38,4 @@

## 0.0.1 - 25 March 2012

* Initial version of gem released
* Initial version of gem released
6 changes: 3 additions & 3 deletions webdriver-user-agent.gemspec
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# -*- encoding: utf-8 -*-

Gem::Specification.new do |gem|
gem.authors = ["Alister Scott"]
gem.email = ["alister.scott@gmail.com"]
gem.authors = ["Alister Scott", "Jeff Morgan"]
gem.email = ["alister.scott@gmail.com", "jeff.morgan@leandog.com"]
gem.description = %q{A helper gem to emulate populate device user agents and resolutions when using webdriver}
gem.summary = %q{A helper gem to emulate populate device user agents and resolutions when using webdriver}
gem.homepage = "https://github.com/alisterscott/webdriver-user-agent"
Expand All @@ -12,7 +12,7 @@ Gem::Specification.new do |gem|
gem.test_files = gem.files.grep(%r{^(test|spec|features)/})
gem.name = "webdriver-user-agent"
gem.require_paths = ["lib"]
gem.version = "6.6.6"
gem.version = "7.0"
gem.add_dependency 'selenium-webdriver'
gem.add_dependency 'facets'
gem.add_dependency 'json'
Expand Down

0 comments on commit 54d4d95

Please sign in to comment.