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.
Files changed (2) hide show
  1. data/demo.rb +1 -1
  2. metadata +10 -8
data/demo.rb CHANGED
@@ -1,4 +1,4 @@
1
- require 'lib/zenity'
1
+ require 'zenity'
2
2
 
3
3
  puts Zenity::entry(:title => 'Enter some text', :text => 'This is a password dialog.', :arg => ['hide-text'])
4
4
  puts Zenity::calendar(:title => 'Select a date')
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.0
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-05-10 00:00:00 +05:30
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 with a ruby-ish syntax.
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: false
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.1
52
+ rubyforge_project: Zenity.rb
53
+ rubygems_version: 1.3.5
52
54
  signing_key:
53
- specification_version: 2
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