arcadia 0.1.0 → 0.1.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.
metadata CHANGED
@@ -3,8 +3,8 @@ rubygems_version: 0.8.11
3
3
  specification_version: 1
4
4
  name: arcadia
5
5
  version: !ruby/object:Gem::Version
6
- version: 0.1.0
7
- date: 2007-02-25 00:00:00 +01:00
6
+ version: 0.1.1
7
+ date: 2007-03-31 00:00:00 +02:00
8
8
  summary: An Ide for Ruby application building with ruby-tk.
9
9
  require_paths:
10
10
  - lib
@@ -14,7 +14,7 @@ rubyforge_project:
14
14
  description:
15
15
  autorequire:
16
16
  default_executable:
17
- bindir: bin
17
+ bindir: .
18
18
  has_rdoc: false
19
19
  required_ruby_version: !ruby/object:Gem::Version::Requirement
20
20
  requirements:
@@ -36,6 +36,7 @@ files:
36
36
  - conf/arcadia.init.rb
37
37
  - conf/arcadia.res.rb
38
38
  - ext/ae-shell
39
+ - ext/ae-complete-code
39
40
  - ext/ae-palette
40
41
  - ext/ae-debug
41
42
  - ext/ae-inspector
@@ -46,6 +47,8 @@ files:
46
47
  - ext/ae-file-history
47
48
  - ext/ae-shell/ae-shell.conf
48
49
  - ext/ae-shell/ae-shell.rb
50
+ - ext/ae-complete-code/ae-complete-code.conf
51
+ - ext/ae-complete-code/ae-complete-code.rb
49
52
  - ext/ae-palette/ae-palette.rb
50
53
  - ext/ae-palette/ae-palette.conf
51
54
  - ext/ae-debug/ae-debug.rb
@@ -76,12 +79,16 @@ files:
76
79
  - README
77
80
  test_files: []
78
81
 
79
- rdoc_options: []
80
-
81
- extra_rdoc_files: []
82
-
83
- executables: []
84
-
82
+ rdoc_options:
83
+ - --title
84
+ - Arcadia Documentation
85
+ - --main
86
+ - README
87
+ - -q
88
+ extra_rdoc_files:
89
+ - README
90
+ executables:
91
+ - arcadia.rb
85
92
  extensions: []
86
93
 
87
94
  requirements: []