Dup version to avoid "can't modify frozen string" error with 1.9.1

This commit is contained in:
Carlos Antonio da Silva 2010-09-27 21:13:26 -03:00
parent 983bcc49f9
commit c7970189cf
1 changed files with 1 additions and 1 deletions

View File

@ -28,7 +28,7 @@ begin
require 'jeweler'
Jeweler::Tasks.new do |s|
s.name = "simple_form"
s.version = SimpleForm::VERSION
s.version = SimpleForm::VERSION.dup
s.summary = "Forms made easy!"
s.email = "contact@plataformatec.com.br"
s.homepage = "http://github.com/plataformatec/simple_form"