Sha256: 1bb832d63f2236901884d56da15040c2ac2beae41da27f33c1a24dbd584d895a
Contents?: true
Size: 1.12 KB
Versions: 1
Compression:
Stored size: 1.12 KB
Contents
# -*- encoding: utf-8 -*- Gem::Specification.new do |s| s.name = "shere" s.version = "0.9.2" s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version= s.authors = ["Lin Jen-Shin (godfat)"] s.date = "2012-01-13" s.description = "_Share_ the directory _here_ with [Nginx][]!\nShere would create a temporary Nginx config and run an\nNginx instance to serve the directory you specified." s.email = ["godfat (XD) godfat.org"] s.executables = ["shere"] s.files = [ ".gitignore", ".gitmodules", "CHANGES.md", "Gemfile", "LICENSE", "README.md", "Rakefile", "TODO.md", "bin/shere", "lib/shere.rb", "lib/shere/runner.rb", "lib/shere/version.rb", "shere.gemspec", "task/.gitignore", "task/gemgem.rb"] s.homepage = "https://github.com/godfat/shere" s.require_paths = ["lib"] s.rubygems_version = "1.8.15" s.summary = "_Share_ the directory _here_ with [Nginx][]!" if s.respond_to? :specification_version then s.specification_version = 3 if Gem::Version.new(Gem::VERSION) >= Gem::Version.new('1.2.0') then else end else end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
shere-0.9.2 | shere.gemspec |