bin/forj in forj-0.0.24 vs bin/forj in forj-0.0.25
- old
+ new
@@ -13,11 +13,12 @@
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
-require 'thor'
+require 'rubygems'
require 'require_relative'
+require 'thor'
require_relative '../lib/boot.rb'
include Boot
require_relative '../lib/down.rb'
include Down