sprout 0.3.35 → 0.3.36

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/rakefile.rb +2 -1
  3. metadata +1 -1
@@ -2,7 +2,7 @@ module Sprout #:nodoc:
2
2
  module VERSION #:nodoc:
3
3
  MAJOR = 0
4
4
  MINOR = 3
5
- TINY = 36
5
+ TINY = 37
6
6
 
7
7
  STRING = [MAJOR, MINOR, TINY].join('.')
8
8
  end
@@ -98,9 +98,10 @@ Are you sure you're ready to do this? [Yn]
98
98
  EOF
99
99
 
100
100
  answer = $stdin.gets.chomp
101
- if(answer != '' && answer.downcase.index('y') != nil)
101
+ if(answer != '' && answer.downcase.index('y') != 'y')
102
102
  raise Exception.new("\n>> The release task has been cancelled!\n\n")
103
103
  end
104
+
104
105
  end
105
106
 
106
107
  desc "Publish and release files to RubyForge."
metadata CHANGED
@@ -3,7 +3,7 @@ rubygems_version: 0.9.2
3
3
  specification_version: 1
4
4
  name: sprout
5
5
  version: !ruby/object:Gem::Version
6
- version: 0.3.35
6
+ version: 0.3.36
7
7
  date: 2007-06-10 00:00:00 -07:00
8
8
  summary: "Sprouts is an open-source, cross-platform project generation and configuration
9
9
  tool."