Gem::Specification.new { |t|
t.name = "p4ruby"
t.version = "2014.1"
t.summary = "Ruby interface to the Perforce API"
t.description = t.summary + "."
t.author = "Perforce Software (ruby gem by Brett Bates and Jennifer Bottom)"
t.email = "jbottom@perforce.com"
t.homepage = "https://rubygems.org/gems/p4ruby"
t.extensions << "Rakefile"
t.add_runtime_dependency 'rake', '~> 0'
t.add_runtime_dependency 'test-unit', '>=0'
t.files = %w[
README
CHANGES
Rakefile
install.rb
p4ruby.gemspec
]
t.extra_rdoc_files = ["README"]
rdoc_exclude = t.files - t.extra_rdoc_files
t.rdoc_options +=
["--title", "P4Ruby: #{t.summary}", "--main", "README"] +
rdoc_exclude.inject(Array.new) { |acc, pattern|
acc + ["--exclude", pattern]
}
}
| # | Change | User | Description | Committed | |
|---|---|---|---|---|---|
| #5 | 9463 | Brett Bates |
Bringing in jens changes changed rubygems username |
||
| #4 | 9458 | Brett Bates |
i686 is 32 bit - fixed so it downloads as such ruby gem builds fine on linux i686 xubuntu |
||
| #3 | 9456 | Brett Bates | bringing jens p4rubygem changes back across | ||
| #2 | 8488 | Brett Bates | My email is brett.bates@imgtec.com ... | ||
| #1 | 8487 | Brett Bates | Adding v0.1 of the p4ruby gem rewrite, feel free to help :) issues to brett@imgtec.com |