bookyt_salary 0.13.0 → 0.13.1

Sign up to get free protection for your applications and to get access to all the features.
@@ -9,7 +9,7 @@
9
9
  .span8= f.input :debit_account, :as => :combobox, :collection => accounts_as_collection
10
10
  .row
11
11
  .span8= f.input :amount
12
- .span8= f.input :amount_relates_to, :collection => saldo_inclusion_flag_collection
12
+ .span8= f.input :amount_relates_to
13
13
  .row
14
14
  .span16= f.input :comments, :input_html => {:rows => 2, :class => 'span12'}
15
15
 
@@ -1,3 +1,3 @@
1
1
  module BookytSalary
2
- VERSION = '0.13.0'
2
+ VERSION = '0.13.1'
3
3
  end
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: bookyt_salary
3
3
  version: !ruby/object:Gem::Version
4
- hash: 43
4
+ hash: 41
5
5
  prerelease:
6
6
  segments:
7
7
  - 0
8
8
  - 13
9
- - 0
10
- version: 0.13.0
9
+ - 1
10
+ version: 0.13.1
11
11
  platform: ruby
12
12
  authors:
13
13
  - "Simon H\xC3\xBCrlimann (CyT)"
@@ -15,7 +15,7 @@ autorequire:
15
15
  bindir: bin
16
16
  cert_chain: []
17
17
 
18
- date: 2012-01-24 00:00:00 Z
18
+ date: 2012-01-25 00:00:00 Z
19
19
  dependencies:
20
20
  - !ruby/object:Gem::Dependency
21
21
  name: rails