Zenity.rb 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.
- data/demo.rb +1 -1
- metadata +10 -8
data/demo.rb
CHANGED
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: Zenity.rb
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.1.
|
|
4
|
+
version: 0.1.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Vikhyat Korrapati
|
|
@@ -9,11 +9,11 @@ autorequire:
|
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
11
|
|
|
12
|
-
date: 2009-
|
|
12
|
+
date: 2009-11-30 00:00:00 +05:30
|
|
13
13
|
default_executable:
|
|
14
14
|
dependencies: []
|
|
15
15
|
|
|
16
|
-
description: Zenity.rb allows you to use Zenity to display GTK dialog boxes
|
|
16
|
+
description: " Zenity.rb allows you to use Zenity to display GTK dialog boxes\n with a ruby-ish syntax.\n"
|
|
17
17
|
email: vikhyatk@gmail.com
|
|
18
18
|
executables: []
|
|
19
19
|
|
|
@@ -26,8 +26,10 @@ files:
|
|
|
26
26
|
- README.rdoc
|
|
27
27
|
- demo.rb
|
|
28
28
|
- lib/zenity.rb
|
|
29
|
-
has_rdoc:
|
|
29
|
+
has_rdoc: true
|
|
30
30
|
homepage: http://aetus.net/
|
|
31
|
+
licenses: []
|
|
32
|
+
|
|
31
33
|
post_install_message:
|
|
32
34
|
rdoc_options: []
|
|
33
35
|
|
|
@@ -47,10 +49,10 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
47
49
|
version:
|
|
48
50
|
requirements: []
|
|
49
51
|
|
|
50
|
-
rubyforge_project:
|
|
51
|
-
rubygems_version: 1.3.
|
|
52
|
+
rubyforge_project: Zenity.rb
|
|
53
|
+
rubygems_version: 1.3.5
|
|
52
54
|
signing_key:
|
|
53
|
-
specification_version:
|
|
54
|
-
summary: Ruby-ish syntax for zenity dialogs.
|
|
55
|
+
specification_version: 3
|
|
56
|
+
summary: Ruby-ish syntax for zenity GTK dialogs.
|
|
55
57
|
test_files: []
|
|
56
58
|
|