vesr 0.11.8 → 0.11.9

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -5,8 +5,8 @@
5
5
  = f.inputs do
6
6
  = f.input :file, :as => :file
7
7
 
8
- .row
9
- .span12= f.input :remarks, :input_html => {:rows => 4, :class => 'span12'}
8
+ .row-fluid
9
+ .span10= f.input :remarks, :input_html => {:rows => 4, :class => 'span10'}
10
10
 
11
11
  = f.buttons do
12
12
  = f.commit_button
data/lib/vesr/version.rb CHANGED
@@ -1,3 +1,3 @@
1
1
  module Vesr
2
- VERSION = "0.11.8"
2
+ VERSION = "0.11.9"
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: 35
4
+ hash: 33
5
5
  prerelease:
6
6
  segments:
7
7
  - 0
8
8
  - 11
9
- - 8
10
- version: 0.11.8
9
+ - 9
10
+ version: 0.11.9
11
11
  platform: ruby
12
12
  authors:
13
13
  - Roman Simecek
@@ -16,7 +16,7 @@ autorequire:
16
16
  bindir: bin
17
17
  cert_chain: []
18
18
 
19
- date: 2012-03-26 00:00:00 Z
19
+ date: 2012-04-03 00:00:00 Z
20
20
  dependencies: []
21
21
 
22
22
  description: VESR provides support for ESR number calculations and gives ready to use Rails components.