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.38.0 bin/gjp
gjp-0.37.0 bin/gjp
gjp-0.36.0 bin/gjp
gjp-0.35.0 bin/gjp
gjp-0.34.0 bin/gjp
gjp-0.33.0 bin/gjp
gjp-0.32.0 bin/gjp
gjp-0.31.0 bin/gjp
gjp-0.30.0 bin/gjp
gjp-0.29.0 bin/gjp
gjp-0.28.0 bin/gjp
gjp-0.27.0 bin/gjp
gjp-0.26.0 bin/gjp
gjp-0.25.0 bin/gjp
gjp-0.24.0 bin/gjp
gjp-0.23.0 bin/gjp
gjp-0.22.0 bin/gjp
gjp-0.21.0 bin/gjp
gjp-0.20.0 bin/gjp
gjp-0.19.0 bin/gjp