Skip to content

Commit deb2e10

Browse files
author
Glenn Gillen
committed
Updated gem and library name to match repository name (no underscore).
1 parent b029813 commit deb2e10

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

42 files changed

+15
-5784
lines changed

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
.yardoc
22
pkg
33
*.rbc
4+
doc

README.mdown

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ The API provided by MonkeyWrench takes an idiomatic ruby approach where possible
99

1010
The easiest way to get started is to install the gem:
1111

12-
gem install monkey_wrench
12+
gem install monkeywrench
1313

1414
### Usage
1515

Rakefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ require 'rake'
33
require 'rake/gempackagetask'
44
require 'rake/rdoctask'
55

6-
spec_data = File.open('monkey_wrench.gemspec').read
6+
spec_data = File.open('monkeywrench.gemspec').read
77
spec = nil
88
Thread.new do
99
spec = eval("#{spec_data}")

doc/Array.html

-109
This file was deleted.

doc/Hash.html

-114
This file was deleted.

doc/MonkeyWrench.html

-95
This file was deleted.

0 commit comments

Comments
 (0)