comedy 0.0.2 → 0.0.4

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 (3) hide show
  1. data/lib/comedy/version.rb +1 -1
  2. data/lib/comedy.rb +5 -1
  3. metadata +16 -3
@@ -1,3 +1,3 @@
1
1
  module Comedy
2
- VERSION = '0.0.2'
2
+ VERSION = '0.0.4'
3
3
  end
data/lib/comedy.rb CHANGED
@@ -1,3 +1,7 @@
1
1
  module Comedy
2
- # one day this will make you laugh :D
2
+ #require '
3
+ def self.comedy
4
+ Launchy.open("http://www.google.com")
5
+ end
6
+
3
7
  end
metadata CHANGED
@@ -1,8 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: comedy
3
3
  version: !ruby/object:Gem::Version
4
+ hash: 23
4
5
  prerelease:
5
- version: 0.0.2
6
+ segments:
7
+ - 0
8
+ - 0
9
+ - 4
10
+ version: 0.0.4
6
11
  platform: ruby
7
12
  authors:
8
13
  - anand9
@@ -10,7 +15,8 @@ autorequire:
10
15
  bindir: bin
11
16
  cert_chain: []
12
17
 
13
- date: 2011-12-12 00:00:00 Z
18
+ date: 2011-12-12 00:00:00 +05:30
19
+ default_executable:
14
20
  dependencies: []
15
21
 
16
22
  description: Brings comedy for you :)
@@ -25,6 +31,7 @@ extra_rdoc_files: []
25
31
  files:
26
32
  - lib/comedy/version.rb
27
33
  - lib/comedy.rb
34
+ has_rdoc: true
28
35
  homepage: http://github.com/anand9/comedy
29
36
  licenses: []
30
37
 
@@ -38,17 +45,23 @@ required_ruby_version: !ruby/object:Gem::Requirement
38
45
  requirements:
39
46
  - - ">="
40
47
  - !ruby/object:Gem::Version
48
+ hash: 3
49
+ segments:
50
+ - 0
41
51
  version: "0"
42
52
  required_rubygems_version: !ruby/object:Gem::Requirement
43
53
  none: false
44
54
  requirements:
45
55
  - - ">="
46
56
  - !ruby/object:Gem::Version
57
+ hash: 3
58
+ segments:
59
+ - 0
47
60
  version: "0"
48
61
  requirements: []
49
62
 
50
63
  rubyforge_project:
51
- rubygems_version: 1.8.10
64
+ rubygems_version: 1.5.2
52
65
  signing_key:
53
66
  specification_version: 3
54
67
  summary: comedy gem ;)