arcadia 0.9.1 → 0.9.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.
- data/README +5 -10
- data/ext/ae-dir-projects/ae-dir-projects.rb +26 -44
- data/ext/ae-editor/ae-editor.rb +3 -3
- data/ext/ae-file-history/ae-file-history.rb +6 -3
- data/ext/ae-output/ae-output.rb +5 -3
- data/ext/ae-search-in-files/ae-search-in-files.rb +4 -4
- data/ext/ae-shell/ae-shell.rb +3 -3
- data/ext/ae-subprocess-inspector/ae-subprocess-inspector.rb +8 -1
- data/lib/a-core.rb +52 -6
- data/lib/a-tkcommons.rb +268 -261
- metadata +7 -3
metadata
CHANGED
@@ -1,12 +1,13 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: arcadia
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
+
hash: 63
|
4
5
|
prerelease: false
|
5
6
|
segments:
|
6
7
|
- 0
|
7
8
|
- 9
|
8
|
-
-
|
9
|
-
version: 0.9.
|
9
|
+
- 2
|
10
|
+
version: 0.9.2
|
10
11
|
platform: ruby
|
11
12
|
authors:
|
12
13
|
- Antonio Galeone
|
@@ -14,7 +15,7 @@ autorequire:
|
|
14
15
|
bindir: bin
|
15
16
|
cert_chain: []
|
16
17
|
|
17
|
-
date: 2010-
|
18
|
+
date: 2010-11-21 00:00:00 +01:00
|
18
19
|
default_executable: arcadia
|
19
20
|
dependencies:
|
20
21
|
- !ruby/object:Gem::Dependency
|
@@ -25,6 +26,7 @@ dependencies:
|
|
25
26
|
requirements:
|
26
27
|
- - ">="
|
27
28
|
- !ruby/object:Gem::Version
|
29
|
+
hash: 3
|
28
30
|
segments:
|
29
31
|
- 0
|
30
32
|
version: "0"
|
@@ -251,6 +253,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
251
253
|
requirements:
|
252
254
|
- - ">="
|
253
255
|
- !ruby/object:Gem::Version
|
256
|
+
hash: 3
|
254
257
|
segments:
|
255
258
|
- 0
|
256
259
|
version: "0"
|
@@ -259,6 +262,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
259
262
|
requirements:
|
260
263
|
- - ">="
|
261
264
|
- !ruby/object:Gem::Version
|
265
|
+
hash: 3
|
262
266
|
segments:
|
263
267
|
- 0
|
264
268
|
version: "0"
|