Skip to content

Commit

Permalink
Fixed bad syntax in gem_wrap
Browse files Browse the repository at this point in the history
  • Loading branch information
lukebayes committed Apr 18, 2009
1 parent 5621c04 commit 737722b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sprout/lib/sprout/tasks/gem_wrap_task.rb
Original file line number Diff line number Diff line change
Expand Up @@ -114,8 +114,8 @@ def execute(*args) # :nodoc:
}

if(!sprout_requirement)
s.requirements << {'sprout', '>= 0.7.209'}
}
s.add_dependency('sprout', '>= 0.7.209')
end

if(File.exists?('sprout.spec'))
files << 'sprout.spec'
Expand Down

0 comments on commit 737722b

Please sign in to comment.