whynot 0.0.2 → 0.0.3
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/whynot/version.rb +1 -1
- data/whynot.gemspec +2 -2
- metadata +3 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 2b2259292c6faa07e864c8217f8069b59957853a
|
4
|
+
data.tar.gz: f9aef8c2147ed334d9656b488ba425ee49e0f76b
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 72ad222d0f8a7c66da949173314ed9341abc55967df7f49f8b1dd9f766fb24627662e45da5c8c5fe22bfe7f5247ff3e198d2c2d02b4c39c8d6fcb50853b7c720
|
7
|
+
data.tar.gz: c99881a5c61b05d78bf988abb280c6e579fe33dd31129afb223d84da715dd506781125e6afed0e684e6aed79fdf6870887219ed3703480c31e3dd8812fdda73a
|
data/lib/whynot/version.rb
CHANGED
data/whynot.gemspec
CHANGED
@@ -6,8 +6,8 @@ require 'whynot/version'
|
|
6
6
|
Gem::Specification.new do |spec|
|
7
7
|
spec.name = "whynot"
|
8
8
|
spec.version = Whynot::VERSION
|
9
|
-
spec.authors = ["Jason Lewis"]
|
10
|
-
spec.email = ["jason@decomplecting.org"]
|
9
|
+
spec.authors = ["Jason Lewis", "Micah Gates"]
|
10
|
+
spec.email = ["jason@decomplecting.org", "micah@mgates.com"]
|
11
11
|
spec.summary = %q{Monkey patches Kernel. For lulz. And for _why day!}
|
12
12
|
spec.description = %q{Right now, it just adds Kernel#maybe which takes a block, and executes it. Or not.}
|
13
13
|
spec.homepage = "https://github.com/ruby-jokes/whynot"
|
metadata
CHANGED
@@ -1,10 +1,11 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: whynot
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.0.
|
4
|
+
version: 0.0.3
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Jason Lewis
|
8
|
+
- Micah Gates
|
8
9
|
autorequire:
|
9
10
|
bindir: bin
|
10
11
|
cert_chain: []
|
@@ -42,6 +43,7 @@ description: Right now, it just adds Kernel#maybe which takes a block, and execu
|
|
42
43
|
it. Or not.
|
43
44
|
email:
|
44
45
|
- jason@decomplecting.org
|
46
|
+
- micah@mgates.com
|
45
47
|
executables: []
|
46
48
|
extensions: []
|
47
49
|
extra_rdoc_files: []
|