RubyGems.org
all gems
sign in
sign up
rtrac
1.0.2
FEATURES/PROBLEMS: Ticket access for Trac == SYNOPSIS: Rtrac::Base.get_by_milestone(milestone).each do |id| # grab the ticket’s data tick = Rtrac::Ticket.new(id)
iteration_hash
+= tick.severity.to_i
iteration_hash
<< {:id => id, :points => tick.severity.to_i, :status => tick.status, :updated_at =>Time.parse(tick.updated_at.to_s)} end == REQUIREMENTS: active_support hoe
install
gem install rtrac
Download
Documentation
Subscribe
Stats
Authors
Josh Stephenson
1,121
total downloads
572
for this version
Owners
Links
Homepage
Gemfile
gem "rtrac", "~> 1.0.2"
Versions
1.0.2
March 9, 2008
1.0.1
March 9, 2008
Runtime Dependencies
hoe
>= 1.5.0