Sha256: 96eaeb7dafe613a8e2e2812a08544c7f54abdfd3e15a6b1d6afcbf17038cb4fd
Contents?: true
Size: 1.16 KB
Versions: 1
Compression:
Stored size: 1.16 KB
Contents
# Generated by jeweler # DO NOT EDIT THIS FILE DIRECTLY # Instead, edit Jeweler::Tasks in Rakefile, and run 'rake gemspec' # -*- encoding: utf-8 -*- Gem::Specification.new do |s| s.name = "vlad-thin" s.version = "1.1.0" s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version= s.authors = ["Phil Smith"] s.date = "2012-03-02" s.description = "This is thin's own example/vlad.rake in a gem" s.email = "phil.h.smith@gmail.com" s.extra_rdoc_files = [ "LICENSE", "README.rdoc" ] s.files = [ ".document", "LICENSE", "README.rdoc", "Rakefile", "VERSION", "lib/vlad/thin.rb", "vlad-thin.gemspec" ] s.homepage = "http://github.com/phs/vlad-thin" s.require_paths = ["lib"] s.rubygems_version = "1.8.17" s.summary = "Control thin with vlad" if s.respond_to? :specification_version then s.specification_version = 3 if Gem::Version.new(Gem::VERSION) >= Gem::Version.new('1.2.0') then s.add_development_dependency(%q<rspec>, [">= 1.2.9"]) else s.add_dependency(%q<rspec>, [">= 1.2.9"]) end else s.add_dependency(%q<rspec>, [">= 1.2.9"]) end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
vlad-thin-1.1.0 | vlad-thin.gemspec |