Sha256: e07bd71ee05baf58747099ac750d21715f7006400aef3ca450f780b2eab42fb3

Contents?: true

Size: 674 Bytes

Versions: 34

Compression:

Stored size: 674 Bytes

Contents

#!/usr/bin/env ruby
# encoding: UTF-8
#
# The (open)?SUSE ((Linux Enterprise) (Server|Desktop))?'s
# packager Swiss Army Knife.
#
# Copyright 2013 Silvio Moioli <smoioli@suse.de>
#
# Inspired mainly by pom2spec by:
#  Pascal Bleser <pascal.bleser@opensuse.org>
#  Duncan Mac-Vicar Prett <dmacvicar@suse.de>
#
# This file is licensed under the
# GNU Lesser General Public License version 2.1 or later:
# http://www.gnu.org/licenses/lgpl-2.1.html
#

if File.exist?(File.join(File.dirname(__FILE__), "..", ".git"))
  $: << File.join(File.dirname(__FILE__), "..", "lib")
end

begin
  require "gjp"
rescue LoadError
  require "rubygems"
  require "gjp"
end

Gjp::MainCommand.run

Version data entries

34 entries across 34 versions & 1 rubygems

Version Path
gjp-0.18.0 bin/gjp
gjp-0.17.1 bin/gjp
gjp-0.17.0 bin/gjp
gjp-0.16.1 bin/gjp
gjp-0.16.0 bin/gjp
gjp-0.15.7 bin/gjp
gjp-0.14.1 bin/gjp
gjp-0.13.1 bin/gjp
gjp-0.11.2 bin/gjp
gjp-0.11.1 bin/gjp
gjp-0.10.0 bin/gjp
gjp-0.9.0 bin/gjp
gjp-0.8.0 bin/gjp
gjp-0.7.0 bin/gjp