watir 4.0.0.rc5-x86-mingw32 → 4.0.0.rc6-x86-mingw32

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (4) hide show
  1. data/Rakefile +2 -0
  2. data/lib/watir/version.rb +1 -1
  3. data/watir.gemspec +1 -1
  4. metadata +3 -3
data/Rakefile CHANGED
@@ -3,6 +3,8 @@ $LOAD_PATH.unshift File.expand_path("../lib", __FILE__)
3
3
  require 'bundler'
4
4
  Bundler::GemHelper.install_tasks
5
5
 
6
+ task :default => "build:all"
7
+
6
8
  namespace :build do
7
9
  desc "Build for Windows platform."
8
10
  task :win => :build do
data/lib/watir/version.rb CHANGED
@@ -1,3 +1,3 @@
1
1
  module Watir
2
- BUNDLE_VERSION = '4.0.0.rc5'
2
+ BUNDLE_VERSION = '4.0.0.rc6'
3
3
  end
data/watir.gemspec CHANGED
@@ -20,6 +20,6 @@ Gem::Specification.new do |s|
20
20
 
21
21
  if ENV["build_for_windows"]
22
22
  s.platform = Gem::Platform::MINGW
23
- s.add_dependency "watir-classic", "~> 3.1"
23
+ s.add_dependency "watir-classic", "~> 3.2"
24
24
  end
25
25
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: watir
3
3
  version: !ruby/object:Gem::Version
4
- version: 4.0.0.rc5
4
+ version: 4.0.0.rc6
5
5
  prerelease: 6
6
6
  platform: x86-mingw32
7
7
  authors:
@@ -50,7 +50,7 @@ dependencies:
50
50
  requirements:
51
51
  - - ~>
52
52
  - !ruby/object:Gem::Version
53
- version: '3.1'
53
+ version: '3.2'
54
54
  type: :runtime
55
55
  prerelease: false
56
56
  version_requirements: !ruby/object:Gem::Requirement
@@ -58,7 +58,7 @@ dependencies:
58
58
  requirements:
59
59
  - - ~>
60
60
  - !ruby/object:Gem::Version
61
- version: '3.1'
61
+ version: '3.2'
62
62
  description: Automated testing tool for web applications. By Testers. For Testers.
63
63
  email:
64
64
  - bret@pettichord.com