agent_q 0.0.5 → 0.0.6

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 (3) hide show
  1. checksums.yaml +4 -4
  2. data/lib/agent_q.rb +1 -1
  3. metadata +13 -13
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 2b3383422a1f23f35a362952d0492b7d0d33e9e9
4
- data.tar.gz: f3c4f0810e5991af33d11b0e3d52ae77a2035f27
3
+ metadata.gz: eb1a613ab0f3867420433990813b2ae0c2c91498
4
+ data.tar.gz: e5993cc674a6c2273df3999ada4eae05adfd08ab
5
5
  SHA512:
6
- metadata.gz: b21c1e4ee13a14472200c262f3879f8173643ca216e5ed7f1c47768f56891a77b708c98ac8e4a6616af0a2e143946fc07b17a014642e774c9ec3eee713057fbe
7
- data.tar.gz: 16899132284784c9e5f01b039adefc8ec5732447da6d6fdbdcf81185190dce2c79713c4230922b3cd2a04ab1c5df698f3e156b0f88cddf5576b86b8d7ca89bcf
6
+ metadata.gz: 285befc1d8570ebb6f6d1f9faddbfbeae7d72f8c3505256e00127c78698aba39f28e8320bd2d3f46d666c89c4681188babd071017e0603ae4ba925551b84df8b
7
+ data.tar.gz: 7c2ff886a023d2e918ee6ef1ceb7eb6cdd43b832c548d76fa0faeffea7a26d3229c8d9af7b48e8007701ffc37db8fd32eb7edbc53abad59f1fec6946c840820e
@@ -27,7 +27,7 @@ class AgentQ
27
27
  visit("/case/#{@quepid_case}/try/0")
28
28
  #save_screenshot('quepid.png')
29
29
  fill_in('Email', with: @username)
30
- within(:xpath, "/html/body/div[2]/div/div/div[1]/div[1]/div/form") do
30
+ within(:xpath, "/html/body/div[3]/div/div/div[1]/div[1]/div/form") do
31
31
  fill_in('Password', with: @password)
32
32
  end
33
33
  #save_screenshot('quepid_login.png')
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: agent_q
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.5
4
+ version: 0.0.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - Eric Pugh
@@ -9,52 +9,52 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2017-09-27 00:00:00.000000000 Z
12
+ date: 2018-06-14 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: capybara
16
16
  requirement: !ruby/object:Gem::Requirement
17
17
  requirements:
18
- - - '>='
18
+ - - ">="
19
19
  - !ruby/object:Gem::Version
20
20
  version: '0'
21
21
  type: :runtime
22
22
  prerelease: false
23
23
  version_requirements: !ruby/object:Gem::Requirement
24
24
  requirements:
25
- - - '>='
25
+ - - ">="
26
26
  - !ruby/object:Gem::Version
27
27
  version: '0'
28
28
  - !ruby/object:Gem::Dependency
29
29
  name: poltergeist
30
30
  requirement: !ruby/object:Gem::Requirement
31
31
  requirements:
32
- - - '>='
32
+ - - ">="
33
33
  - !ruby/object:Gem::Version
34
34
  version: '0'
35
35
  type: :runtime
36
36
  prerelease: false
37
37
  version_requirements: !ruby/object:Gem::Requirement
38
38
  requirements:
39
- - - '>='
39
+ - - ">="
40
40
  - !ruby/object:Gem::Version
41
41
  version: '0'
42
42
  - !ruby/object:Gem::Dependency
43
43
  name: nokogiri
44
44
  requirement: !ruby/object:Gem::Requirement
45
45
  requirements:
46
- - - '>='
46
+ - - ">="
47
47
  - !ruby/object:Gem::Version
48
48
  version: '0'
49
49
  type: :runtime
50
50
  prerelease: false
51
51
  version_requirements: !ruby/object:Gem::Requirement
52
52
  requirements:
53
- - - '>='
53
+ - - ">="
54
54
  - !ruby/object:Gem::Version
55
55
  version: '0'
56
56
  description: A ruby agent that wraps PhantomJS that runs a specific Quepid Case and
57
- returns if your relevancy score is above or below a threshold.
57
+ returns if your relevancy score meets or below a threshold.
58
58
  email:
59
59
  - epugh@opensourceconnections.com
60
60
  - moverstreet@opensourceconnections.com
@@ -63,8 +63,8 @@ executables:
63
63
  extensions: []
64
64
  extra_rdoc_files: []
65
65
  files:
66
- - lib/agent_q.rb
67
66
  - bin/agent_q
67
+ - lib/agent_q.rb
68
68
  homepage: http://rubygems.org/gems/agent_q
69
69
  licenses:
70
70
  - MIT
@@ -75,17 +75,17 @@ require_paths:
75
75
  - lib
76
76
  required_ruby_version: !ruby/object:Gem::Requirement
77
77
  requirements:
78
- - - '>='
78
+ - - ">="
79
79
  - !ruby/object:Gem::Version
80
80
  version: '0'
81
81
  required_rubygems_version: !ruby/object:Gem::Requirement
82
82
  requirements:
83
- - - '>='
83
+ - - ">="
84
84
  - !ruby/object:Gem::Version
85
85
  version: '0'
86
86
  requirements: []
87
87
  rubyforge_project:
88
- rubygems_version: 2.0.14.1
88
+ rubygems_version: 2.5.2
89
89
  signing_key:
90
90
  specification_version: 4
91
91
  summary: Headless agent for test driven relevancy with Quepid.com