backlog 0.3.7 → 0.3.8

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.
Files changed (4) hide show
  1. data/History.txt +4 -0
  2. data/app/models/task.rb +0 -1
  3. data/bin/backlog +1 -1
  4. metadata +1 -1
@@ -1,3 +1,7 @@
1
+ == 0.3.8 2007-08-03
2
+
3
+ * Fixed bug in setup script
4
+
1
5
  == 0.3.7 2007-08-03
2
6
 
3
7
  * Made setup more robust
@@ -140,7 +140,6 @@ class Task < ActiveRecord::Base
140
140
  new_task.save!
141
141
  new_task.estimate(self.todo)
142
142
  new_task.move_to_top
143
- new_task.estimate(self.todo)
144
143
  self.finish(new_task.period.party == self.period.party ? Task::POSTPONED : Task::MOVED, true)
145
144
  end
146
145
 
@@ -53,7 +53,7 @@ case ARGV[0]
53
53
  Dir.mkdir LOG_DIR unless File.exists? LOG_DIR
54
54
  puts `rake db:migrate RAILS_ENV=production`
55
55
  startup_app = "/etc/init.d/#{APPLICATION}"
56
- `ln -s /usr/bin/#{APPLICATION} #{startup_app}`
56
+ `ln -s /usr/bin/#{APPLICATION} #{startup_app}` unless File.exists? startup_app
57
57
  FileUtils.cp "#{INSTALL_DIR}/etc/#{APPLICATION}.conf", config_file unless File.exists? config_file
58
58
  else
59
59
  puts "Usage: #$0 {start|stop|restart|status|setup}"
metadata CHANGED
@@ -3,7 +3,7 @@ rubygems_version: 0.9.4
3
3
  specification_version: 1
4
4
  name: backlog
5
5
  version: !ruby/object:Gem::Version
6
- version: 0.3.7
6
+ version: 0.3.8
7
7
  date: 2007-08-03 00:00:00 +02:00
8
8
  summary: Application to aid collecting, processing, organizing, reviewing and doing tasks.
9
9
  require_paths: