RDI 0.1.0.20091020 → 0.1.1.20091105
Sign up to get free protection for your applications and to get access to all the features.
- data/ChangeLog +4 -0
- data/ReleaseInfo +8 -0
- metadata +26 -30
data/ChangeLog
CHANGED
data/ReleaseInfo
ADDED
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: RDI
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.1.
|
4
|
+
version: 0.1.1.20091105
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Muriel Salvan
|
@@ -9,7 +9,7 @@ autorequire:
|
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
11
|
|
12
|
-
date: 2009-
|
12
|
+
date: 2009-11-05 00:00:00 +01:00
|
13
13
|
default_executable:
|
14
14
|
dependencies:
|
15
15
|
- !ruby/object:Gem::Dependency
|
@@ -28,14 +28,18 @@ executables: []
|
|
28
28
|
|
29
29
|
extensions: []
|
30
30
|
|
31
|
-
extra_rdoc_files:
|
31
|
+
extra_rdoc_files: []
|
32
|
+
|
33
|
+
files:
|
34
|
+
- ReleaseInfo
|
32
35
|
- README
|
33
|
-
- TODO
|
34
|
-
- ChangeLog
|
35
36
|
- LICENSE
|
36
37
|
- AUTHORS
|
37
38
|
- Credits
|
38
|
-
|
39
|
+
- TODO
|
40
|
+
- ChangeLog
|
41
|
+
- lib/rdi/rdi.rb
|
42
|
+
- lib/rdi/Installer.rb
|
39
43
|
- lib/rdi/Model/DependencyDescription.rb
|
40
44
|
- lib/rdi/Model/Installer.rb
|
41
45
|
- lib/rdi/Model/Tester.rb
|
@@ -44,8 +48,10 @@ files:
|
|
44
48
|
- lib/rdi/Model/View.rb
|
45
49
|
- lib/rdi/Model/LocationSelector.rb
|
46
50
|
- lib/rdi/Model/ProgressView.rb
|
47
|
-
- lib/rdi/
|
48
|
-
- lib/rdi/
|
51
|
+
- lib/rdi/Plugins/RubyGemsDepDesc.rb
|
52
|
+
- lib/rdi/Plugins/WxRubyDepDesc.rb
|
53
|
+
- lib/rdi/Plugins/WxCommon.rb
|
54
|
+
- lib/rdi/Plugins/GemCommon.rb
|
49
55
|
- lib/rdi/Plugins/Testers/RubyRequires.rb
|
50
56
|
- lib/rdi/Plugins/Testers/DynamicLibraries.rb
|
51
57
|
- lib/rdi/Plugins/Testers/Binaries.rb
|
@@ -54,40 +60,40 @@ files:
|
|
54
60
|
- lib/rdi/Plugins/Installers/Download.rb
|
55
61
|
- lib/rdi/Plugins/Installers/DownloadAndInstall.rb
|
56
62
|
- lib/rdi/Plugins/Installers/DownloadAndInstall.desc.rb
|
63
|
+
- lib/rdi/Plugins/Installers/Yum.rb
|
57
64
|
- lib/rdi/Plugins/Installers/Icons/Download.png
|
58
65
|
- lib/rdi/Plugins/Installers/Icons/Gem.png
|
59
66
|
- lib/rdi/Plugins/Installers/Icons/DownloadAndInstall.png
|
60
|
-
- lib/rdi/Plugins/Installers/Yum.rb
|
61
|
-
- lib/rdi/Plugins/RubyGemsDepDesc.rb
|
62
67
|
- lib/rdi/Plugins/ContextModifiers/GemPath.rb
|
63
68
|
- lib/rdi/Plugins/ContextModifiers/LibraryPath.rb
|
64
69
|
- lib/rdi/Plugins/ContextModifiers/GemPath.desc.rb
|
65
70
|
- lib/rdi/Plugins/ContextModifiers/RubyLoadPath.rb
|
66
71
|
- lib/rdi/Plugins/ContextModifiers/SystemPath.rb
|
72
|
+
- lib/rdi/Plugins/Views/SimpleWxGUI.rb
|
73
|
+
- lib/rdi/Plugins/Views/Text.rb
|
74
|
+
- lib/rdi/Plugins/Views/SimpleWxGUI.desc.rb
|
67
75
|
- lib/rdi/Plugins/Views/SimpleWxGUI/DependenciesLoaderDialog.rb
|
76
|
+
- lib/rdi/Plugins/Views/SimpleWxGUI/DependencyPanel.rb
|
68
77
|
- lib/rdi/Plugins/Views/SimpleWxGUI/LocationSelectors/Directory.rb
|
69
78
|
- lib/rdi/Plugins/Views/SimpleWxGUI/LocationSelectors/Directory.desc.rb
|
70
79
|
- lib/rdi/Plugins/Views/SimpleWxGUI/Icons/ValidKO.png
|
71
80
|
- lib/rdi/Plugins/Views/SimpleWxGUI/Icons/ValidOK.png
|
72
81
|
- lib/rdi/Plugins/Views/SimpleWxGUI/Icons/Dependency.png
|
73
82
|
- lib/rdi/Plugins/Views/SimpleWxGUI/Icons/Ignore.png
|
74
|
-
- lib/rdi/Plugins/Views/SimpleWxGUI/DependencyPanel.rb
|
75
83
|
- lib/rdi/Plugins/Views/Text/LocationSelectors/Directory.rb
|
76
|
-
- lib/rdi/Plugins/Views/SimpleWxGUI.rb
|
77
|
-
- lib/rdi/Plugins/Views/Text.rb
|
78
|
-
- lib/rdi/Plugins/Views/SimpleWxGUI.desc.rb
|
79
|
-
- lib/rdi/Plugins/WxRubyDepDesc.rb
|
80
|
-
- lib/rdi/Plugins/WxCommon.rb
|
81
|
-
- lib/rdi/Plugins/GemCommon.rb
|
82
84
|
- lib/rdi/Plugins/ProgressViews/SimpleWxGUI.rb
|
83
85
|
- lib/rdi/Plugins/ProgressViews/Text.rb
|
84
86
|
- lib/rdi/Plugins/ProgressViews/SimpleWxGUI.desc.rb
|
87
|
+
- test/run.rb
|
88
|
+
- test/Common.rb
|
85
89
|
- test/Repository/Binaries/DummyBinary
|
86
90
|
- test/Repository/Libraries/DummyLibrary.so
|
87
|
-
- test/Repository/RubyGems/GemsSources/DummyGem/lib/DummyGemMain.rb
|
88
|
-
- test/Repository/RubyGems/GemsSources/DummyGem/DummyGem.gemspec.rb
|
89
91
|
- test/Repository/RubyGems/DummyGem-0.0.1.20090828.gem
|
92
|
+
- test/Repository/RubyGems/GemsSources/DummyGem/DummyGem.gemspec.rb
|
93
|
+
- test/Repository/RubyGems/GemsSources/DummyGem/lib/DummyGemMain.rb
|
90
94
|
- test/Repository/RubyLibraries/DummyRubyLib.rb
|
95
|
+
- test/Plugins/WxEnv.rb
|
96
|
+
- test/Plugins/WxEnvApp.rb
|
91
97
|
- test/Plugins/Installers/DownloadAndInstall.rb
|
92
98
|
- test/Plugins/Installers/Download.rb
|
93
99
|
- test/Plugins/Installers/Gem.rb
|
@@ -101,18 +107,8 @@ files:
|
|
101
107
|
- test/Plugins/LocationSelectors/Directory.rb
|
102
108
|
- test/Plugins/Views/SimpleWxGUI.rb
|
103
109
|
- test/Plugins/Views/Text.rb
|
104
|
-
- test/Plugins/WxEnv.rb
|
105
|
-
- test/Plugins/WxEnvApp.rb
|
106
110
|
- test/Flows/BasicFlows.rb
|
107
111
|
- test/Flows/UIFlows.rb
|
108
|
-
- test/run.rb
|
109
|
-
- test/Common.rb
|
110
|
-
- README
|
111
|
-
- TODO
|
112
|
-
- ChangeLog
|
113
|
-
- LICENSE
|
114
|
-
- AUTHORS
|
115
|
-
- Credits
|
116
112
|
has_rdoc: true
|
117
113
|
homepage: http://rdi.sourceforge.net/
|
118
114
|
licenses: []
|
@@ -137,7 +133,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
137
133
|
requirements: []
|
138
134
|
|
139
135
|
rubyforge_project: rdi
|
140
|
-
rubygems_version: 1.3.
|
136
|
+
rubygems_version: 1.3.2
|
141
137
|
signing_key:
|
142
138
|
specification_version: 3
|
143
139
|
summary: Library allowing applications to ensure their dependencies at runtime with UI support.
|