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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 8a7aab06d6e91516c7f3974a2ca852c691b3b831
4
- data.tar.gz: af8d8625952b3bdf6ea6a679ce4b3bc8fe7d317b
3
+ metadata.gz: 2b2259292c6faa07e864c8217f8069b59957853a
4
+ data.tar.gz: f9aef8c2147ed334d9656b488ba425ee49e0f76b
5
5
  SHA512:
6
- metadata.gz: 27b7ad396b75bc31678faf22e3723ec586d8e5b0f32ae51565c9993ce17f029b2deb0b04ebc16435be6718a162e8f87b0ef512f59bb923bbd5616847a998127b
7
- data.tar.gz: 518119dbb5a3cde677a07a46285dca44ae2df66d19eb2dad2dc1a567a39d79446fe848b65e2429e6c89528682a6666c153361670f369978a27c89e4f261ed6f7
6
+ metadata.gz: 72ad222d0f8a7c66da949173314ed9341abc55967df7f49f8b1dd9f766fb24627662e45da5c8c5fe22bfe7f5247ff3e198d2c2d02b4c39c8d6fcb50853b7c720
7
+ data.tar.gz: c99881a5c61b05d78bf988abb280c6e579fe33dd31129afb223d84da715dd506781125e6afed0e684e6aed79fdf6870887219ed3703480c31e3dd8812fdda73a
@@ -1,3 +1,3 @@
1
1
  module Whynot
2
- VERSION = "0.0.2"
2
+ VERSION = "0.0.3"
3
3
  end
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.2
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: []