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.
- data/lib/sprout/version.rb +1 -1
- data/rakefile.rb +2 -1
- metadata +1 -1
data/lib/sprout/version.rb
CHANGED
data/rakefile.rb
CHANGED
@@ -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') !=
|
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.
|
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."
|