Skip to content

Commit

Permalink
Rename lib/courextool to lib/courex
Browse files Browse the repository at this point in the history
  • Loading branch information
mistydemeo committed Jun 17, 2012
1 parent 73750bf commit d2fde32
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 7 deletions.
3 changes: 2 additions & 1 deletion courextool.gemspec
@@ -1,5 +1,5 @@
# -*- encoding: utf-8 -*-
require File.expand_path('../lib/courextool/version', __FILE__)
require File.expand_path('../lib/courex/version', __FILE__)

Gem::Specification.new do |gem|
gem.authors = ["Misty De Meo"]
Expand All @@ -14,4 +14,5 @@ Gem::Specification.new do |gem|
gem.name = "courextool"
gem.require_paths = ["lib"]
gem.version = Courextool::VERSION
gem.version = Courex::VERSION
end
2 changes: 1 addition & 1 deletion lib/courextool/version.rb → lib/courex/version.rb
@@ -1,3 +1,3 @@
module Courextool
module Courex
VERSION = "0.0.1"
end
5 changes: 0 additions & 5 deletions lib/courextool.rb

This file was deleted.

0 comments on commit d2fde32

Please sign in to comment.