comedy 0.0.1 → 0.0.2

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 +3 -0
  2. data/lib/comedy.rb +3 -0
  3. metadata +4 -3
@@ -0,0 +1,3 @@
1
+ module Comedy
2
+ VERSION = '0.0.2'
3
+ end
data/lib/comedy.rb ADDED
@@ -0,0 +1,3 @@
1
+ module Comedy
2
+ # one day this will make you laugh :D
3
+ end
metadata CHANGED
@@ -2,7 +2,7 @@
2
2
  name: comedy
3
3
  version: !ruby/object:Gem::Version
4
4
  prerelease:
5
- version: 0.0.1
5
+ version: 0.0.2
6
6
  platform: ruby
7
7
  authors:
8
8
  - anand9
@@ -22,8 +22,9 @@ extensions: []
22
22
 
23
23
  extra_rdoc_files: []
24
24
 
25
- files: []
26
-
25
+ files:
26
+ - lib/comedy/version.rb
27
+ - lib/comedy.rb
27
28
  homepage: http://github.com/anand9/comedy
28
29
  licenses: []
29
30