fresnel 0.6.2 → 0.6.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- data/fresnel.gemspec +1 -1
- data/lib/fresnel.rb +1 -1
- metadata +1 -1
data/fresnel.gemspec
CHANGED
|
@@ -3,7 +3,7 @@ Gem::Specification.new do |s|
|
|
|
3
3
|
s.name = 'fresnel'
|
|
4
4
|
s.summary = "Fresnel is a console manager to LighthouseApp.com using the official lighthouse api."
|
|
5
5
|
s.description = s.summary
|
|
6
|
-
s.version = '0.6.
|
|
6
|
+
s.version = '0.6.3'
|
|
7
7
|
s.date = '2010-01-10'
|
|
8
8
|
s.platform = Gem::Platform::RUBY
|
|
9
9
|
s.authors = ["Gerard de Brieder", "Wes Oldenbeuving"]
|
data/lib/fresnel.rb
CHANGED
|
@@ -334,7 +334,7 @@ class Fresnel
|
|
|
334
334
|
end
|
|
335
335
|
|
|
336
336
|
def get_ticket(number)
|
|
337
|
-
cache.load(:name=>"
|
|
337
|
+
cache.load(:name=>"fresnel_#{self.current_project_id}_ticket_#{number}",:action=>"Lighthouse::Ticket.find(#{number}, :params => { :project_id => #{self.current_project_id} })")
|
|
338
338
|
end
|
|
339
339
|
|
|
340
340
|
def get_project(project_id=self.current_project_id)
|