Skip to content

Commit

Permalink
removing unnecessary version file
Browse files Browse the repository at this point in the history
  • Loading branch information
Rob Hurring committed Mar 10, 2011
1 parent 6facb59 commit 2cbf513
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 4 deletions.
1 change: 0 additions & 1 deletion class_logger.gemspec
@@ -1,6 +1,5 @@
# -*- encoding: utf-8 -*-
$:.push File.expand_path("../lib", __FILE__)
require "class_logger/version"

Gem::Specification.new do |s|
s.name = "class_logger"
Expand Down
2 changes: 2 additions & 0 deletions lib/class_logger.rb
@@ -1,6 +1,8 @@
require 'logger'

module ClassLogger
VERSION = '1.0'

def self.included(base)
base.extend DSL
end
Expand Down
3 changes: 0 additions & 3 deletions lib/class_logger/version.rb

This file was deleted.

0 comments on commit 2cbf513

Please sign in to comment.