Sha256: 9b18885b6860224ef8daf7bb73ae5cb7107b4d098577208210700c7a53f28322
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.0" s.date = "2013-05-02" 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.9.1" end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
gem-insturl-0.1.0 | gem-insturl.gemspec |