capybara-simulated 0.4.0 → 0.5.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.
metadata CHANGED
@@ -1,11 +1,11 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: capybara-simulated
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.4.0
4
+ version: 0.5.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Keita Urashima
8
- bindir: bin
8
+ bindir: exe
9
9
  cert_chain: []
10
10
  date: 1980-01-02 00:00:00.000000000 Z
11
11
  dependencies:
@@ -37,6 +37,20 @@ dependencies:
37
37
  - - ">="
38
38
  - !ruby/object:Gem::Version
39
39
  version: '2.2'
40
+ - !ruby/object:Gem::Dependency
41
+ name: uri-idna
42
+ requirement: !ruby/object:Gem::Requirement
43
+ requirements:
44
+ - - "~>"
45
+ - !ruby/object:Gem::Version
46
+ version: '0.3'
47
+ type: :runtime
48
+ prerelease: false
49
+ version_requirements: !ruby/object:Gem::Requirement
50
+ requirements:
51
+ - - "~>"
52
+ - !ruby/object:Gem::Version
53
+ version: '0.3'
40
54
  description: A Capybara driver that runs JavaScript against an in-process JS-resident
41
55
  DOM — V8 via rusty_racer or QuickJS via quickjs.rb, whichever is installed. No Chrome,
42
56
  no Node toolchain. Forms submit through Rack::MockRequest, inline <script> + event
@@ -44,12 +58,14 @@ description: A Capybara driver that runs JavaScript against an in-process JS-res
44
58
  between rack-test and full headless browsers.
45
59
  email:
46
60
  - ursm@ursm.jp
47
- executables: []
61
+ executables:
62
+ - capybara-simulated
48
63
  extensions: []
49
64
  extra_rdoc_files: []
50
65
  files:
51
66
  - LICENSE
52
67
  - README.md
68
+ - exe/capybara-simulated
53
69
  - lib/capybara-simulated.rb
54
70
  - lib/capybara/simulated.rb
55
71
  - lib/capybara/simulated/asset_cache.rb
@@ -58,13 +74,17 @@ files:
58
74
  - lib/capybara/simulated/errors.rb
59
75
  - lib/capybara/simulated/js/bridge.bundle.js
60
76
  - lib/capybara/simulated/js/snapshot_stubs.js
77
+ - lib/capybara/simulated/minitest.rb
61
78
  - lib/capybara/simulated/node.rb
62
79
  - lib/capybara/simulated/quickjs_runtime.rb
80
+ - lib/capybara/simulated/rspec.rb
63
81
  - lib/capybara/simulated/runtime_shared.rb
64
82
  - lib/capybara/simulated/script_cache.rb
65
83
  - lib/capybara/simulated/sourcemap.rb
66
84
  - lib/capybara/simulated/stack_resolver.rb
67
85
  - lib/capybara/simulated/trace.rb
86
+ - lib/capybara/simulated/trace_persistence.rb
87
+ - lib/capybara/simulated/trace_viewer.html
68
88
  - lib/capybara/simulated/v8_runtime.rb
69
89
  - lib/capybara/simulated/version.rb
70
90
  - lib/capybara/simulated/webauthn_state.rb