comedy 0.0.6 → 0.0.8

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 +6 -13
  3. metadata +3 -3
@@ -1,3 +1,3 @@
1
1
  module Comedy
2
- VERSION = '0.0.6'
2
+ VERSION = '0.0.8'
3
3
  end
data/lib/comedy.rb CHANGED
@@ -1,14 +1,7 @@
1
1
  module Comedy
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
-
2
+ #require '
3
+ def self.i_need_fun
4
+ Launchy.open("http://www.google.com")
5
+ end
6
+
7
+ end
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: 19
4
+ hash: 15
5
5
  prerelease:
6
6
  segments:
7
7
  - 0
8
8
  - 0
9
- - 6
10
- version: 0.0.6
9
+ - 8
10
+ version: 0.0.8
11
11
  platform: ruby
12
12
  authors:
13
13
  - anand9