magic_test 0.0.6 → 0.0.7

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 971c5c9bfcc383b0a3fd3a57e18350e9882fd1f6b1727981df23c1fc54c232b7
4
- data.tar.gz: eb63dddfd320adfde98accbb7b4b0f431ca2ecfba9e3db06def573c50c67dc2c
3
+ metadata.gz: 8157f3ad45a33023af27727450bb43a7a54ef4f390bd21a1d5419f81bfd173d2
4
+ data.tar.gz: 40eab3d8bfe379bc346f294ed3d881521ddf8defcf7d53a1e60c994050a54b5c
5
5
  SHA512:
6
- metadata.gz: 1ceea8c811fa91e0ad393495631c73e327e185bd92f28bb5ec3a0e79fa258564bd1a21577de6c2007fd73ffcff05ca8082c6570028f07e83a5ccf81615eac43b
7
- data.tar.gz: b8d706a0287f1a9d2436ae7dbfca791d61d1de564f6d9d95a5ec7109dfb4bf7548983892474e7d27bbf167afb1cad2156f7734ed759ba52e9acd5267c718e0b6
6
+ metadata.gz: 91e84e80faf56d07bf8df3540c09c8324f12e85fe395bf75876d3316ec76d810f19436ceb1773d7848d52cc039c95e853aeac8222af3c9da1042c5ab50ea6d99
7
+ data.tar.gz: 13fad9265f6b3cf86a2d26760628680dc59c6aeeab896963e18d037effe0c8444e2449a48d2adcabdec937c628d1060ab8328e90565c7c6a772c75395226c106
data/Gemfile.lock CHANGED
@@ -2,81 +2,82 @@ PATH
2
2
  remote: .
3
3
  specs:
4
4
  magic_test (0.0.6)
5
- capybara (~> 3.0)
5
+ capybara (>= 3.0)
6
6
  pry
7
7
  pry-stack_explorer
8
- rails (~> 6.0)
8
+ rails (>= 6.0)
9
9
 
10
10
  GEM
11
11
  remote: https://rubygems.org/
12
12
  specs:
13
- actioncable (6.1.3)
14
- actionpack (= 6.1.3)
15
- activesupport (= 6.1.3)
13
+ actioncable (7.0.0)
14
+ actionpack (= 7.0.0)
15
+ activesupport (= 7.0.0)
16
16
  nio4r (~> 2.0)
17
17
  websocket-driver (>= 0.6.1)
18
- actionmailbox (6.1.3)
19
- actionpack (= 6.1.3)
20
- activejob (= 6.1.3)
21
- activerecord (= 6.1.3)
22
- activestorage (= 6.1.3)
23
- activesupport (= 6.1.3)
18
+ actionmailbox (7.0.0)
19
+ actionpack (= 7.0.0)
20
+ activejob (= 7.0.0)
21
+ activerecord (= 7.0.0)
22
+ activestorage (= 7.0.0)
23
+ activesupport (= 7.0.0)
24
24
  mail (>= 2.7.1)
25
- actionmailer (6.1.3)
26
- actionpack (= 6.1.3)
27
- actionview (= 6.1.3)
28
- activejob (= 6.1.3)
29
- activesupport (= 6.1.3)
25
+ actionmailer (7.0.0)
26
+ actionpack (= 7.0.0)
27
+ actionview (= 7.0.0)
28
+ activejob (= 7.0.0)
29
+ activesupport (= 7.0.0)
30
30
  mail (~> 2.5, >= 2.5.4)
31
31
  rails-dom-testing (~> 2.0)
32
- actionpack (6.1.3)
33
- actionview (= 6.1.3)
34
- activesupport (= 6.1.3)
35
- rack (~> 2.0, >= 2.0.9)
32
+ actionpack (7.0.0)
33
+ actionview (= 7.0.0)
34
+ activesupport (= 7.0.0)
35
+ rack (~> 2.0, >= 2.2.0)
36
36
  rack-test (>= 0.6.3)
37
37
  rails-dom-testing (~> 2.0)
38
38
  rails-html-sanitizer (~> 1.0, >= 1.2.0)
39
- actiontext (6.1.3)
40
- actionpack (= 6.1.3)
41
- activerecord (= 6.1.3)
42
- activestorage (= 6.1.3)
43
- activesupport (= 6.1.3)
39
+ actiontext (7.0.0)
40
+ actionpack (= 7.0.0)
41
+ activerecord (= 7.0.0)
42
+ activestorage (= 7.0.0)
43
+ activesupport (= 7.0.0)
44
+ globalid (>= 0.6.0)
44
45
  nokogiri (>= 1.8.5)
45
- actionview (6.1.3)
46
- activesupport (= 6.1.3)
46
+ actionview (7.0.0)
47
+ activesupport (= 7.0.0)
47
48
  builder (~> 3.1)
48
49
  erubi (~> 1.4)
49
50
  rails-dom-testing (~> 2.0)
50
51
  rails-html-sanitizer (~> 1.1, >= 1.2.0)
51
- activejob (6.1.3)
52
- activesupport (= 6.1.3)
52
+ activejob (7.0.0)
53
+ activesupport (= 7.0.0)
53
54
  globalid (>= 0.3.6)
54
- activemodel (6.1.3)
55
- activesupport (= 6.1.3)
56
- activerecord (6.1.3)
57
- activemodel (= 6.1.3)
58
- activesupport (= 6.1.3)
59
- activestorage (6.1.3)
60
- actionpack (= 6.1.3)
61
- activejob (= 6.1.3)
62
- activerecord (= 6.1.3)
63
- activesupport (= 6.1.3)
64
- marcel (~> 0.3.1)
65
- mimemagic (~> 0.3.2)
66
- activesupport (6.1.3)
55
+ activemodel (7.0.0)
56
+ activesupport (= 7.0.0)
57
+ activerecord (7.0.0)
58
+ activemodel (= 7.0.0)
59
+ activesupport (= 7.0.0)
60
+ activestorage (7.0.0)
61
+ actionpack (= 7.0.0)
62
+ activejob (= 7.0.0)
63
+ activerecord (= 7.0.0)
64
+ activesupport (= 7.0.0)
65
+ marcel (~> 1.0)
66
+ mini_mime (>= 1.1.0)
67
+ activesupport (7.0.0)
67
68
  concurrent-ruby (~> 1.0, >= 1.0.2)
68
69
  i18n (>= 1.6, < 2)
69
70
  minitest (>= 5.1)
70
71
  tzinfo (~> 2.0)
71
- zeitwerk (~> 2.3)
72
- addressable (2.7.0)
72
+ addressable (2.8.0)
73
73
  public_suffix (>= 2.0.2, < 5.0)
74
74
  ast (2.4.2)
75
75
  binding_of_caller (1.0.0)
76
76
  debug_inspector (>= 0.0.1)
77
77
  builder (3.2.4)
78
- capybara (3.35.3)
78
+ capybara (3.36.0)
79
79
  addressable
80
+ matrix
80
81
  mini_mime (>= 0.1.3)
81
82
  nokogiri (~> 1.8)
82
83
  rack (>= 1.6.0)
@@ -84,122 +85,114 @@ GEM
84
85
  regexp_parser (>= 1.5, < 3.0)
85
86
  xpath (~> 3.2)
86
87
  coderay (1.1.3)
87
- concurrent-ruby (1.1.8)
88
+ concurrent-ruby (1.1.9)
88
89
  crass (1.0.6)
89
- debug_inspector (1.0.0)
90
+ debug_inspector (1.1.0)
90
91
  erubi (1.10.0)
91
- globalid (0.4.2)
92
- activesupport (>= 4.2.0)
93
- i18n (1.8.9)
92
+ globalid (1.0.0)
93
+ activesupport (>= 5.0)
94
+ i18n (1.8.11)
94
95
  concurrent-ruby (~> 1.0)
95
- loofah (2.9.0)
96
+ loofah (2.13.0)
96
97
  crass (~> 1.0.2)
97
98
  nokogiri (>= 1.5.9)
98
99
  mail (2.7.1)
99
100
  mini_mime (>= 0.1.1)
100
- marcel (0.3.3)
101
- mimemagic (~> 0.3.2)
101
+ marcel (1.0.2)
102
+ matrix (0.4.2)
102
103
  method_source (1.0.0)
103
- mimemagic (0.3.5)
104
- mini_mime (1.0.2)
105
- mini_portile2 (2.5.0)
106
- minitest (5.14.4)
107
- nio4r (2.5.5)
108
- nokogiri (1.11.1)
109
- mini_portile2 (~> 2.5.0)
104
+ mini_mime (1.1.2)
105
+ mini_portile2 (2.6.1)
106
+ minitest (5.15.0)
107
+ nio4r (2.5.8)
108
+ nokogiri (1.12.5)
109
+ mini_portile2 (~> 2.6.1)
110
110
  racc (~> 1.4)
111
- nokogiri (1.11.1-x86_64-darwin)
111
+ nokogiri (1.12.5-x86_64-darwin)
112
112
  racc (~> 1.4)
113
- parallel (1.20.1)
114
- parser (3.0.0.0)
113
+ parallel (1.21.0)
114
+ parser (3.0.3.2)
115
115
  ast (~> 2.4.1)
116
- pry (0.14.0)
116
+ pry (0.14.1)
117
117
  coderay (~> 1.1)
118
118
  method_source (~> 1.0)
119
119
  pry-stack_explorer (0.6.1)
120
120
  binding_of_caller (~> 1.0)
121
121
  pry (~> 0.13)
122
122
  public_suffix (4.0.6)
123
- racc (1.5.2)
123
+ racc (1.6.0)
124
124
  rack (2.2.3)
125
125
  rack-test (1.1.0)
126
126
  rack (>= 1.0, < 3)
127
- rails (6.1.3)
128
- actioncable (= 6.1.3)
129
- actionmailbox (= 6.1.3)
130
- actionmailer (= 6.1.3)
131
- actionpack (= 6.1.3)
132
- actiontext (= 6.1.3)
133
- actionview (= 6.1.3)
134
- activejob (= 6.1.3)
135
- activemodel (= 6.1.3)
136
- activerecord (= 6.1.3)
137
- activestorage (= 6.1.3)
138
- activesupport (= 6.1.3)
127
+ rails (7.0.0)
128
+ actioncable (= 7.0.0)
129
+ actionmailbox (= 7.0.0)
130
+ actionmailer (= 7.0.0)
131
+ actionpack (= 7.0.0)
132
+ actiontext (= 7.0.0)
133
+ actionview (= 7.0.0)
134
+ activejob (= 7.0.0)
135
+ activemodel (= 7.0.0)
136
+ activerecord (= 7.0.0)
137
+ activestorage (= 7.0.0)
138
+ activesupport (= 7.0.0)
139
139
  bundler (>= 1.15.0)
140
- railties (= 6.1.3)
141
- sprockets-rails (>= 2.0.0)
140
+ railties (= 7.0.0)
142
141
  rails-dom-testing (2.0.3)
143
142
  activesupport (>= 4.2.0)
144
143
  nokogiri (>= 1.6)
145
- rails-html-sanitizer (1.3.0)
144
+ rails-html-sanitizer (1.4.2)
146
145
  loofah (~> 2.3)
147
- railties (6.1.3)
148
- actionpack (= 6.1.3)
149
- activesupport (= 6.1.3)
146
+ railties (7.0.0)
147
+ actionpack (= 7.0.0)
148
+ activesupport (= 7.0.0)
150
149
  method_source
151
- rake (>= 0.8.7)
150
+ rake (>= 12.2)
152
151
  thor (~> 1.0)
152
+ zeitwerk (~> 2.5)
153
153
  rainbow (3.0.0)
154
- rake (13.0.3)
155
- regexp_parser (2.1.1)
156
- rexml (3.2.4)
157
- rubocop (1.10.0)
154
+ rake (13.0.6)
155
+ regexp_parser (2.2.0)
156
+ rexml (3.2.5)
157
+ rubocop (1.23.0)
158
158
  parallel (~> 1.10)
159
159
  parser (>= 3.0.0.0)
160
160
  rainbow (>= 2.2.2, < 4.0)
161
161
  regexp_parser (>= 1.8, < 3.0)
162
162
  rexml
163
- rubocop-ast (>= 1.2.0, < 2.0)
163
+ rubocop-ast (>= 1.12.0, < 2.0)
164
164
  ruby-progressbar (~> 1.7)
165
165
  unicode-display_width (>= 1.4.0, < 3.0)
166
- rubocop-ast (1.4.1)
167
- parser (>= 2.7.1.5)
168
- rubocop-performance (1.9.2)
169
- rubocop (>= 0.90.0, < 2.0)
166
+ rubocop-ast (1.15.0)
167
+ parser (>= 3.0.1.1)
168
+ rubocop-performance (1.12.0)
169
+ rubocop (>= 1.7.0, < 2.0)
170
170
  rubocop-ast (>= 0.4.0)
171
171
  ruby-progressbar (1.11.0)
172
- sprockets (4.0.2)
173
- concurrent-ruby (~> 1.0)
174
- rack (> 1, < 3)
175
- sprockets-rails (3.2.2)
176
- actionpack (>= 4.0)
177
- activesupport (>= 4.0)
178
- sprockets (>= 3.0.0)
179
- standard (0.13.0)
180
- rubocop (= 1.10.0)
181
- rubocop-performance (= 1.9.2)
172
+ standard (1.5.0)
173
+ rubocop (= 1.23.0)
174
+ rubocop-performance (= 1.12.0)
182
175
  thor (1.1.0)
183
176
  tzinfo (2.0.4)
184
177
  concurrent-ruby (~> 1.0)
185
- unicode-display_width (2.0.0)
186
- websocket-driver (0.7.3)
178
+ unicode-display_width (2.1.0)
179
+ websocket-driver (0.7.5)
187
180
  websocket-extensions (>= 0.1.0)
188
181
  websocket-extensions (0.1.5)
189
182
  xpath (3.2.0)
190
183
  nokogiri (~> 1.8)
191
- zeitwerk (2.4.2)
184
+ zeitwerk (2.5.1)
192
185
 
193
186
  PLATFORMS
194
187
  ruby
195
188
  x86_64-darwin-20
196
189
 
197
190
  DEPENDENCIES
198
- bundler (~> 2.0)
191
+ bundler (>= 2.0)
199
192
  magic_test!
200
- minitest (~> 5.0)
201
- rake (~> 13.0)
193
+ minitest (>= 5.0)
194
+ rake (>= 13.0)
202
195
  standard
203
196
 
204
197
  BUNDLED WITH
205
- 2.2.0
198
+ 2.2.22
@@ -1,10 +1,10 @@
1
1
  <script text="text/javascript">
2
2
 
3
- (function() {
3
+ ready(function() {
4
4
  console.log("🪄 Magic Test activated in the browser!")
5
5
  initializeStorage();
6
6
  initializeMutationObserver();
7
- })();
7
+ });
8
8
 
9
9
  function clickFunction(event) {
10
10
  var element = event.target
@@ -1,3 +1,3 @@
1
1
  module MagicTest
2
- VERSION = "0.0.6"
2
+ VERSION = "0.0.7"
3
3
  end
data/magic_test.gemspec CHANGED
@@ -21,13 +21,13 @@ Gem::Specification.new do |spec|
21
21
  spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
22
22
  spec.require_paths = ["lib"]
23
23
 
24
- spec.add_development_dependency "bundler", "~> 2.0"
25
- spec.add_development_dependency "rake", "~> 13.0"
26
- spec.add_development_dependency "minitest", "~> 5.0"
24
+ spec.add_development_dependency "bundler", ">= 2.0"
25
+ spec.add_development_dependency "rake", ">= 13.0"
26
+ spec.add_development_dependency "minitest", ">= 5.0"
27
27
  spec.add_development_dependency "standard"
28
28
 
29
29
  spec.add_dependency "pry"
30
30
  spec.add_dependency "pry-stack_explorer"
31
- spec.add_dependency "capybara", "~> 3.0"
32
- spec.add_dependency "rails", "~> 6.0"
31
+ spec.add_dependency "capybara", ">= 3.0"
32
+ spec.add_dependency "rails", ">= 6.0"
33
33
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: magic_test
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.6
4
+ version: 0.0.7
5
5
  platform: ruby
6
6
  authors:
7
7
  - Andrew Culver
@@ -9,48 +9,48 @@ authors:
9
9
  autorequire:
10
10
  bindir: exe
11
11
  cert_chain: []
12
- date: 2021-03-02 00:00:00.000000000 Z
12
+ date: 2021-12-16 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: bundler
16
16
  requirement: !ruby/object:Gem::Requirement
17
17
  requirements:
18
- - - "~>"
18
+ - - ">="
19
19
  - !ruby/object:Gem::Version
20
20
  version: '2.0'
21
21
  type: :development
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: '2.0'
28
28
  - !ruby/object:Gem::Dependency
29
29
  name: rake
30
30
  requirement: !ruby/object:Gem::Requirement
31
31
  requirements:
32
- - - "~>"
32
+ - - ">="
33
33
  - !ruby/object:Gem::Version
34
34
  version: '13.0'
35
35
  type: :development
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: '13.0'
42
42
  - !ruby/object:Gem::Dependency
43
43
  name: minitest
44
44
  requirement: !ruby/object:Gem::Requirement
45
45
  requirements:
46
- - - "~>"
46
+ - - ">="
47
47
  - !ruby/object:Gem::Version
48
48
  version: '5.0'
49
49
  type: :development
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: '5.0'
56
56
  - !ruby/object:Gem::Dependency
@@ -99,28 +99,28 @@ dependencies:
99
99
  name: capybara
100
100
  requirement: !ruby/object:Gem::Requirement
101
101
  requirements:
102
- - - "~>"
102
+ - - ">="
103
103
  - !ruby/object:Gem::Version
104
104
  version: '3.0'
105
105
  type: :runtime
106
106
  prerelease: false
107
107
  version_requirements: !ruby/object:Gem::Requirement
108
108
  requirements:
109
- - - "~>"
109
+ - - ">="
110
110
  - !ruby/object:Gem::Version
111
111
  version: '3.0'
112
112
  - !ruby/object:Gem::Dependency
113
113
  name: rails
114
114
  requirement: !ruby/object:Gem::Requirement
115
115
  requirements:
116
- - - "~>"
116
+ - - ">="
117
117
  - !ruby/object:Gem::Version
118
118
  version: '6.0'
119
119
  type: :runtime
120
120
  prerelease: false
121
121
  version_requirements: !ruby/object:Gem::Requirement
122
122
  requirements:
123
- - - "~>"
123
+ - - ">="
124
124
  - !ruby/object:Gem::Version
125
125
  version: '6.0'
126
126
  description:
@@ -177,7 +177,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
177
177
  - !ruby/object:Gem::Version
178
178
  version: '0'
179
179
  requirements: []
180
- rubygems_version: 3.1.4
180
+ rubygems_version: 3.2.22
181
181
  signing_key:
182
182
  specification_version: 4
183
183
  summary: Create system tests interactively.