comedy 0.0.5 → 0.0.6

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. data/lib/comedy/version.rb +1 -1
  2. data/lib/comedy.rb +13 -6
  3. metadata +4 -4
@@ -1,3 +1,3 @@
1
1
  module Comedy
2
- VERSION = '0.0.5'
2
+ VERSION = '0.0.6'
3
3
  end
data/lib/comedy.rb CHANGED
@@ -1,7 +1,14 @@
1
1
  module Comedy
2
- #require '
3
- def self.comedy
4
- Launchy.open("http://www.google.com")
5
- end
6
-
7
- end
2
+ module TellComedy
3
+ def mycomedy
4
+ Launchy.open("http://www.google.com")
5
+ end
6
+ end
7
+ end
8
+
9
+ class Object
10
+ def self.Comedy
11
+ include Comedy::TellComedy
12
+ end
13
+ end
14
+
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: comedy
3
3
  version: !ruby/object:Gem::Version
4
- hash: 21
4
+ hash: 19
5
5
  prerelease:
6
6
  segments:
7
7
  - 0
8
8
  - 0
9
- - 5
10
- version: 0.0.5
9
+ - 6
10
+ version: 0.0.6
11
11
  platform: ruby
12
12
  authors:
13
13
  - anand9
@@ -15,7 +15,7 @@ autorequire:
15
15
  bindir: bin
16
16
  cert_chain: []
17
17
 
18
- date: 2011-12-12 00:00:00 +05:30
18
+ date: 2011-12-13 00:00:00 +05:30
19
19
  default_executable:
20
20
  dependencies:
21
21
  - !ruby/object:Gem::Dependency