Sha256: 499cc1a5aad44b6b4036b710b43897dcd4ef3a1ed5b533610ce6e0a07a038d37

Contents?: true

Size: 262 Bytes

Versions: 31

Compression:

Stored size: 262 Bytes

Contents

#!/usr/bin/env automateit

# Install Python's easy_install package manager for 'egg' files

SOURCE = 'http://peak.telecommunity.com/dist/ez_setup.py'

require 'open-uri'

mktemp do |t|
  File.open(t, "w+") {|h| h.write(open(SOURCE).read)}
  sh "python #{t}"
end

Version data entries

31 entries across 31 versions & 2 rubygems

Version Path
automate-it-0.9.2 misc/setup_egg.rb
automate-it-0.9.1 misc/setup_egg.rb
automate-it-0.9.0 misc/setup_egg.rb
automateit-0.70923 misc/setup_egg.rb
automateit-0.70928 misc/setup_egg.rb
automateit-0.71003 misc/setup_egg.rb
automateit-0.70930 misc/setup_egg.rb
automateit-0.71030 misc/setup_egg.rb
automateit-0.71031.1 misc/setup_egg.rb
automateit-0.71031.2 misc/setup_egg.rb
automateit-0.71006 misc/setup_egg.rb
automateit-0.71017 misc/setup_egg.rb
automateit-0.71012 misc/setup_egg.rb
automateit-0.71021 misc/setup_egg.rb
automateit-0.71103 misc/setup_egg.rb
automateit-0.71031 misc/setup_egg.rb
automateit-0.71101.1 misc/setup_egg.rb
automateit-0.71101 misc/setup_egg.rb
automateit-0.71101.2 misc/setup_egg.rb
automateit-0.71102 misc/setup_egg.rb