webconsole 0.1.19 → 0.2.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/applescript/exists.scpt +0 -0
- data/lib/applescript/toggle_log.scpt +0 -0
- data/lib/applescript/window_id_for_plugin.scpt +0 -0
- metadata +9 -9
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 549397b8d5800fe8a485e0c9a17d3ec0f63d2890
|
4
|
+
data.tar.gz: c222312ab872abd18849fc0384086221e12fbfdf
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 4d74a5e2fa39b936d2221988c0162cf713e4ef2b919d0596704fad1ea65cbf01b40a3217f037f9394e9963c184365041cc3a93f213d2727efa81d7b0acb941b9
|
7
|
+
data.tar.gz: 2761319c1c0b39073c760c814c8c3f8049b77330909034cc3830510b7a9f95ba8848ec8d9202178e394c7920c9ec58b6385eddff17d3de278093b5d171f6a77c
|
data/lib/applescript/exists.scpt
CHANGED
Binary file
|
Binary file
|
Binary file
|
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.
|
4
|
+
version: 0.2.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Roben Kleene
|
@@ -11,7 +11,7 @@ cert_chain: []
|
|
11
11
|
date: 2013-07-04 00:00:00.000000000 Z
|
12
12
|
dependencies: []
|
13
13
|
description: Bridge from Ruby to AppleScript to control Web Console
|
14
|
-
email:
|
14
|
+
email: contact@robenkleene.com
|
15
15
|
executables: []
|
16
16
|
extensions: []
|
17
17
|
extra_rdoc_files: []
|
@@ -34,6 +34,8 @@ files:
|
|
34
34
|
- lib/applescript/split_id_in_window_last.scpt
|
35
35
|
- lib/applescript/toggle_log.scpt
|
36
36
|
- lib/applescript/window_id_for_plugin.scpt
|
37
|
+
- lib/webconsole.rb
|
38
|
+
- lib/webconsole/dependencies.rb
|
37
39
|
- lib/webconsole/dependencies/css/style.css
|
38
40
|
- lib/webconsole/dependencies/js/wcdependencies.js
|
39
41
|
- lib/webconsole/dependencies/lib/controller.rb
|
@@ -41,31 +43,29 @@ files:
|
|
41
43
|
- lib/webconsole/dependencies/lib/tester.rb
|
42
44
|
- lib/webconsole/dependencies/lib/view.rb
|
43
45
|
- lib/webconsole/dependencies/views/view.html.erb
|
44
|
-
- lib/webconsole/dependencies.rb
|
45
46
|
- lib/webconsole/extension_constants.rb
|
46
47
|
- lib/webconsole/lib/constants.rb
|
47
48
|
- lib/webconsole/lib/controller.rb
|
48
49
|
- lib/webconsole/lib/module.rb
|
50
|
+
- lib/webconsole/lib/view.rb
|
49
51
|
- lib/webconsole/lib/view/erb.rb
|
50
52
|
- lib/webconsole/lib/view/javascript.rb
|
51
53
|
- lib/webconsole/lib/view/resources.rb
|
52
|
-
- lib/webconsole/lib/view.rb
|
53
54
|
- lib/webconsole/lib/window.rb
|
55
|
+
- lib/webconsole/logger.rb
|
56
|
+
- lib/webconsole/logger/test/Rakefile
|
54
57
|
- lib/webconsole/logger/test/js/test_view_helper.js
|
55
58
|
- lib/webconsole/logger/test/lib/test_constants.rb
|
56
59
|
- lib/webconsole/logger/test/lib/test_view_helper.rb
|
57
|
-
- lib/webconsole/logger/test/Rakefile
|
58
60
|
- lib/webconsole/logger/test/run_tests.sh
|
59
61
|
- lib/webconsole/logger/test/tc_logger.rb
|
60
|
-
- lib/webconsole/
|
62
|
+
- lib/webconsole/repl.rb
|
61
63
|
- lib/webconsole/repl/css/style.css
|
62
64
|
- lib/webconsole/repl/js/wcrepl.js
|
63
65
|
- lib/webconsole/repl/lib/input_controller.rb
|
64
66
|
- lib/webconsole/repl/lib/output_controller.rb
|
65
67
|
- lib/webconsole/repl/lib/view.rb
|
66
68
|
- lib/webconsole/repl/view/view.html.erb
|
67
|
-
- lib/webconsole/repl.rb
|
68
|
-
- lib/webconsole.rb
|
69
69
|
homepage:
|
70
70
|
licenses: []
|
71
71
|
metadata: {}
|
@@ -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.
|
88
|
+
rubygems_version: 2.6.11
|
89
89
|
signing_key:
|
90
90
|
specification_version: 4
|
91
91
|
summary: Web Console helper gem
|