uwa_hello 1.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.
@@ -4,7 +4,7 @@ module UWA
4
4
  module Widget
5
5
  class Hello < UWA::Handler
6
6
  NAME = 'uwa_hello'
7
- VERSION = '1.0'
7
+ VERSION = '1.1'
8
8
  COPYRIGHT = 'Copyright (C) 2007 Florent Solt'
9
9
  DESC = 'UWA HelloWorld widget'
10
10
  AUTHOR = 'Florent Solt'
@@ -11,8 +11,8 @@ class Hello
11
11
  @preferences << {:name => :name, :type => :text, :label => 'Name', :defaultValue => 'Me'}
12
12
  end
13
13
 
14
- def hello(query, headers, out)
15
- out.write('Say hello to...')
14
+ def hello
15
+ self << 'Say hello to...'
16
16
  end
17
17
 
18
18
  end
metadata CHANGED
@@ -3,8 +3,8 @@ rubygems_version: 0.9.2
3
3
  specification_version: 1
4
4
  name: uwa_hello
5
5
  version: !ruby/object:Gem::Version
6
- version: "1.0"
7
- date: 2007-03-28 00:00:00 +02:00
6
+ version: "1.1"
7
+ date: 2007-03-29 00:00:00 +02:00
8
8
  summary: UWA HelloWorld widget
9
9
  require_paths:
10
10
  - lib