rubylabs 0.9.4 → 0.9.5

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. data/VERSION +1 -1
  2. data/lib/rubylabs.rb +2 -2
  3. metadata +4 -4
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.9.4
1
+ 0.9.5
data/lib/rubylabs.rb CHANGED
@@ -37,7 +37,7 @@ module RubyLabs
37
37
  # A simple 'hello world' method to test the installation.
38
38
 
39
39
  def hello
40
- "Hello, you have successfully installed RubyLabs!"
40
+ puts "Hello, you have successfully installed RubyLabs!"
41
41
  begin
42
42
  Canvas.init(200, 200, "RubyLabs::Hello")
43
43
  Canvas::Text.new("Hello from RubyLabs!",40,90)
@@ -45,7 +45,7 @@ module RubyLabs
45
45
  puts e
46
46
  puts "Did you install Tk, the software module used to display graphics? See your Lab Manual for installtion instructions..."
47
47
  end
48
- return nil
48
+ return true
49
49
  end
50
50
 
51
51
  # Return the larger of +a+ and +b+ (determined by calling <tt>a < b</tt>).
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rubylabs
3
3
  version: !ruby/object:Gem::Version
4
- hash: 51
4
+ hash: 49
5
5
  prerelease:
6
6
  segments:
7
7
  - 0
8
8
  - 9
9
- - 4
10
- version: 0.9.4
9
+ - 5
10
+ version: 0.9.5
11
11
  platform: ruby
12
12
  authors:
13
13
  - conery
@@ -15,7 +15,7 @@ autorequire:
15
15
  bindir: bin
16
16
  cert_chain: []
17
17
 
18
- date: 2012-01-16 00:00:00 Z
18
+ date: 2012-01-24 00:00:00 Z
19
19
  dependencies:
20
20
  - !ruby/object:Gem::Dependency
21
21
  name: rubygems-test