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

Commit

Permalink
more fix
Browse files Browse the repository at this point in the history
  • Loading branch information
pawurb committed Aug 29, 2016
1 parent c2a1f2b commit 19c4dda
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion bin/termit
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,9 @@
require 'rubygems'

# FIX https://github.com/rubygems/rubygems/issues/1420
def this; self; end
class Gem::Specification
def this; self; end
end

$LOAD_PATH.unshift(File.dirname(__FILE__) + '/../lib') unless $LOAD_PATH.include?(File.dirname(__FILE__) + '/../lib')

Expand Down
2 changes: 1 addition & 1 deletion lib/termit/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module Termit
VERSION = "3.1.0"
VERSION = "3.1.1"
end

0 comments on commit 19c4dda

Please sign in to comment.