Sha256: 79d8268164039e8517a26ddcca677cc35cba6c4dcd73548024c130b8c98cf31e
Contents?: true
Size: 728 Bytes
Versions: 1
Compression:
Stored size: 728 Bytes
Contents
Gem::Specification.new do |s| s.name = "gem-insturl" s.version = "0.1.2" s.date = "2013-05-13" 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.git * gem **insturl** http://.../foo.gem * gem **insturl** http://.../foo.tar.gz 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.2 | gem-insturl.gemspec |