Sha256: 4ffbe5a36abb38e0d6eb07f8ca2ab8505b9095d38211a865a0eed00c1eb42fa5

Contents?: true

Size: 323 Bytes

Versions: 68

Compression:

Stored size: 323 Bytes

Contents

require 'git-style-binary/parser'

module GitStyleBinary
class AutoRunner

  def self.run(argv=ARGV)
    r = new
    r.run
  end

  def run
    unless GitStyleBinary.run?
      if !GitStyleBinary.current_command 
        GitStyleBinary.load_primary
      end
      GitStyleBinary.current_command.run
    end
  end

end
end

Version data entries

68 entries across 68 versions & 5 rubygems

Version Path
auser-poolparty-1.2.10 vendor/gems/git-style-binaries/lib/git-style-binary/autorunner.rb
auser-poolparty-1.2.11 vendor/gems/git-style-binaries/lib/git-style-binary/autorunner.rb
auser-poolparty-1.2.12 vendor/gems/git-style-binaries/lib/git-style-binary/autorunner.rb
auser-poolparty-1.2.3 vendor/gems/git-style-binaries/lib/git-style-binary/autorunner.rb
auser-poolparty-1.2.4 vendor/gems/git-style-binaries/lib/git-style-binary/autorunner.rb
auser-poolparty-1.2.7 vendor/gems/git-style-binaries/lib/git-style-binary/autorunner.rb
auser-poolparty-1.2.8 vendor/gems/git-style-binaries/lib/git-style-binary/autorunner.rb
auser-poolparty-1.2.9 vendor/gems/git-style-binaries/lib/git-style-binary/autorunner.rb
auser-poolparty-1.3.0 vendor/gems/git-style-binaries/lib/git-style-binary/autorunner.rb
auser-poolparty-1.3.1 vendor/gems/git-style-binaries/lib/git-style-binary/autorunner.rb
auser-poolparty-1.3.10 vendor/gems/git-style-binaries/lib/git-style-binary/autorunner.rb
auser-poolparty-1.3.11 vendor/gems/git-style-binaries/lib/git-style-binary/autorunner.rb
auser-poolparty-1.3.12 vendor/gems/git-style-binaries/lib/git-style-binary/autorunner.rb
auser-poolparty-1.3.13 vendor/gems/git-style-binaries/lib/git-style-binary/autorunner.rb
auser-poolparty-1.3.14 vendor/gems/git-style-binaries/lib/git-style-binary/autorunner.rb
auser-poolparty-1.3.15 vendor/gems/git-style-binaries/lib/git-style-binary/autorunner.rb
auser-poolparty-1.3.16 vendor/gems/git-style-binaries/lib/git-style-binary/autorunner.rb
auser-poolparty-1.3.17 vendor/gems/git-style-binaries/lib/git-style-binary/autorunner.rb
auser-poolparty-1.3.2 vendor/gems/git-style-binaries/lib/git-style-binary/autorunner.rb
auser-poolparty-1.3.3 vendor/gems/git-style-binaries/lib/git-style-binary/autorunner.rb