mirror of
https://github.com/heartcombo/simple_form.git
synced 2022-11-09 12:19:26 -05:00
Dup version to avoid "can't modify frozen string" error with 1.9.1
This commit is contained in:
parent
983bcc49f9
commit
c7970189cf
1 changed files with 1 additions and 1 deletions
2
Rakefile
2
Rakefile
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue