sprout 0.5.11 → 0.5.13

Sign up to get free protection for your applications and to get access to all the features.

Potentially problematic release.


This version of sprout might be problematic. Click here for more details.

Files changed (3) hide show
  1. data/lib/sprout/version.rb +1 -1
  2. data/lib/sprout.rb +1 -1
  3. metadata +2 -2
@@ -2,7 +2,7 @@ module Sprout #:nodoc:
2
2
  module VERSION #:nodoc:
3
3
  MAJOR = 0
4
4
  MINOR = 5
5
- TINY = 12
5
+ TINY = 14
6
6
 
7
7
  STRING = [MAJOR, MINOR, TINY].join('.')
8
8
  end
data/lib/sprout.rb CHANGED
@@ -195,7 +195,7 @@ module PatternPark
195
195
  end
196
196
 
197
197
  def Sprout.get_project_path(path)
198
- if(path.nil? || path == '/' || path.match(/[A-Z]\:\//))
198
+ if(path.nil? || path == '/')
199
199
  return nil
200
200
  end
201
201
  @@default_rakefiles.each do |file|
metadata CHANGED
@@ -3,8 +3,8 @@ rubygems_version: 0.9.2
3
3
  specification_version: 1
4
4
  name: sprout
5
5
  version: !ruby/object:Gem::Version
6
- version: 0.5.11
7
- date: 2007-06-19 00:00:00 -07:00
6
+ version: 0.5.13
7
+ date: 2007-06-25 00:00:00 -07:00
8
8
  summary: "Sprouts is an open-source, cross-platform project generation and configuration
9
9
  tool."
10
10
  require_paths: