lib/git_cli/global.rb in git_cli-0.9.0 vs lib/git_cli/global.rb in git_cli-0.11.0
- old
+ new
@@ -13,11 +13,14 @@
#
# You should have received a copy of the GNU General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>.
-require 'tlogger'
+#require 'tlogger'
+require 'teLogger'
require 'singleton'
+
+include TeLogger
module GitCli
class Global
include Singleton