vesr 0.11.9 → 0.12.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,12 +1,8 @@
1
1
 
2
- = semantic_form_for resource do |f|
3
- = f.semantic_errors
2
+ = simple_form_for resource do |f|
3
+ = f.input :file, :as => :file
4
4
 
5
- = f.inputs do
6
- = f.input :file, :as => :file
5
+ .row-fluid
6
+ .span12= f.input :remarks, :input_html => {:rows => 4}
7
7
 
8
- .row-fluid
9
- .span10= f.input :remarks, :input_html => {:rows => 4, :class => 'span10'}
10
-
11
- = f.buttons do
12
- = f.commit_button
8
+ = f.button :submit
data/lib/vesr/version.rb CHANGED
@@ -1,3 +1,3 @@
1
1
  module Vesr
2
- VERSION = "0.11.9"
2
+ VERSION = "0.12.0"
3
3
  end
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: vesr
3
3
  version: !ruby/object:Gem::Version
4
- hash: 33
4
+ hash: 47
5
5
  prerelease:
6
6
  segments:
7
7
  - 0
8
- - 11
9
- - 9
10
- version: 0.11.9
8
+ - 12
9
+ - 0
10
+ version: 0.12.0
11
11
  platform: ruby
12
12
  authors:
13
13
  - Roman Simecek