Skip to content

Commit

Permalink
typo fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
mtrudel committed Mar 17, 2010
1 parent 7d47316 commit 1877b6c
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
File renamed without changes.
2 changes: 1 addition & 1 deletion Rakefile
Expand Up @@ -11,7 +11,7 @@ begin
line, inspired by the CLI found in Cisco IOS and similar products" line, inspired by the CLI found in Cisco IOS and similar products"
s.email = "mat@geeky.net" s.email = "mat@geeky.net"
s.homepage = "http://github.com/mtrudel/menutree" s.homepage = "http://github.com/mtrudel/menutree"
s.authors = ["Mat Trude", "Grant McInnes"] s.authors = ["Mat Trudel", "Grant McInnes"]
s.add_dependency 'activesupport' s.add_dependency 'activesupport'
end end
Jeweler::GemcutterTasks.new Jeweler::GemcutterTasks.new
Expand Down
5 changes: 3 additions & 2 deletions menutree.gemspec
Expand Up @@ -5,7 +5,7 @@


Gem::Specification.new do |s| Gem::Specification.new do |s|
s.name = %q{menutree} s.name = %q{menutree}
s.version = "0.0.2" s.version = "0.0.3"


s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version= s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.authors = ["Mat Trude", "Grant McInnes"] s.authors = ["Mat Trude", "Grant McInnes"]
Expand All @@ -17,7 +17,8 @@ Gem::Specification.new do |s|
"README" "README"
] ]
s.files = [ s.files = [
"README", ".gitignore",
"README",
"Rakefile", "Rakefile",
"VERSION", "VERSION",
"lib/base.rb", "lib/base.rb",
Expand Down

0 comments on commit 1877b6c

Please sign in to comment.