Sha256: 62641cee626f4fe7192378b5f984d53439ef914530ebbb2d3a0c0abec24169ae
Contents?: true
Size: 734 Bytes
Versions: 1
Compression:
Stored size: 734 Bytes
Contents
Gem::Specification.new do |s| s.name = "gem-insturl" s.version = "0.1.1" s.date = "2013-05-03" s.summary = "Gem plugin that installs a gem from a URL" s.description = <<EOF The insturl command installs a gem from a URL. Examples: * gem insturl http://foo.com/bar.gem * gem insturl http://foo.com/bar.tar.gz * gem insturl --git http://foo.com/bar.git EOF s.authors = ["physacco"] s.email = ["physacco@gmail.com"] s.homepage = "https://github.com/physacco/gem-insturl" s.license = "MIT" s.files = Dir["lib/**/*.rb"] + ["README.md", "VERSION", "gem-insturl.gemspec"] s.platform = Gem::Platform::RUBY s.required_ruby_version = ">= 1.8.7" end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
gem-insturl-0.1.1 | gem-insturl.gemspec |