monkey-fuck 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.
data/README.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # Monkey::Fuck
2
2
 
3
- purely to have fun with ruby mokey patching
3
+ purely to have fun with ruby monkey patching
4
4
 
5
5
  ## Installation
6
6
 
@@ -27,5 +27,5 @@ Or install it yourself as:
27
27
  > "foo"
28
28
  => dong
29
29
  > "foo"
30
- wang
30
+ => wang
31
31
 
@@ -1,5 +1,5 @@
1
1
  module Monkey
2
2
  module Fuck
3
- VERSION = "0.0.1"
3
+ VERSION = "0.0.2"
4
4
  end
5
5
  end
@@ -4,9 +4,9 @@ require File.expand_path('../lib/monkey-fuck/version', __FILE__)
4
4
  Gem::Specification.new do |gem|
5
5
  gem.authors = ["Vincent Batts"]
6
6
  gem.email = ["vbatts@redhat.com"]
7
- gem.description = %q{purely to have fun with ruby mokey patching}
8
- gem.summary = %q{purely to have fun with ruby mokey patching}
9
- gem.homepage = ""
7
+ gem.description = %q{purely to have fun with ruby monkey patching}
8
+ gem.summary = %q{purely to have fun with ruby monkey patching}
9
+ gem.homepage = "https://github.com/vbatts/monkey-fuck"
10
10
 
11
11
  gem.files = `git ls-files`.split($\)
12
12
  gem.executables = gem.files.grep(%r{^bin/}).map{ |f| File.basename(f) }
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: monkey-fuck
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.1
4
+ version: 0.0.2
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -11,7 +11,7 @@ bindir: bin
11
11
  cert_chain: []
12
12
  date: 2013-10-22 00:00:00.000000000 Z
13
13
  dependencies: []
14
- description: purely to have fun with ruby mokey patching
14
+ description: purely to have fun with ruby monkey patching
15
15
  email:
16
16
  - vbatts@redhat.com
17
17
  executables: []
@@ -26,7 +26,7 @@ files:
26
26
  - lib/monkey-fuck.rb
27
27
  - lib/monkey-fuck/version.rb
28
28
  - monkey-fuck.gemspec
29
- homepage: ''
29
+ homepage: https://github.com/vbatts/monkey-fuck
30
30
  licenses: []
31
31
  post_install_message:
32
32
  rdoc_options: []
@@ -49,6 +49,6 @@ rubyforge_project:
49
49
  rubygems_version: 1.8.17
50
50
  signing_key:
51
51
  specification_version: 3
52
- summary: purely to have fun with ruby mokey patching
52
+ summary: purely to have fun with ruby monkey patching
53
53
  test_files: []
54
54
  has_rdoc: