webconsole 0.2.0 → 0.2.1
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 +5 -5
- data/lib/applescript/close_window.scpt +0 -0
- data/lib/applescript/create_window.scpt +0 -0
- data/lib/applescript/do_javascript.scpt +0 -0
- data/lib/applescript/hide_log.scpt +0 -0
- data/lib/applescript/load_html.scpt +0 -0
- data/lib/applescript/load_html_with_base_url.scpt +0 -0
- data/lib/applescript/load_plugin.scpt +0 -0
- data/lib/applescript/read_from_standard_input.scpt +0 -0
- data/lib/applescript/resource_path_for_plugin.scpt +0 -0
- data/lib/applescript/resource_url_for_plugin.scpt +0 -0
- data/lib/applescript/run_plugin.scpt +0 -0
- data/lib/applescript/run_plugin_in_split.scpt +0 -0
- data/lib/applescript/show_log.scpt +0 -0
- data/lib/applescript/split_id_in_window.scpt +0 -0
- data/lib/applescript/split_id_in_window_last.scpt +0 -0
- data/lib/webconsole/logger/test/tc_logger.rb +2 -2
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
|
-
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
2
|
+
SHA256:
|
3
|
+
metadata.gz: 75e50416f8ef1ddedcb81c741e796b20badeabeec37e20ebe66087edaf712ac3
|
4
|
+
data.tar.gz: 6e215250d280b78d941254fdce0c55cdebc60873d36008d6e611bf0971982026
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 6f7b4bcebc62b8e6997eb95a785d9952a6f8dacefa4f48bccbfcf43072de9a8020813fe856e959e6ed48ab1d90a95550b9147e9ed38e3b28f4a3d911f88c227c
|
7
|
+
data.tar.gz: 23d9e8a666113ed7efcc114a7e1ac37b18b0c2704ec626806f92e66b8cb73b01e8323709753fe383de4365e50992f42dc6a5a95457dd247555c0126351965bdf
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
@@ -1,4 +1,4 @@
|
|
1
|
-
#!/System/Library/Frameworks/Ruby.framework/Versions/2.
|
1
|
+
#!/System/Library/Frameworks/Ruby.framework/Versions/2.3/usr/bin/ruby
|
2
2
|
|
3
3
|
require "test/unit"
|
4
4
|
|
@@ -159,7 +159,7 @@ Line 2
|
|
159
159
|
Line 3
|
160
160
|
)
|
161
161
|
@logger.info(message)
|
162
|
-
sleep WebConsole::Tests::TEST_PAUSE_TIME # Pause for output to be processed
|
162
|
+
sleep WebConsole::Tests::TEST_PAUSE_TIME * 2 # Pause for output to be processed
|
163
163
|
result_count = @test_view_helper.number_of_log_messages
|
164
164
|
assert_equal(result_count, 3, "The number of log messages should match")
|
165
165
|
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: webconsole
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.2.
|
4
|
+
version: 0.2.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Roben Kleene
|
@@ -85,7 +85,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
85
85
|
version: '0'
|
86
86
|
requirements: []
|
87
87
|
rubyforge_project:
|
88
|
-
rubygems_version: 2.6
|
88
|
+
rubygems_version: 2.7.6
|
89
89
|
signing_key:
|
90
90
|
specification_version: 4
|
91
91
|
summary: Web Console helper gem
|