ole-qa-framework 3.13.4 → 3.14.0
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.
- checksums.yaml +4 -4
- data/CHANGELOG.md +4 -0
- data/Rakefile.rb +7 -1
- data/lib/ole_qa_framework/VERSION.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 4501b3296ccf036dc108d040b0f5094e2eea71d2
|
|
4
|
+
data.tar.gz: f1b948a025e6562091e3868f9ab1a6881b1c5785
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 31b5425bd6d4f2c180938fc8b0c75cc34bc0c5b8d988a36b31d0a2a4977010846302496c434097132a0c3722977fa4dece16f34c9e451459106f210492da3b99
|
|
7
|
+
data.tar.gz: 438b35850983646ccda90a83359ffe76da85403a4ce343464556a0776da133e7d557f19743ca34ba98adab2266bb5aab41ff0974d897e7334cfc69c5420d5e7e
|
data/CHANGELOG.md
CHANGED
data/Rakefile.rb
CHANGED
|
@@ -19,12 +19,18 @@ require 'rubygems'
|
|
|
19
19
|
require 'rspec/core/rake_task'
|
|
20
20
|
require 'bundler/gem_tasks'
|
|
21
21
|
require 'fileutils'
|
|
22
|
+
require 'lib/ole_qa_framework/COMPATIBILITY.rb'
|
|
22
23
|
|
|
23
24
|
desc "Print the current version number."
|
|
24
25
|
task :version do
|
|
25
26
|
puts OLE_QA::Framework::VERSION
|
|
26
27
|
end
|
|
27
28
|
|
|
29
|
+
desc "Print version info for the latest compatible OLE release."
|
|
30
|
+
task :works_with do
|
|
31
|
+
puts OLE_QA::Framework::OLE_VERSION
|
|
32
|
+
end
|
|
33
|
+
|
|
28
34
|
desc "Select a config file from lib/config/alt."
|
|
29
35
|
task :select_config do
|
|
30
36
|
puts 'Enter filename: '
|
|
@@ -37,4 +43,4 @@ task :select_config do
|
|
|
37
43
|
else
|
|
38
44
|
puts "File not found: #{file_path}alt/#{target_file}"
|
|
39
45
|
end
|
|
40
|
-
end
|
|
46
|
+
end
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: ole-qa-framework
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 3.
|
|
4
|
+
version: 3.14.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Jain Waldrip
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2014-04-
|
|
11
|
+
date: 2014-04-21 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: bundler
|