backlog 0.3.1 → 0.3.2

Sign up to get free protection for your applications and to get access to all the features.
Files changed (4) hide show
  1. data/History.txt +4 -0
  2. data/Rakefile +1 -1
  3. data/bin/backlog +1 -1
  4. metadata +1 -1
@@ -1,3 +1,7 @@
1
+ == 0.3.2 2007-08-02
2
+
3
+ * Improved setup on linux
4
+
1
5
  == 0.3.1 2007-08-02
2
6
 
3
7
  * Improved setup on linux
data/Rakefile CHANGED
@@ -11,7 +11,7 @@ require 'tasks/rails'
11
11
 
12
12
  require 'hoe'
13
13
 
14
- Hoe.new("backlog", '0.3.1') do |p|
14
+ Hoe.new("backlog", '0.3.2') do |p|
15
15
  p.rubyforge_name = "backlog"
16
16
  p.summary = "Application to aid collecting, processing, organizing, reviewing and doing tasks."
17
17
  p.description = p.paragraphs_of('README.txt', 0..-1).join("\n\n")
@@ -10,7 +10,7 @@ require 'fileutils'
10
10
 
11
11
  APPLICATION = 'backlog'
12
12
 
13
- gem = Gem::searcher.find(APPLICATION)
13
+ if gem = Gem::searcher.find(APPLICATION)
14
14
  INSTALL_DIR = "/usr/lib/ruby/gems/1.8/gems/#{APPLICATION}-#{gem.version}"
15
15
  else
16
16
  INSTALL_DIR = "/usr/local/backlog/current"
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.1
6
+ version: 0.3.2
7
7
  date: 2007-08-02 00:00:00 +02:00
8
8
  summary: Application to aid collecting, processing, organizing, reviewing and doing tasks.
9
9
  require_paths: