visualruby 1.0.12 → 1.0.13
Sign up to get free protection for your applications and to get access to all the features.
- data/bin/main/VR_Main.rb +2 -1
- metadata +31 -19
- checksums.yaml +0 -7
data/bin/main/VR_Main.rb
CHANGED
metadata
CHANGED
@@ -1,7 +1,8 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: visualruby
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.0.
|
4
|
+
version: 1.0.13
|
5
|
+
prerelease:
|
5
6
|
platform: ruby
|
6
7
|
authors:
|
7
8
|
- Eric Cunningham
|
@@ -14,50 +15,60 @@ dependencies:
|
|
14
15
|
- !ruby/object:Gem::Dependency
|
15
16
|
name: rdoc
|
16
17
|
requirement: !ruby/object:Gem::Requirement
|
18
|
+
none: false
|
17
19
|
requirements:
|
18
|
-
- - '>='
|
20
|
+
- - ! '>='
|
19
21
|
- !ruby/object:Gem::Version
|
20
22
|
version: '0'
|
21
23
|
type: :runtime
|
22
24
|
prerelease: false
|
23
25
|
version_requirements: !ruby/object:Gem::Requirement
|
26
|
+
none: false
|
24
27
|
requirements:
|
25
|
-
- - '>='
|
28
|
+
- - ! '>='
|
26
29
|
- !ruby/object:Gem::Version
|
27
30
|
version: '0'
|
28
31
|
- !ruby/object:Gem::Dependency
|
29
32
|
name: vrlib
|
30
33
|
requirement: !ruby/object:Gem::Requirement
|
34
|
+
none: false
|
31
35
|
requirements:
|
32
|
-
- - '>='
|
36
|
+
- - ! '>='
|
33
37
|
- !ruby/object:Gem::Version
|
34
|
-
version: 1.0.
|
38
|
+
version: 1.0.13
|
35
39
|
type: :runtime
|
36
40
|
prerelease: false
|
37
41
|
version_requirements: !ruby/object:Gem::Requirement
|
42
|
+
none: false
|
38
43
|
requirements:
|
39
|
-
- - '>='
|
44
|
+
- - ! '>='
|
40
45
|
- !ruby/object:Gem::Version
|
41
|
-
version: 1.0.
|
46
|
+
version: 1.0.13
|
42
47
|
- !ruby/object:Gem::Dependency
|
43
48
|
name: gtksourceview2
|
44
49
|
requirement: !ruby/object:Gem::Requirement
|
50
|
+
none: false
|
45
51
|
requirements:
|
46
|
-
- - '>='
|
52
|
+
- - ! '>='
|
47
53
|
- !ruby/object:Gem::Version
|
48
54
|
version: 2.0.2
|
49
55
|
type: :runtime
|
50
56
|
prerelease: false
|
51
57
|
version_requirements: !ruby/object:Gem::Requirement
|
58
|
+
none: false
|
52
59
|
requirements:
|
53
|
-
- - '>='
|
60
|
+
- - ! '>='
|
54
61
|
- !ruby/object:Gem::Version
|
55
62
|
version: 2.0.2
|
56
|
-
description:
|
57
|
-
|
58
|
-
|
59
|
-
|
60
|
-
|
63
|
+
description: ! "Visualruby is a complete IDE for making graphical user interfaces
|
64
|
+
with ruby. It utilizes glade interface designer to create windows, and uses a library
|
65
|
+
of GUI helpers to make coding GTK+ programs easy. The IDE really helps you organize
|
66
|
+
your files and your thoughts because it names your ruby files and glade files by
|
67
|
+
a naming convention. You files take on the names MyClass.rb, and MyClass.glade.
|
68
|
+
\ Then you can easily edit the GUI (glade file) by right clicking on your class's
|
69
|
+
file.\n It also creates .gemspec files for you, then you can right-click on the
|
70
|
+
.gemspec file to install it, or upload it to rubygems.org. You can also yank your
|
71
|
+
gems with one click.\n\nTo install goto visualruby.net!"
|
61
72
|
email: eric@visualruby.net
|
62
73
|
executables:
|
63
74
|
- vr
|
@@ -178,25 +189,26 @@ files:
|
|
178
189
|
- visualruby_examples/treeview/.vr_settings.yaml
|
179
190
|
homepage: http://www.visualruby.net/
|
180
191
|
licenses: []
|
181
|
-
metadata: {}
|
182
192
|
post_install_message:
|
183
193
|
rdoc_options: []
|
184
194
|
require_paths:
|
185
195
|
- lib
|
186
196
|
required_ruby_version: !ruby/object:Gem::Requirement
|
197
|
+
none: false
|
187
198
|
requirements:
|
188
|
-
- - '>='
|
199
|
+
- - ! '>='
|
189
200
|
- !ruby/object:Gem::Version
|
190
201
|
version: '0'
|
191
202
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
203
|
+
none: false
|
192
204
|
requirements:
|
193
|
-
- - '>='
|
205
|
+
- - ! '>='
|
194
206
|
- !ruby/object:Gem::Version
|
195
207
|
version: '0'
|
196
208
|
requirements: []
|
197
209
|
rubyforge_project: nowarning
|
198
|
-
rubygems_version:
|
210
|
+
rubygems_version: 1.8.25
|
199
211
|
signing_key:
|
200
|
-
specification_version:
|
212
|
+
specification_version: 3
|
201
213
|
summary: Create IDE designed to make great GUIs with Ruby
|
202
214
|
test_files: []
|
checksums.yaml
DELETED
@@ -1,7 +0,0 @@
|
|
1
|
-
---
|
2
|
-
SHA1:
|
3
|
-
metadata.gz: e3fdd5836b0c063c6fc9bfb295b933f841130cde
|
4
|
-
data.tar.gz: 0815d5f397c03c87f9247b42a29159ec444e7bcf
|
5
|
-
SHA512:
|
6
|
-
metadata.gz: d0a1de91c075ab198f8fdfc8b76535d2be3fb42093d24c5586dcfab7d4e9612b4adc6dc56c00fbbe7d28a7eeff72d4c9481d46482a62c2865ffb487736bd7827
|
7
|
-
data.tar.gz: 92d81ed542f22aefa6e0bebe966699ff5882949610b932678c1a0f3378c46f051222241cfaee796a3488f34cd3fe2e638e81edf29542b7c5ad04b59f6b553d15
|