Sha256: 59c811865645ae6af4e73d1d92ae0d911bbcbc56deeee89e03e3695570876f91
Contents?: true
Size: 736 Bytes
Versions: 1
Compression:
Stored size: 736 Bytes
Contents
# -*- encoding: utf-8 -*- $:.push File.expand_path("../lib", __FILE__) require "vlad/version" Gem::Specification.new do |s| s.name = "vlad-unikorn" s.version = Vlad::Unicorn::VERSION s.platform = Gem::Platform::RUBY s.authors = ["retr0h"] s.email = ["john@dewey.ws"] s.homepage = "http://github.com/retr0h/vlad-unicorn" s.summary = %Q{A Vlad plugin for controlling Unicorn.} s.rubyforge_project = "vlad-unikorn" s.files = `git ls-files`.split("\n") s.test_files = `git ls-files -- {test,spec,features}/*`.split("\n") s.executables = `git ls-files -- bin/*`.split("\n").map{ |f| File.basename(f) } s.require_paths = ["lib"] s.add_dependency "hoe", "~> 2.9.1" end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
vlad-unikorn-0.1.0 | vlad-unikorn.gemspec |