webconsole 0.1.1 → 0.1.2

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: afd0a24eb6fda7723529ec96cf18bd1be0dd72db
4
- data.tar.gz: 795c7022fbd7dec8531ca4ad3f137f664c413fa0
3
+ metadata.gz: 5f3445a032cfabb2e31c8ced91e4bc6f47f0e24e
4
+ data.tar.gz: 771e2fde72b41b04b2478d97c6ffd23ce618961c
5
5
  SHA512:
6
- metadata.gz: dfe762135c639a4b5d2f3c0d671a44bbf72d7fa8646d39af4720ed83e9cd3bf6dc424b083bce9d10bf7013938fcf2090c7d509a712382de1f6aa5bc85ff7baf6
7
- data.tar.gz: 39c68d84507b2b8e1e427cc1aa1469897de5918a1d06c6da812b0c57c6dc074a87feb0498a06012f1309c7fb355671633be305cac887c7c206893bea4ab6b285
6
+ metadata.gz: 9dc6895b389f9888d2525f17c06f1e7c937731d7ea649d13c1b014f022eb9158b89bc6cd269b230c6eb6674577fdf49d96badc73cba7d73df11656e3dae70bca
7
+ data.tar.gz: 33c3467b833a725c92c11b6c0a6f78dd3eb66c7aaad8980e8991999da96fb36a797e81b7f16418dab2f9922a0a8a63c8098683d00195dce14119aa2bb218a0b0
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
@@ -0,0 +1,16 @@
1
+ module WebConsole
2
+
3
+ class Logger < View
4
+
5
+ def info(message)
6
+ end
7
+
8
+ def warning(message)
9
+ end
10
+
11
+ def error(message)
12
+ end
13
+
14
+ end
15
+
16
+ end
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.1.1
4
+ version: 0.1.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Roben Kleene
@@ -18,16 +18,22 @@ extra_rdoc_files: []
18
18
  files:
19
19
  - lib/applescript/close_window.scpt
20
20
  - lib/applescript/do_javascript.scpt
21
+ - lib/applescript/do_javascript_in_split.scpt
21
22
  - lib/applescript/exists.scpt
22
23
  - lib/applescript/load_html.scpt
24
+ - lib/applescript/load_html_in_split.scpt
23
25
  - lib/applescript/load_html_with_base_url.scpt
26
+ - lib/applescript/load_html_with_base_url_in_split.scpt
24
27
  - lib/applescript/load_plugin.scpt
25
28
  - lib/applescript/plugin_has_windows.scpt
26
29
  - lib/applescript/plugin_read_from_standard_input.scpt
27
30
  - lib/applescript/resource_path_for_plugin.scpt
28
31
  - lib/applescript/resource_url_for_plugin.scpt
29
32
  - lib/applescript/run_plugin.scpt
33
+ - lib/applescript/split_id_for_plugin_in_window.scpt
30
34
  - lib/applescript/window_id_for_plugin.scpt
35
+ - lib/webconsole.rb
36
+ - lib/webconsole/dependencies.rb
31
37
  - lib/webconsole/dependencies/css/style.css
32
38
  - lib/webconsole/dependencies/js/wcdependencies.js
33
39
  - lib/webconsole/dependencies/lib/controller.rb
@@ -35,24 +41,23 @@ files:
35
41
  - lib/webconsole/dependencies/lib/tester.rb
36
42
  - lib/webconsole/dependencies/lib/view.rb
37
43
  - lib/webconsole/dependencies/views/view.html.erb
38
- - lib/webconsole/dependencies.rb
39
44
  - lib/webconsole/extension_constants.rb
40
45
  - lib/webconsole/lib/constants.rb
41
46
  - lib/webconsole/lib/controller.rb
47
+ - lib/webconsole/lib/logger.rb
42
48
  - lib/webconsole/lib/module.rb
49
+ - lib/webconsole/lib/view.rb
43
50
  - lib/webconsole/lib/view/erb.rb
44
51
  - lib/webconsole/lib/view/javascript.rb
45
52
  - lib/webconsole/lib/view/resources.rb
46
- - lib/webconsole/lib/view.rb
47
53
  - lib/webconsole/lib/window.rb
54
+ - lib/webconsole/repl.rb
48
55
  - lib/webconsole/repl/css/style.css
49
56
  - lib/webconsole/repl/js/wcrepl.js
50
57
  - lib/webconsole/repl/lib/input_controller.rb
51
58
  - lib/webconsole/repl/lib/output_controller.rb
52
59
  - lib/webconsole/repl/lib/view.rb
53
60
  - lib/webconsole/repl/view/view.html.erb
54
- - lib/webconsole/repl.rb
55
- - lib/webconsole.rb
56
61
  homepage:
57
62
  licenses: []
58
63
  metadata: {}
@@ -72,7 +77,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
72
77
  version: '0'
73
78
  requirements: []
74
79
  rubyforge_project:
75
- rubygems_version: 2.0.3
80
+ rubygems_version: 2.2.2
76
81
  signing_key:
77
82
  specification_version: 4
78
83
  summary: Web Console helper gem