Skip to content
This repository has been archived by the owner on Apr 16, 2023. It is now read-only.

Commit

Permalink
Fix typo.
Browse files Browse the repository at this point in the history
  • Loading branch information
christiankakesa committed Jan 3, 2016
1 parent 703fe70 commit 9ad560f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/log_tribe/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module LogTribe
VERSION = '0.2.7'.freeze
VERSION = '0.2.8'.freeze
end
2 changes: 1 addition & 1 deletion spec/spec_helper.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@
SimpleCov.formatter = SimpleCov::Formatter::MultiFormatter.new([SimpleCov::Formatter::HTMLFormatter, Coveralls::SimpleCov::Formatter])
SimpleCov.start

lib = File.expand_path('../lib', __FILE__)
lib = File.expand_path('../../lib', __FILE__)
$LOAD_PATH.unshift lib unless $LOAD_PATH.include?(lib)
require 'log_tribe'

0 comments on commit 9ad560f

Please sign in to comment.