fnando / pez

A simple tool to manage Ruby on Rails plugins from GIT and Subversion SCM

This URL has Read+Write access

fnando (author)
Mon Dec 22 02:26:55 -0800 2008
commit  f06124fb797edd279c2a06bed12d8ae58cc9e680
tree    ce290950b5310b497ecf0d4ff5eaefeade6a4655
parent  6a41bd4c7f2542833952b0640847415d054be21c
pez / pez.gemspec
100644 29 lines (28 sloc) 0.924 kb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
# WARNING : RAKE AUTO-GENERATED FILE. DO NOT MANUALLY EDIT!
# RUN : 'rake gem:update_gemspec'
 
Gem::Specification.new do |s|
  s.authors = ["Nando Vieira"]
  s.require_paths = ["lib"]
  s.required_rubygems_version = ">= 0"
  s.has_rdoc = false
  s.files = ["Rakefile",
 "pez.gemspec",
 "History.txt",
 "README.markdown",
 "templates/pez.yml",
 "bin/pez",
 "lib/pez",
 "lib/pez/base.rb",
 "lib/pez.rb"]
  s.email = ["fnando.vieira@gmail.com"]
  s.version = "0.0.13"
  s.homepage = "http://github.com/fnando/pez"
  s.requirements = ["You'll need GIT and Subversion installed"]
  s.name = "pez"
  s.summary = "Manage Ruby on Rails plugins from GIT and Subversion repositories in a simple way"
  s.executables = ["pez"]
  s.description = "A simpler plugin manager that checkouts/clones the repository and just do the updates right in"
  s.add_dependency "rubigen", ">= 0"
  s.add_dependency "main", ">= 0"
  s.bindir = "bin"
end